COLOR #705030

HEX: #705030
RGB: (112,80,48)

Color info

#705030 contains mainly red and green colors. Web safe color of #705030 is #666633 (or #663).

RGB color model

#705030 color RGB value is (112,80,48).

  • red value is 112;
  • green value is 80;
  • blue value is 48.
RGB:
(112,80,48)
(44%,31%,19%)

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 48 of 255 = 19%

112
80
48

R + G + B ~ 31%. #705030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 48 = 240 (100%)
R 112 of 240 ~ 46.67%
G 80 of 240 ~ 33.33%
B 48 of 240 ~ 20%

%46.67
%33.33
%20

CMYK color model

#705030 color CMYK value is (0,29,57,56).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 57.14%
  • key color value is 56.08%
CMYK:
(0,29,57,56)
C0M29Y57K56 
(0%,29%,57%,56%)
(0.00/0.29/0.57/0.56)	

CMYK percentages

%0
%28.57
%57.14
%56.08

Codes

Color #705030 in popluar color models

705030
RGB1128048
HSL30°40.00%31.37%
HSB/HSV30°57.14%43.92%
CMYK0.00%28.57%57.14%
56.08%

Color #705030 in popluar number systems.

HEX705030
Decimal1128048
Binary11100001010000110000
Octal16012060

Shades and tints

Shades of #705030

#705030
(112,80,48)
#66492C
(102,73,44)
#5C4228
(92,66,40)
#523B24
(82,59,36)
#483420
(72,52,32)
#3E2D1C
(62,45,28)
#342618
(52,38,24)
#2A1F14
(42,31,20)
#201810
(32,24,16)
#16110C
(22,17,12)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #705030

#705030
(112,80,48)
#7D5F42
(125,95,66)
#8A6E54
(138,110,84)
#977D66
(151,125,102)
#A48C78
(164,140,120)
#B19B8A
(177,155,138)
#BEAA9C
(190,170,156)
#CBB9AE
(203,185,174)
#D8C8C0
(216,200,192)
#E5D7D2
(229,215,210)
#F2E6E4
(242,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705030 color. Also use rgb(112,80,48) instead hex code.

Text Font Color

.myTextColor { color: #705030; }

<p style="color:#705030">This sample text font color is #705030.</p>

This text font color is #705030.


Background Color

.myBgColor { background-color: #705030; }

<div style="background-color:#705030">Inner text</div>

This div background color is #705030.


Border color

.myBorderColor { border: 1px solid #705030; }

<div style="border:3px solid #705030">Div</div>

This div border color is #705030.


Opacity

.myOpacity80 { color: #705030; opacity: 0.8; }

<p style="color:#705030;opacity:0.8;">80%</p>

Text with #705030 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #705030;}

<p style="text-shadow: 3px 3px 1px #705030">Text here.</p>

This text has shadow with #705030 color.

.textShadow {text-shadow: 3px 3px 1px #705030, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #705030, 5px 5px 20px red">Text here.</p>

This text has shadow with #705030 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#705030, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#705030, Direction=45, Strength=4)">Text</p>

This text has shadow with #705030 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #705030;
  -webkit-box-shadow:	1px 1px 3px 2px #705030;
  box-shadow:		1px 1px 3px 2px #705030;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #705030;
-webkit-box-shadow: 1px 1px 3px 2px #705030;
box-shadow:1px 1px 3px 2px #705030;">
Div content here</div>
This div box has shadow with color #705030.

Preview

Color preview on black background

This text has color #705030 on black background.


Color preview on white background

This text has color #705030 on white background.



Black color preview on #705030 background

This text has black color on #705030 background.


White color preview on #705030 background

This text has white color on #705030 background.