COLOR #705D09

HEX: #705D09
RGB: (112,93,9)

Color info

#705D09 contains mainly red and green colors. Web safe color of #705D09 is #666600 (or #660).

RGB color model

#705D09 color RGB value is (112,93,9).

  • red value is 112;
  • green value is 93;
  • blue value is 9.
RGB:
(112,93,9)
(44%,36%,4%)

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 9 of 255 = 4%

112
93
9

R + G + B ~ 28%. #705D09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 9 = 214 (100%)
R 112 of 214 ~ 52.34%
G 93 of 214 ~ 43.46%
B 9 of 214 ~ 4.21%

%52.34
%43.46

CMYK color model

#705D09 color CMYK value is (0,17,92,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 91.96%
  • key color value is 56.08%
CMYK:
(0,17,92,56)
C0M17Y92K56 
(0%,17%,92%,56%)
(0.00/0.17/0.92/0.56)	

CMYK percentages

%0
%16.96
%91.96
%56.08

Codes

Color #705D09 in popluar color models

705D09
RGB112939
HSL49°85.12%23.73%
HSB/HSV49°91.96%43.92%
CMYK0.00%16.96%91.96%
56.08%

Color #705D09 in popluar number systems.

HEX705D09
Decimal112939
Binary111000010111011001
Octal16013511

Shades and tints

Shades of #705D09

#705D09
(112,93,9)
#665509
(102,85,9)
#5C4D09
(92,77,9)
#524509
(82,69,9)
#483D09
(72,61,9)
#3E3509
(62,53,9)
#342D09
(52,45,9)
#2A2509
(42,37,9)
#201D09
(32,29,9)
#161509
(22,21,9)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #705D09

#705D09
(112,93,9)
#7D6B1F
(125,107,31)
#8A7935
(138,121,53)
#97874B
(151,135,75)
#A49561
(164,149,97)
#B1A377
(177,163,119)
#BEB18D
(190,177,141)
#CBBFA3
(203,191,163)
#D8CDB9
(216,205,185)
#E5DBCF
(229,219,207)
#F2E9E5
(242,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705D09 color. Also use rgb(112,93,9) instead hex code.

Text Font Color

.myTextColor { color: #705D09; }

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

This text font color is #705D09.


Background Color

.myBgColor { background-color: #705D09; }

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

This div background color is #705D09.


Border color

.myBorderColor { border: 1px solid #705D09; }

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

This div border color is #705D09.


Opacity

.myOpacity80 { color: #705D09; opacity: 0.8; }

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

Text with #705D09 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 #705D09;}

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

This text has shadow with #705D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D09 on black background.


Color preview on white background

This text has color #705D09 on white background.



Black color preview on #705D09 background

This text has black color on #705D09 background.


White color preview on #705D09 background

This text has white color on #705D09 background.