COLOR #574838

HEX: #574838
RGB: (87,72,56)

Color info

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

RGB color model

#574838 color RGB value is (87,72,56).

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

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 56 of 255 = 22%

87
72
56

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 56 = 215 (100%)
R 87 of 215 ~ 40.47%
G 72 of 215 ~ 33.49%
B 56 of 215 ~ 26.05%

%40.47
%33.49
%26.05

CMYK color model

#574838 color CMYK value is (0,17,36,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 35.63%
  • key color value is 65.88%
CMYK:
(0,17,36,66)
C0M17Y36K66 
(0%,17%,36%,66%)
(0.00/0.17/0.36/0.66)	

CMYK percentages

%0
%17.24
%35.63
%65.88

Codes

Color #574838 in popluar color models

574838
RGB877256
HSL31°21.68%28.04%
HSB/HSV31°35.63%34.12%
CMYK0.00%17.24%35.63%
65.88%

Color #574838 in popluar number systems.

HEX574838
Decimal877256
Binary10101111001000111000
Octal12711070

Shades and tints

Shades of #574838

#574838
(87,72,56)
#504233
(80,66,51)
#493C2E
(73,60,46)
#423629
(66,54,41)
#3B3024
(59,48,36)
#342A1F
(52,42,31)
#2D241A
(45,36,26)
#261E15
(38,30,21)
#1F1810
(31,24,16)
#18120B
(24,18,11)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #574838

#574838
(87,72,56)
#66584A
(102,88,74)
#75685C
(117,104,92)
#84786E
(132,120,110)
#938880
(147,136,128)
#A29892
(162,152,146)
#B1A8A4
(177,168,164)
#C0B8B6
(192,184,182)
#CFC8C8
(207,200,200)
#DED8DA
(222,216,218)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574838; }

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

This text font color is #574838.


Background Color

.myBgColor { background-color: #574838; }

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

This div background color is #574838.


Border color

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

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

This div border color is #574838.


Opacity

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

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

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

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

This text has shadow with #574838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574838 on black background.


Color preview on white background

This text has color #574838 on white background.



Black color preview on #574838 background

This text has black color on #574838 background.


White color preview on #574838 background

This text has white color on #574838 background.