COLOR #557E35

HEX: #557E35
RGB: (85,126,53)

Color info

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

RGB color model

#557E35 color RGB value is (85,126,53).

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

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 53 of 255 = 21%

85
126
53

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

Portions of RGB colors in percentages

R + G + B =
85 + 126 + 53 = 264 (100%)
R 85 of 264 ~ 32.2%
G 126 of 264 ~ 47.73%
B 53 of 264 ~ 20.08%

%32.2
%47.73
%20.08

CMYK color model

#557E35 color CMYK value is (33,0,58,51).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 57.94%
  • key color value is 50.59%
CMYK:
(33,0,58,51)
C33M0Y58K51 
(33%,0%,58%,51%)
(0.33/0.00/0.58/0.51)	

CMYK percentages

%32.54
%0
%57.94
%50.59

Codes

Color #557E35 in popluar color models

557E35
RGB8512653
HSL94°40.78%35.10%
HSB/HSV94°57.94%49.41%
CMYK32.54%0.00%57.94%
50.59%

Color #557E35 in popluar number systems.

HEX557E35
Decimal8512653
Binary10101011111110110101
Octal12517665

Shades and tints

Shades of #557E35

#557E35
(85,126,53)
#4E7331
(78,115,49)
#47682D
(71,104,45)
#405D29
(64,93,41)
#395225
(57,82,37)
#324721
(50,71,33)
#2B3C1D
(43,60,29)
#243119
(36,49,25)
#1D2615
(29,38,21)
#161B11
(22,27,17)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #557E35

#557E35
(85,126,53)
#648947
(100,137,71)
#739459
(115,148,89)
#829F6B
(130,159,107)
#91AA7D
(145,170,125)
#A0B58F
(160,181,143)
#AFC0A1
(175,192,161)
#BECBB3
(190,203,179)
#CDD6C5
(205,214,197)
#DCE1D7
(220,225,215)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557E35; }

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

This text font color is #557E35.


Background Color

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

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

This div background color is #557E35.


Border color

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

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

This div border color is #557E35.


Opacity

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

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

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

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

This text has shadow with #557E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557E35 on black background.


Color preview on white background

This text has color #557E35 on white background.



Black color preview on #557E35 background

This text has black color on #557E35 background.


White color preview on #557E35 background

This text has white color on #557E35 background.