COLOR #577451

HEX: #577451
RGB: (87,116,81)

Color info

#577451 contains red, green and blue colors in about the same proportion. Web safe color of #577451 is #666666 (or #666).

RGB color model

#577451 color RGB value is (87,116,81).

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

RGB channels and saturation

R 87 of 255 = 34%
G 116 of 255 = 45%
B 81 of 255 = 32%

87
116
81

R + G + B ~ 37%. #577451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 116 + 81 = 284 (100%)
R 87 of 284 ~ 30.63%
G 116 of 284 ~ 40.85%
B 81 of 284 ~ 28.52%

%30.63
%40.85
%28.52

CMYK color model

#577451 color CMYK value is (25,0,30,55).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 54.51%
CMYK:
(25,0,30,55)
C25M0Y30K55 
(25%,0%,30%,55%)
(0.25/0.00/0.30/0.55)	

CMYK percentages

%25
%0
%30.17
%54.51

Codes

Color #577451 in popluar color models

577451
RGB8711681
HSL110°17.77%38.63%
HSB/HSV110°30.17%45.49%
CMYK25.00%0.00%30.17%
54.51%

Color #577451 in popluar number systems.

HEX577451
Decimal8711681
Binary101011111101001010001
Octal127164121

Shades and tints

Shades of #577451

#577451
(87,116,81)
#506A4A
(80,106,74)
#496043
(73,96,67)
#42563C
(66,86,60)
#3B4C35
(59,76,53)
#34422E
(52,66,46)
#2D3827
(45,56,39)
#262E20
(38,46,32)
#1F2419
(31,36,25)
#181A12
(24,26,18)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #577451

#577451
(87,116,81)
#668060
(102,128,96)
#758C6F
(117,140,111)
#84987E
(132,152,126)
#93A48D
(147,164,141)
#A2B09C
(162,176,156)
#B1BCAB
(177,188,171)
#C0C8BA
(192,200,186)
#CFD4C9
(207,212,201)
#DEE0D8
(222,224,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577451; }

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

This text font color is #577451.


Background Color

.myBgColor { background-color: #577451; }

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

This div background color is #577451.


Border color

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

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

This div border color is #577451.


Opacity

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

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

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

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

This text has shadow with #577451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577451 on black background.


Color preview on white background

This text has color #577451 on white background.



Black color preview on #577451 background

This text has black color on #577451 background.


White color preview on #577451 background

This text has white color on #577451 background.