COLOR #574037

HEX: #574037
RGB: (87,64,55)

Color info

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

RGB color model

#574037 color RGB value is (87,64,55).

  • red value is 87;
  • green value is 64;
  • blue value is 55.
RGB:
(87,64,55)
(34%,25%,22%)

RGB channels and saturation

R 87 of 255 = 34%
G 64 of 255 = 25%
B 55 of 255 = 22%

87
64
55

R + G + B ~ 27%. #574037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 64 + 55 = 206 (100%)
R 87 of 206 ~ 42.23%
G 64 of 206 ~ 31.07%
B 55 of 206 ~ 26.7%

%42.23
%31.07
%26.7

CMYK color model

#574037 color CMYK value is (0,26,37,66).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 36.78%
  • key color value is 65.88%
CMYK:
(0,26,37,66)
C0M26Y37K66 
(0%,26%,37%,66%)
(0.00/0.26/0.37/0.66)	

CMYK percentages

%0
%26.44
%36.78
%65.88

Codes

Color #574037 in popluar color models

574037
RGB876455
HSL17°22.54%27.84%
HSB/HSV17°36.78%34.12%
CMYK0.00%26.44%36.78%
65.88%

Color #574037 in popluar number systems.

HEX574037
Decimal876455
Binary10101111000000110111
Octal12710067

Shades and tints

Shades of #574037

#574037
(87,64,55)
#503B32
(80,59,50)
#49362D
(73,54,45)
#423128
(66,49,40)
#3B2C23
(59,44,35)
#34271E
(52,39,30)
#2D2219
(45,34,25)
#261D14
(38,29,20)
#1F180F
(31,24,15)
#18130A
(24,19,10)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #574037

#574037
(87,64,55)
#665149
(102,81,73)
#75625B
(117,98,91)
#84736D
(132,115,109)
#93847F
(147,132,127)
#A29591
(162,149,145)
#B1A6A3
(177,166,163)
#C0B7B5
(192,183,181)
#CFC8C7
(207,200,199)
#DED9D9
(222,217,217)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574037 color. Also use rgb(87,64,55) instead hex code.

Text Font Color

.myTextColor { color: #574037; }

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

This text font color is #574037.


Background Color

.myBgColor { background-color: #574037; }

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

This div background color is #574037.


Border color

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

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

This div border color is #574037.


Opacity

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

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

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

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

This text has shadow with #574037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574037 on black background.


Color preview on white background

This text has color #574037 on white background.



Black color preview on #574037 background

This text has black color on #574037 background.


White color preview on #574037 background

This text has white color on #574037 background.