COLOR #594F0E

HEX: #594F0E
RGB: (89,79,14)

Color info

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

RGB color model

#594F0E color RGB value is (89,79,14).

  • red value is 89;
  • green value is 79;
  • blue value is 14.
RGB:
(89,79,14)
(35%,31%,5%)

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 14 of 255 = 5%

89
79
14

R + G + B ~ 24%. #594F0E is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 14 = 182 (100%)
R 89 of 182 ~ 48.9%
G 79 of 182 ~ 43.41%
B 14 of 182 ~ 7.69%

%48.9
%43.41

CMYK color model

#594F0E color CMYK value is (0,11,84,65).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 84.27%
  • key color value is 65.10%
CMYK:
(0,11,84,65)
C0M11Y84K65 
(0%,11%,84%,65%)
(0.00/0.11/0.84/0.65)	

CMYK percentages

%0
%11.24
%84.27
%65.1

Codes

Color #594F0E in popluar color models

594F0E
RGB897914
HSL52°72.82%20.20%
HSB/HSV52°84.27%34.90%
CMYK0.00%11.24%84.27%
65.10%

Color #594F0E in popluar number systems.

HEX594F0E
Decimal897914
Binary101100110011111110
Octal13111716

Shades and tints

Shades of #594F0E

#594F0E
(89,79,14)
#51480D
(81,72,13)
#49410C
(73,65,12)
#413A0B
(65,58,11)
#39330A
(57,51,10)
#312C09
(49,44,9)
#292508
(41,37,8)
#211E07
(33,30,7)
#191706
(25,23,6)
#111005
(17,16,5)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #594F0E

#594F0E
(89,79,14)
#685F23
(104,95,35)
#776F38
(119,111,56)
#867F4D
(134,127,77)
#958F62
(149,143,98)
#A49F77
(164,159,119)
#B3AF8C
(179,175,140)
#C2BFA1
(194,191,161)
#D1CFB6
(209,207,182)
#E0DFCB
(224,223,203)
#EFEFE0
(239,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594F0E color. Also use rgb(89,79,14) instead hex code.

Text Font Color

.myTextColor { color: #594F0E; }

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

This text font color is #594F0E.


Background Color

.myBgColor { background-color: #594F0E; }

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

This div background color is #594F0E.


Border color

.myBorderColor { border: 1px solid #594F0E; }

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

This div border color is #594F0E.


Opacity

.myOpacity80 { color: #594F0E; opacity: 0.8; }

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

Text with #594F0E 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 #594F0E;}

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

This text has shadow with #594F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F0E on black background.


Color preview on white background

This text has color #594F0E on white background.



Black color preview on #594F0E background

This text has black color on #594F0E background.


White color preview on #594F0E background

This text has white color on #594F0E background.