COLOR #574D08

HEX: #574D08
RGB: (87,77,8)

Color info

#574D08 contains mainly red and green colors. Web safe color of #574D08 is #663300 (or #630).

RGB color model

#574D08 color RGB value is (87,77,8).

  • red value is 87;
  • green value is 77;
  • blue value is 8.
RGB:
(87,77,8)
(34%,30%,3%)

RGB channels and saturation

R 87 of 255 = 34%
G 77 of 255 = 30%
B 8 of 255 = 3%

87
77
8

R + G + B ~ 22%. #574D08 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 77 + 8 = 172 (100%)
R 87 of 172 ~ 50.58%
G 77 of 172 ~ 44.77%
B 8 of 172 ~ 4.65%

%50.58
%44.77

CMYK color model

#574D08 color CMYK value is (0,11,91,66).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 90.80%
  • key color value is 65.88%
CMYK:
(0,11,91,66)
C0M11Y91K66 
(0%,11%,91%,66%)
(0.00/0.11/0.91/0.66)	

CMYK percentages

%0
%11.49
%90.8
%65.88

Codes

Color #574D08 in popluar color models

574D08
RGB87778
HSL52°83.16%18.63%
HSB/HSV52°90.80%34.12%
CMYK0.00%11.49%90.80%
65.88%

Color #574D08 in popluar number systems.

HEX574D08
Decimal87778
Binary101011110011011000
Octal12711510

Shades and tints

Shades of #574D08

#574D08
(87,77,8)
#504608
(80,70,8)
#493F08
(73,63,8)
#423808
(66,56,8)
#3B3108
(59,49,8)
#342A08
(52,42,8)
#2D2308
(45,35,8)
#261C08
(38,28,8)
#1F1508
(31,21,8)
#180E08
(24,14,8)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #574D08

#574D08
(87,77,8)
#665D1E
(102,93,30)
#756D34
(117,109,52)
#847D4A
(132,125,74)
#938D60
(147,141,96)
#A29D76
(162,157,118)
#B1AD8C
(177,173,140)
#C0BDA2
(192,189,162)
#CFCDB8
(207,205,184)
#DEDDCE
(222,221,206)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574D08 color. Also use rgb(87,77,8) instead hex code.

Text Font Color

.myTextColor { color: #574D08; }

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

This text font color is #574D08.


Background Color

.myBgColor { background-color: #574D08; }

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

This div background color is #574D08.


Border color

.myBorderColor { border: 1px solid #574D08; }

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

This div border color is #574D08.


Opacity

.myOpacity80 { color: #574D08; opacity: 0.8; }

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

Text with #574D08 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 #574D08;}

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

This text has shadow with #574D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574D08 on black background.


Color preview on white background

This text has color #574D08 on white background.



Black color preview on #574D08 background

This text has black color on #574D08 background.


White color preview on #574D08 background

This text has white color on #574D08 background.