COLOR #574836

HEX: #574836
RGB: (87,72,54)

Color info

#574836 contains red, green and blue colors in about the same proportion. Web safe color of #574836 is #663333 (or #633).

RGB color model

#574836 color RGB value is (87,72,54).

  • red value is 87;
  • green value is 72;
  • blue value is 54.
RGB:
(87,72,54)
(34%,28%,21%)

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 54 of 255 = 21%

87
72
54

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 54 = 213 (100%)
R 87 of 213 ~ 40.85%
G 72 of 213 ~ 33.8%
B 54 of 213 ~ 25.35%

%40.85
%33.8
%25.35

CMYK color model

#574836 color CMYK value is (0,17,38,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 37.93%
  • key color value is 65.88%
CMYK:
(0,17,38,66)
C0M17Y38K66 
(0%,17%,38%,66%)
(0.00/0.17/0.38/0.66)	

CMYK percentages

%0
%17.24
%37.93
%65.88

Codes

Color #574836 in popluar color models

574836
RGB877254
HSL33°23.40%27.65%
HSB/HSV33°37.93%34.12%
CMYK0.00%17.24%37.93%
65.88%

Color #574836 in popluar number systems.

HEX574836
Decimal877254
Binary10101111001000110110
Octal12711066

Shades and tints

Shades of #574836

#574836
(87,72,54)
#504232
(80,66,50)
#493C2E
(73,60,46)
#42362A
(66,54,42)
#3B3026
(59,48,38)
#342A22
(52,42,34)
#2D241E
(45,36,30)
#261E1A
(38,30,26)
#1F1816
(31,24,22)
#181212
(24,18,18)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #574836

#574836
(87,72,54)
#665848
(102,88,72)
#75685A
(117,104,90)
#84786C
(132,120,108)
#93887E
(147,136,126)
#A29890
(162,152,144)
#B1A8A2
(177,168,162)
#C0B8B4
(192,184,180)
#CFC8C6
(207,200,198)
#DED8D8
(222,216,216)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574836 color. Also use rgb(87,72,54) instead hex code.

Text Font Color

.myTextColor { color: #574836; }

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

This text font color is #574836.


Background Color

.myBgColor { background-color: #574836; }

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

This div background color is #574836.


Border color

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

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

This div border color is #574836.


Opacity

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

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

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

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

This text has shadow with #574836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574836 on black background.


Color preview on white background

This text has color #574836 on white background.



Black color preview on #574836 background

This text has black color on #574836 background.


White color preview on #574836 background

This text has white color on #574836 background.