COLOR #557627

HEX: #557627
RGB: (85,118,39)

Color info

#557627 contains mainly red and green colors. Web safe color of #557627 is #666633 (or #663).

RGB color model

#557627 color RGB value is (85,118,39).

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

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 39 of 255 = 15%

85
118
39

R + G + B ~ 31%. #557627 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 39 = 242 (100%)
R 85 of 242 ~ 35.12%
G 118 of 242 ~ 48.76%
B 39 of 242 ~ 16.12%

%35.12
%48.76
%16.12

CMYK color model

#557627 color CMYK value is (28,0,67,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 66.95%
  • key color value is 53.73%
CMYK:
(28,0,67,54)
C28M0Y67K54 
(28%,0%,67%,54%)
(0.28/0.00/0.67/0.54)	

CMYK percentages

%27.97
%0
%66.95
%53.73

Codes

Color #557627 in popluar color models

557627
RGB8511839
HSL85°50.32%30.78%
HSB/HSV85°66.95%46.27%
CMYK27.97%0.00%66.95%
53.73%

Color #557627 in popluar number systems.

HEX557627
Decimal8511839
Binary10101011110110100111
Octal12516647

Shades and tints

Shades of #557627

#557627
(85,118,39)
#4E6C24
(78,108,36)
#476221
(71,98,33)
#40581E
(64,88,30)
#394E1B
(57,78,27)
#324418
(50,68,24)
#2B3A15
(43,58,21)
#243012
(36,48,18)
#1D260F
(29,38,15)
#161C0C
(22,28,12)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #557627

#557627
(85,118,39)
#64823A
(100,130,58)
#738E4D
(115,142,77)
#829A60
(130,154,96)
#91A673
(145,166,115)
#A0B286
(160,178,134)
#AFBE99
(175,190,153)
#BECAAC
(190,202,172)
#CDD6BF
(205,214,191)
#DCE2D2
(220,226,210)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557627; }

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

This text font color is #557627.


Background Color

.myBgColor { background-color: #557627; }

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

This div background color is #557627.


Border color

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

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

This div border color is #557627.


Opacity

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

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

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

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

This text has shadow with #557627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557627 on black background.


Color preview on white background

This text has color #557627 on white background.



Black color preview on #557627 background

This text has black color on #557627 background.


White color preview on #557627 background

This text has white color on #557627 background.