COLOR #574B25

HEX: #574B25
RGB: (87,75,37)

Color info

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

RGB color model

#574B25 color RGB value is (87,75,37).

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

RGB channels and saturation

R 87 of 255 = 34%
G 75 of 255 = 29%
B 37 of 255 = 15%

87
75
37

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

Portions of RGB colors in percentages

R + G + B =
87 + 75 + 37 = 199 (100%)
R 87 of 199 ~ 43.72%
G 75 of 199 ~ 37.69%
B 37 of 199 ~ 18.59%

%43.72
%37.69
%18.59

CMYK color model

#574B25 color CMYK value is (0,14,57,66).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 57.47%
  • key color value is 65.88%
CMYK:
(0,14,57,66)
C0M14Y57K66 
(0%,14%,57%,66%)
(0.00/0.14/0.57/0.66)	

CMYK percentages

%0
%13.79
%57.47
%65.88

Codes

Color #574B25 in popluar color models

574B25
RGB877537
HSL46°40.32%24.31%
HSB/HSV46°57.47%34.12%
CMYK0.00%13.79%57.47%
65.88%

Color #574B25 in popluar number systems.

HEX574B25
Decimal877537
Binary10101111001011100101
Octal12711345

Shades and tints

Shades of #574B25

#574B25
(87,75,37)
#504522
(80,69,34)
#493F1F
(73,63,31)
#42391C
(66,57,28)
#3B3319
(59,51,25)
#342D16
(52,45,22)
#2D2713
(45,39,19)
#262110
(38,33,16)
#1F1B0D
(31,27,13)
#18150A
(24,21,10)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #574B25

#574B25
(87,75,37)
#665B38
(102,91,56)
#756B4B
(117,107,75)
#847B5E
(132,123,94)
#938B71
(147,139,113)
#A29B84
(162,155,132)
#B1AB97
(177,171,151)
#C0BBAA
(192,187,170)
#CFCBBD
(207,203,189)
#DEDBD0
(222,219,208)
#EDEBE3
(237,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574B25; }

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

This text font color is #574B25.


Background Color

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

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

This div background color is #574B25.


Border color

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

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

This div border color is #574B25.


Opacity

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

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

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

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

This text has shadow with #574B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574B25 on black background.


Color preview on white background

This text has color #574B25 on white background.



Black color preview on #574B25 background

This text has black color on #574B25 background.


White color preview on #574B25 background

This text has white color on #574B25 background.