COLOR #557650

HEX: #557650
RGB: (85,118,80)

Color info

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

RGB color model

#557650 color RGB value is (85,118,80).

  • red value is 85;
  • green value is 118;
  • blue value is 80.
RGB:
(85,118,80)
(33%,46%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 80 of 255 = 31%

85
118
80

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

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 80 = 283 (100%)
R 85 of 283 ~ 30.04%
G 118 of 283 ~ 41.7%
B 80 of 283 ~ 28.27%

%30.04
%41.7
%28.27

CMYK color model

#557650 color CMYK value is (28,0,32,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(28,0,32,54)
C28M0Y32K54 
(28%,0%,32%,54%)
(0.28/0.00/0.32/0.54)	

CMYK percentages

%27.97
%0
%32.2
%53.73

Codes

Color #557650 in popluar color models

557650
RGB8511880
HSL112°19.19%38.82%
HSB/HSV112°32.20%46.27%
CMYK27.97%0.00%32.20%
53.73%

Color #557650 in popluar number systems.

HEX557650
Decimal8511880
Binary101010111101101010000
Octal125166120

Shades and tints

Shades of #557650

#557650
(85,118,80)
#4E6C49
(78,108,73)
#476242
(71,98,66)
#40583B
(64,88,59)
#394E34
(57,78,52)
#32442D
(50,68,45)
#2B3A26
(43,58,38)
#24301F
(36,48,31)
#1D2618
(29,38,24)
#161C11
(22,28,17)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #557650

#557650
(85,118,80)
#64825F
(100,130,95)
#738E6E
(115,142,110)
#829A7D
(130,154,125)
#91A68C
(145,166,140)
#A0B29B
(160,178,155)
#AFBEAA
(175,190,170)
#BECAB9
(190,202,185)
#CDD6C8
(205,214,200)
#DCE2D7
(220,226,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557650 color. Also use rgb(85,118,80) instead hex code.

Text Font Color

.myTextColor { color: #557650; }

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

This text font color is #557650.


Background Color

.myBgColor { background-color: #557650; }

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

This div background color is #557650.


Border color

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

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

This div border color is #557650.


Opacity

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

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

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

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

This text has shadow with #557650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557650 on black background.


Color preview on white background

This text has color #557650 on white background.



Black color preview on #557650 background

This text has black color on #557650 background.


White color preview on #557650 background

This text has white color on #557650 background.