COLOR #557E33

HEX: #557E33
RGB: (85,126,51)

Color info

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

RGB color model

#557E33 color RGB value is (85,126,51).

  • red value is 85;
  • green value is 126;
  • blue value is 51.
RGB:
(85,126,51)
(33%,49%,20%)

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 51 of 255 = 20%

85
126
51

R + G + B ~ 34%. #557E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 126 + 51 = 262 (100%)
R 85 of 262 ~ 32.44%
G 126 of 262 ~ 48.09%
B 51 of 262 ~ 19.47%

%32.44
%48.09
%19.47

CMYK color model

#557E33 color CMYK value is (33,0,60,51).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 59.52%
  • key color value is 50.59%
CMYK:
(33,0,60,51)
C33M0Y60K51 
(33%,0%,60%,51%)
(0.33/0.00/0.60/0.51)	

CMYK percentages

%32.54
%0
%59.52
%50.59

Codes

Color #557E33 in popluar color models

557E33
RGB8512651
HSL93°42.37%34.71%
HSB/HSV93°59.52%49.41%
CMYK32.54%0.00%59.52%
50.59%

Color #557E33 in popluar number systems.

HEX557E33
Decimal8512651
Binary10101011111110110011
Octal12517663

Shades and tints

Shades of #557E33

#557E33
(85,126,51)
#4E732F
(78,115,47)
#47682B
(71,104,43)
#405D27
(64,93,39)
#395223
(57,82,35)
#32471F
(50,71,31)
#2B3C1B
(43,60,27)
#243117
(36,49,23)
#1D2613
(29,38,19)
#161B0F
(22,27,15)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #557E33

#557E33
(85,126,51)
#648945
(100,137,69)
#739457
(115,148,87)
#829F69
(130,159,105)
#91AA7B
(145,170,123)
#A0B58D
(160,181,141)
#AFC09F
(175,192,159)
#BECBB1
(190,203,177)
#CDD6C3
(205,214,195)
#DCE1D5
(220,225,213)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557E33 color. Also use rgb(85,126,51) instead hex code.

Text Font Color

.myTextColor { color: #557E33; }

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

This text font color is #557E33.


Background Color

.myBgColor { background-color: #557E33; }

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

This div background color is #557E33.


Border color

.myBorderColor { border: 1px solid #557E33; }

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

This div border color is #557E33.


Opacity

.myOpacity80 { color: #557E33; opacity: 0.8; }

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

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

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

This text has shadow with #557E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557E33 on black background.


Color preview on white background

This text has color #557E33 on white background.



Black color preview on #557E33 background

This text has black color on #557E33 background.


White color preview on #557E33 background

This text has white color on #557E33 background.