COLOR #574537

HEX: #574537
RGB: (87,69,55)

Color info

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

RGB color model

#574537 color RGB value is (87,69,55).

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

RGB channels and saturation

R 87 of 255 = 34%
G 69 of 255 = 27%
B 55 of 255 = 22%

87
69
55

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

Portions of RGB colors in percentages

R + G + B =
87 + 69 + 55 = 211 (100%)
R 87 of 211 ~ 41.23%
G 69 of 211 ~ 32.7%
B 55 of 211 ~ 26.07%

%41.23
%32.7
%26.07

CMYK color model

#574537 color CMYK value is (0,21,37,66).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 36.78%
  • key color value is 65.88%
CMYK:
(0,21,37,66)
C0M21Y37K66 
(0%,21%,37%,66%)
(0.00/0.21/0.37/0.66)	

CMYK percentages

%0
%20.69
%36.78
%65.88

Codes

Color #574537 in popluar color models

574537
RGB876955
HSL26°22.54%27.84%
HSB/HSV26°36.78%34.12%
CMYK0.00%20.69%36.78%
65.88%

Color #574537 in popluar number systems.

HEX574537
Decimal876955
Binary10101111000101110111
Octal12710567

Shades and tints

Shades of #574537

#574537
(87,69,55)
#503F32
(80,63,50)
#49392D
(73,57,45)
#423328
(66,51,40)
#3B2D23
(59,45,35)
#34271E
(52,39,30)
#2D2119
(45,33,25)
#261B14
(38,27,20)
#1F150F
(31,21,15)
#180F0A
(24,15,10)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #574537

#574537
(87,69,55)
#665549
(102,85,73)
#75655B
(117,101,91)
#84756D
(132,117,109)
#93857F
(147,133,127)
#A29591
(162,149,145)
#B1A5A3
(177,165,163)
#C0B5B5
(192,181,181)
#CFC5C7
(207,197,199)
#DED5D9
(222,213,217)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574537; }

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

This text font color is #574537.


Background Color

.myBgColor { background-color: #574537; }

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

This div background color is #574537.


Border color

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

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

This div border color is #574537.


Opacity

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

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

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

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

This text has shadow with #574537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574537 on black background.


Color preview on white background

This text has color #574537 on white background.



Black color preview on #574537 background

This text has black color on #574537 background.


White color preview on #574537 background

This text has white color on #574537 background.