COLOR #557527

HEX: #557527
RGB: (85,117,39)

Color info

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

RGB color model

#557527 color RGB value is (85,117,39).

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

RGB channels and saturation

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

85
117
39

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

Portions of RGB colors in percentages

R + G + B =
85 + 117 + 39 = 241 (100%)
R 85 of 241 ~ 35.27%
G 117 of 241 ~ 48.55%
B 39 of 241 ~ 16.18%

%35.27
%48.55
%16.18

CMYK color model

#557527 color CMYK value is (27,0,67,54).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 54.12%
CMYK:
(27,0,67,54)
C27M0Y67K54 
(27%,0%,67%,54%)
(0.27/0.00/0.67/0.54)	

CMYK percentages

%27.35
%0
%66.67
%54.12

Codes

Color #557527 in popluar color models

557527
RGB8511739
HSL85°50.00%30.59%
HSB/HSV85°66.67%45.88%
CMYK27.35%0.00%66.67%
54.12%

Color #557527 in popluar number systems.

HEX557527
Decimal8511739
Binary10101011110101100111
Octal12516547

Shades and tints

Shades of #557527

#557527
(85,117,39)
#4E6B24
(78,107,36)
#476121
(71,97,33)
#40571E
(64,87,30)
#394D1B
(57,77,27)
#324318
(50,67,24)
#2B3915
(43,57,21)
#242F12
(36,47,18)
#1D250F
(29,37,15)
#161B0C
(22,27,12)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #557527

#557527
(85,117,39)
#64813A
(100,129,58)
#738D4D
(115,141,77)
#829960
(130,153,96)
#91A573
(145,165,115)
#A0B186
(160,177,134)
#AFBD99
(175,189,153)
#BEC9AC
(190,201,172)
#CDD5BF
(205,213,191)
#DCE1D2
(220,225,210)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557527; }

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

This text font color is #557527.


Background Color

.myBgColor { background-color: #557527; }

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

This div background color is #557527.


Border color

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

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

This div border color is #557527.


Opacity

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

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

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

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

This text has shadow with #557527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557527 on black background.


Color preview on white background

This text has color #557527 on white background.



Black color preview on #557527 background

This text has black color on #557527 background.


White color preview on #557527 background

This text has white color on #557527 background.