COLOR #557134

HEX: #557134
RGB: (85,113,52)

Color info

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

RGB color model

#557134 color RGB value is (85,113,52).

  • red value is 85;
  • green value is 113;
  • blue value is 52.
RGB:
(85,113,52)
(33%,44%,20%)

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 52 of 255 = 20%

85
113
52

R + G + B ~ 32%. #557134 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 52 = 250 (100%)
R 85 of 250 ~ 34%
G 113 of 250 ~ 45.2%
B 52 of 250 ~ 20.8%

%34
%45.2
%20.8

CMYK color model

#557134 color CMYK value is (25,0,54,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(25,0,54,56)
C25M0Y54K56 
(25%,0%,54%,56%)
(0.25/0.00/0.54/0.56)	

CMYK percentages

%24.78
%0
%53.98
%55.69

Codes

Color #557134 in popluar color models

557134
RGB8511352
HSL88°36.97%32.35%
HSB/HSV88°53.98%44.31%
CMYK24.78%0.00%53.98%
55.69%

Color #557134 in popluar number systems.

HEX557134
Decimal8511352
Binary10101011110001110100
Octal12516164

Shades and tints

Shades of #557134

#557134
(85,113,52)
#4E6730
(78,103,48)
#475D2C
(71,93,44)
#405328
(64,83,40)
#394924
(57,73,36)
#323F20
(50,63,32)
#2B351C
(43,53,28)
#242B18
(36,43,24)
#1D2114
(29,33,20)
#161710
(22,23,16)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #557134

#557134
(85,113,52)
#647D46
(100,125,70)
#738958
(115,137,88)
#82956A
(130,149,106)
#91A17C
(145,161,124)
#A0AD8E
(160,173,142)
#AFB9A0
(175,185,160)
#BEC5B2
(190,197,178)
#CDD1C4
(205,209,196)
#DCDDD6
(220,221,214)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557134 color. Also use rgb(85,113,52) instead hex code.

Text Font Color

.myTextColor { color: #557134; }

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

This text font color is #557134.


Background Color

.myBgColor { background-color: #557134; }

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

This div background color is #557134.


Border color

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

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

This div border color is #557134.


Opacity

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

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

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

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

This text has shadow with #557134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557134 on black background.


Color preview on white background

This text has color #557134 on white background.



Black color preview on #557134 background

This text has black color on #557134 background.


White color preview on #557134 background

This text has white color on #557134 background.