COLOR #574525

HEX: #574525
RGB: (87,69,37)

Color info

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

RGB color model

#574525 color RGB value is (87,69,37).

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

RGB channels and saturation

R 87 of 255 = 34%
G 69 of 255 = 27%
B 37 of 255 = 15%

87
69
37

R + G + B ~ 25%. #574525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 69 + 37 = 193 (100%)
R 87 of 193 ~ 45.08%
G 69 of 193 ~ 35.75%
B 37 of 193 ~ 19.17%

%45.08
%35.75
%19.17

CMYK color model

#574525 color CMYK value is (0,21,57,66).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 57.47%
  • key color value is 65.88%
CMYK:
(0,21,57,66)
C0M21Y57K66 
(0%,21%,57%,66%)
(0.00/0.21/0.57/0.66)	

CMYK percentages

%0
%20.69
%57.47
%65.88

Codes

Color #574525 in popluar color models

574525
RGB876937
HSL38°40.32%24.31%
HSB/HSV38°57.47%34.12%
CMYK0.00%20.69%57.47%
65.88%

Color #574525 in popluar number systems.

HEX574525
Decimal876937
Binary10101111000101100101
Octal12710545

Shades and tints

Shades of #574525

#574525
(87,69,37)
#503F22
(80,63,34)
#49391F
(73,57,31)
#42331C
(66,51,28)
#3B2D19
(59,45,25)
#342716
(52,39,22)
#2D2113
(45,33,19)
#261B10
(38,27,16)
#1F150D
(31,21,13)
#180F0A
(24,15,10)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #574525

#574525
(87,69,37)
#665538
(102,85,56)
#75654B
(117,101,75)
#84755E
(132,117,94)
#938571
(147,133,113)
#A29584
(162,149,132)
#B1A597
(177,165,151)
#C0B5AA
(192,181,170)
#CFC5BD
(207,197,189)
#DED5D0
(222,213,208)
#EDE5E3
(237,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574525; }

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

This text font color is #574525.


Background Color

.myBgColor { background-color: #574525; }

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

This div background color is #574525.


Border color

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

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

This div border color is #574525.


Opacity

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

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

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

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

This text has shadow with #574525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574525 on black background.


Color preview on white background

This text has color #574525 on white background.



Black color preview on #574525 background

This text has black color on #574525 background.


White color preview on #574525 background

This text has white color on #574525 background.