COLOR #574C25

HEX: #574C25
RGB: (87,76,37)

Color info

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

RGB color model

#574C25 color RGB value is (87,76,37).

  • red value is 87;
  • green value is 76;
  • blue value is 37.
RGB:
(87,76,37)
(34%,30%,15%)

RGB channels and saturation

R 87 of 255 = 34%
G 76 of 255 = 30%
B 37 of 255 = 15%

87
76
37

R + G + B ~ 26%. #574C25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 37 = 200 (100%)
R 87 of 200 ~ 43.5%
G 76 of 200 ~ 38%
B 37 of 200 ~ 18.5%

%43.5
%38
%18.5

CMYK color model

#574C25 color CMYK value is (0,13,57,66).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 57.47%
  • key color value is 65.88%
CMYK:
(0,13,57,66)
C0M13Y57K66 
(0%,13%,57%,66%)
(0.00/0.13/0.57/0.66)	

CMYK percentages

%0
%12.64
%57.47
%65.88

Codes

Color #574C25 in popluar color models

574C25
RGB877637
HSL47°40.32%24.31%
HSB/HSV47°57.47%34.12%
CMYK0.00%12.64%57.47%
65.88%

Color #574C25 in popluar number systems.

HEX574C25
Decimal877637
Binary10101111001100100101
Octal12711445

Shades and tints

Shades of #574C25

#574C25
(87,76,37)
#504622
(80,70,34)
#49401F
(73,64,31)
#423A1C
(66,58,28)
#3B3419
(59,52,25)
#342E16
(52,46,22)
#2D2813
(45,40,19)
#262210
(38,34,16)
#1F1C0D
(31,28,13)
#18160A
(24,22,10)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #574C25

#574C25
(87,76,37)
#665C38
(102,92,56)
#756C4B
(117,108,75)
#847C5E
(132,124,94)
#938C71
(147,140,113)
#A29C84
(162,156,132)
#B1AC97
(177,172,151)
#C0BCAA
(192,188,170)
#CFCCBD
(207,204,189)
#DEDCD0
(222,220,208)
#EDECE3
(237,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574C25 color. Also use rgb(87,76,37) instead hex code.

Text Font Color

.myTextColor { color: #574C25; }

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

This text font color is #574C25.


Background Color

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

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

This div background color is #574C25.


Border color

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

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

This div border color is #574C25.


Opacity

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

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

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

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

This text has shadow with #574C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574C25 on black background.


Color preview on white background

This text has color #574C25 on white background.



Black color preview on #574C25 background

This text has black color on #574C25 background.


White color preview on #574C25 background

This text has white color on #574C25 background.