COLOR #557236

HEX: #557236
RGB: (85,114,54)

Color info

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

RGB color model

#557236 color RGB value is (85,114,54).

  • red value is 85;
  • green value is 114;
  • blue value is 54.
RGB:
(85,114,54)
(33%,45%,21%)

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 54 of 255 = 21%

85
114
54

R + G + B ~ 33%. #557236 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 114 + 54 = 253 (100%)
R 85 of 253 ~ 33.6%
G 114 of 253 ~ 45.06%
B 54 of 253 ~ 21.34%

%33.6
%45.06
%21.34

CMYK color model

#557236 color CMYK value is (25,0,53,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 55.29%
CMYK:
(25,0,53,55)
C25M0Y53K55 
(25%,0%,53%,55%)
(0.25/0.00/0.53/0.55)	

CMYK percentages

%25.44
%0
%52.63
%55.29

Codes

Color #557236 in popluar color models

557236
RGB8511454
HSL89°35.71%32.94%
HSB/HSV89°52.63%44.71%
CMYK25.44%0.00%52.63%
55.29%

Color #557236 in popluar number systems.

HEX557236
Decimal8511454
Binary10101011110010110110
Octal12516266

Shades and tints

Shades of #557236

#557236
(85,114,54)
#4E6832
(78,104,50)
#475E2E
(71,94,46)
#40542A
(64,84,42)
#394A26
(57,74,38)
#324022
(50,64,34)
#2B361E
(43,54,30)
#242C1A
(36,44,26)
#1D2216
(29,34,22)
#161812
(22,24,18)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #557236

#557236
(85,114,54)
#647E48
(100,126,72)
#738A5A
(115,138,90)
#82966C
(130,150,108)
#91A27E
(145,162,126)
#A0AE90
(160,174,144)
#AFBAA2
(175,186,162)
#BEC6B4
(190,198,180)
#CDD2C6
(205,210,198)
#DCDED8
(220,222,216)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557236 color. Also use rgb(85,114,54) instead hex code.

Text Font Color

.myTextColor { color: #557236; }

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

This text font color is #557236.


Background Color

.myBgColor { background-color: #557236; }

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

This div background color is #557236.


Border color

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

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

This div border color is #557236.


Opacity

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

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

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

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

This text has shadow with #557236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557236 on black background.


Color preview on white background

This text has color #557236 on white background.



Black color preview on #557236 background

This text has black color on #557236 background.


White color preview on #557236 background

This text has white color on #557236 background.