COLOR #557740

HEX: #557740
RGB: (85,119,64)

Color info

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

RGB color model

#557740 color RGB value is (85,119,64).

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

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 64 of 255 = 25%

85
119
64

R + G + B ~ 35%. #557740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 64 = 268 (100%)
R 85 of 268 ~ 31.72%
G 119 of 268 ~ 44.4%
B 64 of 268 ~ 23.88%

%31.72
%44.4
%23.88

CMYK color model

#557740 color CMYK value is (29,0,46,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 46.22%
  • key color value is 53.33%
CMYK:
(29,0,46,53)
C29M0Y46K53 
(29%,0%,46%,53%)
(0.29/0.00/0.46/0.53)	

CMYK percentages

%28.57
%0
%46.22
%53.33

Codes

Color #557740 in popluar color models

557740
RGB8511964
HSL97°30.05%35.88%
HSB/HSV97°46.22%46.67%
CMYK28.57%0.00%46.22%
53.33%

Color #557740 in popluar number systems.

HEX557740
Decimal8511964
Binary101010111101111000000
Octal125167100

Shades and tints

Shades of #557740

#557740
(85,119,64)
#4E6D3B
(78,109,59)
#476336
(71,99,54)
#405931
(64,89,49)
#394F2C
(57,79,44)
#324527
(50,69,39)
#2B3B22
(43,59,34)
#24311D
(36,49,29)
#1D2718
(29,39,24)
#161D13
(22,29,19)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #557740

#557740
(85,119,64)
#648351
(100,131,81)
#738F62
(115,143,98)
#829B73
(130,155,115)
#91A784
(145,167,132)
#A0B395
(160,179,149)
#AFBFA6
(175,191,166)
#BECBB7
(190,203,183)
#CDD7C8
(205,215,200)
#DCE3D9
(220,227,217)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557740; }

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

This text font color is #557740.


Background Color

.myBgColor { background-color: #557740; }

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

This div background color is #557740.


Border color

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

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

This div border color is #557740.


Opacity

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

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

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

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

This text has shadow with #557740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557740 on black background.


Color preview on white background

This text has color #557740 on white background.



Black color preview on #557740 background

This text has black color on #557740 background.


White color preview on #557740 background

This text has white color on #557740 background.