COLOR #557746

HEX: #557746
RGB: (85,119,70)

Color info

#557746 contains red, green and blue colors in about the same proportion. Web safe color of #557746 is #666633 (or #663).

RGB color model

#557746 color RGB value is (85,119,70).

  • red value is 85;
  • green value is 119;
  • blue value is 70.
RGB:
(85,119,70)
(33%,47%,27%)

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 70 of 255 = 27%

85
119
70

R + G + B ~ 36%. #557746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 70 = 274 (100%)
R 85 of 274 ~ 31.02%
G 119 of 274 ~ 43.43%
B 70 of 274 ~ 25.55%

%31.02
%43.43
%25.55

CMYK color model

#557746 color CMYK value is (29,0,41,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 53.33%
CMYK:
(29,0,41,53)
C29M0Y41K53 
(29%,0%,41%,53%)
(0.29/0.00/0.41/0.53)	

CMYK percentages

%28.57
%0
%41.18
%53.33

Codes

Color #557746 in popluar color models

557746
RGB8511970
HSL102°25.93%37.06%
HSB/HSV102°41.18%46.67%
CMYK28.57%0.00%41.18%
53.33%

Color #557746 in popluar number systems.

HEX557746
Decimal8511970
Binary101010111101111000110
Octal125167106

Shades and tints

Shades of #557746

#557746
(85,119,70)
#4E6D40
(78,109,64)
#47633A
(71,99,58)
#405934
(64,89,52)
#394F2E
(57,79,46)
#324528
(50,69,40)
#2B3B22
(43,59,34)
#24311C
(36,49,28)
#1D2716
(29,39,22)
#161D10
(22,29,16)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #557746

#557746
(85,119,70)
#648356
(100,131,86)
#738F66
(115,143,102)
#829B76
(130,155,118)
#91A786
(145,167,134)
#A0B396
(160,179,150)
#AFBFA6
(175,191,166)
#BECBB6
(190,203,182)
#CDD7C6
(205,215,198)
#DCE3D6
(220,227,214)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557746 color. Also use rgb(85,119,70) instead hex code.

Text Font Color

.myTextColor { color: #557746; }

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

This text font color is #557746.


Background Color

.myBgColor { background-color: #557746; }

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

This div background color is #557746.


Border color

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

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

This div border color is #557746.


Opacity

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

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

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

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

This text has shadow with #557746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557746 on black background.


Color preview on white background

This text has color #557746 on white background.



Black color preview on #557746 background

This text has black color on #557746 background.


White color preview on #557746 background

This text has white color on #557746 background.