COLOR #575121

HEX: #575121
RGB: (87,81,33)

Color info

#575121 contains red, green and blue colors in about the same proportion. Web safe color of #575121 is #666633 (or #663).

RGB color model

#575121 color RGB value is (87,81,33).

  • red value is 87;
  • green value is 81;
  • blue value is 33.
RGB:
(87,81,33)
(34%,32%,13%)

RGB channels and saturation

R 87 of 255 = 34%
G 81 of 255 = 32%
B 33 of 255 = 13%

87
81
33

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

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 33 = 201 (100%)
R 87 of 201 ~ 43.28%
G 81 of 201 ~ 40.3%
B 33 of 201 ~ 16.42%

%43.28
%40.3
%16.42

CMYK color model

#575121 color CMYK value is (0,7,62,66).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 62.07%
  • key color value is 65.88%
CMYK:
(0,7,62,66)
C0M7Y62K66 
(0%,7%,62%,66%)
(0.00/0.07/0.62/0.66)	

CMYK percentages

%0
%6.9
%62.07
%65.88

Codes

Color #575121 in popluar color models

575121
RGB878133
HSL53°45.00%23.53%
HSB/HSV53°62.07%34.12%
CMYK0.00%6.90%62.07%
65.88%

Color #575121 in popluar number systems.

HEX575121
Decimal878133
Binary10101111010001100001
Octal12712141

Shades and tints

Shades of #575121

#575121
(87,81,33)
#504A1E
(80,74,30)
#49431B
(73,67,27)
#423C18
(66,60,24)
#3B3515
(59,53,21)
#342E12
(52,46,18)
#2D270F
(45,39,15)
#26200C
(38,32,12)
#1F1909
(31,25,9)
#181206
(24,18,6)
#110B03
(17,11,3)
#000000
(0,0,0)

Tints of #575121

#575121
(87,81,33)
#666035
(102,96,53)
#756F49
(117,111,73)
#847E5D
(132,126,93)
#938D71
(147,141,113)
#A29C85
(162,156,133)
#B1AB99
(177,171,153)
#C0BAAD
(192,186,173)
#CFC9C1
(207,201,193)
#DED8D5
(222,216,213)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575121 color. Also use rgb(87,81,33) instead hex code.

Text Font Color

.myTextColor { color: #575121; }

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

This text font color is #575121.


Background Color

.myBgColor { background-color: #575121; }

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

This div background color is #575121.


Border color

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

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

This div border color is #575121.


Opacity

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

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

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

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

This text has shadow with #575121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575121 on black background.


Color preview on white background

This text has color #575121 on white background.



Black color preview on #575121 background

This text has black color on #575121 background.


White color preview on #575121 background

This text has white color on #575121 background.