COLOR #557851

HEX: #557851
RGB: (85,120,81)

Color info

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

RGB color model

#557851 color RGB value is (85,120,81).

  • red value is 85;
  • green value is 120;
  • blue value is 81.
RGB:
(85,120,81)
(33%,47%,32%)

RGB channels and saturation

R 85 of 255 = 33%
G 120 of 255 = 47%
B 81 of 255 = 32%

85
120
81

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

Portions of RGB colors in percentages

R + G + B =
85 + 120 + 81 = 286 (100%)
R 85 of 286 ~ 29.72%
G 120 of 286 ~ 41.96%
B 81 of 286 ~ 28.32%

%29.72
%41.96
%28.32

CMYK color model

#557851 color CMYK value is (29,0,33,53).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 52.94%
CMYK:
(29,0,33,53)
C29M0Y33K53 
(29%,0%,33%,53%)
(0.29/0.00/0.33/0.53)	

CMYK percentages

%29.17
%0
%32.5
%52.94

Codes

Color #557851 in popluar color models

557851
RGB8512081
HSL114°19.40%39.41%
HSB/HSV114°32.50%47.06%
CMYK29.17%0.00%32.50%
52.94%

Color #557851 in popluar number systems.

HEX557851
Decimal8512081
Binary101010111110001010001
Octal125170121

Shades and tints

Shades of #557851

#557851
(85,120,81)
#4E6E4A
(78,110,74)
#476443
(71,100,67)
#405A3C
(64,90,60)
#395035
(57,80,53)
#32462E
(50,70,46)
#2B3C27
(43,60,39)
#243220
(36,50,32)
#1D2819
(29,40,25)
#161E12
(22,30,18)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #557851

#557851
(85,120,81)
#648460
(100,132,96)
#73906F
(115,144,111)
#829C7E
(130,156,126)
#91A88D
(145,168,141)
#A0B49C
(160,180,156)
#AFC0AB
(175,192,171)
#BECCBA
(190,204,186)
#CDD8C9
(205,216,201)
#DCE4D8
(220,228,216)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557851 color. Also use rgb(85,120,81) instead hex code.

Text Font Color

.myTextColor { color: #557851; }

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

This text font color is #557851.


Background Color

.myBgColor { background-color: #557851; }

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

This div background color is #557851.


Border color

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

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

This div border color is #557851.


Opacity

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

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

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

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

This text has shadow with #557851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557851 on black background.


Color preview on white background

This text has color #557851 on white background.



Black color preview on #557851 background

This text has black color on #557851 background.


White color preview on #557851 background

This text has white color on #557851 background.