COLOR #574F10

HEX: #574F10
RGB: (87,79,16)

Color info

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

RGB color model

#574F10 color RGB value is (87,79,16).

  • red value is 87;
  • green value is 79;
  • blue value is 16.
RGB:
(87,79,16)
(34%,31%,6%)

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 16 of 255 = 6%

87
79
16

R + G + B ~ 24%. #574F10 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 79 + 16 = 182 (100%)
R 87 of 182 ~ 47.8%
G 79 of 182 ~ 43.41%
B 16 of 182 ~ 8.79%

%47.8
%43.41

CMYK color model

#574F10 color CMYK value is (0,9,82,66).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 81.61%
  • key color value is 65.88%
CMYK:
(0,9,82,66)
C0M9Y82K66 
(0%,9%,82%,66%)
(0.00/0.09/0.82/0.66)	

CMYK percentages

%0
%9.2
%81.61
%65.88

Codes

Color #574F10 in popluar color models

574F10
RGB877916
HSL53°68.93%20.20%
HSB/HSV53°81.61%34.12%
CMYK0.00%9.20%81.61%
65.88%

Color #574F10 in popluar number systems.

HEX574F10
Decimal877916
Binary1010111100111110000
Octal12711720

Shades and tints

Shades of #574F10

#574F10
(87,79,16)
#50480F
(80,72,15)
#49410E
(73,65,14)
#423A0D
(66,58,13)
#3B330C
(59,51,12)
#342C0B
(52,44,11)
#2D250A
(45,37,10)
#261E09
(38,30,9)
#1F1708
(31,23,8)
#181007
(24,16,7)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #574F10

#574F10
(87,79,16)
#665F25
(102,95,37)
#756F3A
(117,111,58)
#847F4F
(132,127,79)
#938F64
(147,143,100)
#A29F79
(162,159,121)
#B1AF8E
(177,175,142)
#C0BFA3
(192,191,163)
#CFCFB8
(207,207,184)
#DEDFCD
(222,223,205)
#EDEFE2
(237,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574F10 color. Also use rgb(87,79,16) instead hex code.

Text Font Color

.myTextColor { color: #574F10; }

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

This text font color is #574F10.


Background Color

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

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

This div background color is #574F10.


Border color

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

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

This div border color is #574F10.


Opacity

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

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

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

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

This text has shadow with #574F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574F10 on black background.


Color preview on white background

This text has color #574F10 on white background.



Black color preview on #574F10 background

This text has black color on #574F10 background.


White color preview on #574F10 background

This text has white color on #574F10 background.