COLOR #557713

HEX: #557713
RGB: (85,119,19)

Color info

#557713 contains mainly red and green colors. Web safe color of #557713 is #666600 (or #660).

RGB color model

#557713 color RGB value is (85,119,19).

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

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 19 of 255 = 7%

85
119
19

R + G + B ~ 29%. #557713 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 19 = 223 (100%)
R 85 of 223 ~ 38.12%
G 119 of 223 ~ 53.36%
B 19 of 223 ~ 8.52%

%38.12
%53.36

CMYK color model

#557713 color CMYK value is (29,0,84,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 84.03%
  • key color value is 53.33%
CMYK:
(29,0,84,53)
C29M0Y84K53 
(29%,0%,84%,53%)
(0.29/0.00/0.84/0.53)	

CMYK percentages

%28.57
%0
%84.03
%53.33

Codes

Color #557713 in popluar color models

557713
RGB8511919
HSL80°72.46%27.06%
HSB/HSV80°84.03%46.67%
CMYK28.57%0.00%84.03%
53.33%

Color #557713 in popluar number systems.

HEX557713
Decimal8511919
Binary1010101111011110011
Octal12516723

Shades and tints

Shades of #557713

#557713
(85,119,19)
#4E6D12
(78,109,18)
#476311
(71,99,17)
#405910
(64,89,16)
#394F0F
(57,79,15)
#32450E
(50,69,14)
#2B3B0D
(43,59,13)
#24310C
(36,49,12)
#1D270B
(29,39,11)
#161D0A
(22,29,10)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #557713

#557713
(85,119,19)
#648328
(100,131,40)
#738F3D
(115,143,61)
#829B52
(130,155,82)
#91A767
(145,167,103)
#A0B37C
(160,179,124)
#AFBF91
(175,191,145)
#BECBA6
(190,203,166)
#CDD7BB
(205,215,187)
#DCE3D0
(220,227,208)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557713; }

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

This text font color is #557713.


Background Color

.myBgColor { background-color: #557713; }

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

This div background color is #557713.


Border color

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

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

This div border color is #557713.


Opacity

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

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

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

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

This text has shadow with #557713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557713 on black background.


Color preview on white background

This text has color #557713 on white background.



Black color preview on #557713 background

This text has black color on #557713 background.


White color preview on #557713 background

This text has white color on #557713 background.