COLOR #557630

HEX: #557630
RGB: (85,118,48)

Color info

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

RGB color model

#557630 color RGB value is (85,118,48).

  • red value is 85;
  • green value is 118;
  • blue value is 48.
RGB:
(85,118,48)
(33%,46%,19%)

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 48 of 255 = 19%

85
118
48

R + G + B ~ 33%. #557630 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 48 = 251 (100%)
R 85 of 251 ~ 33.86%
G 118 of 251 ~ 47.01%
B 48 of 251 ~ 19.12%

%33.86
%47.01
%19.12

CMYK color model

#557630 color CMYK value is (28,0,59,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 59.32%
  • key color value is 53.73%
CMYK:
(28,0,59,54)
C28M0Y59K54 
(28%,0%,59%,54%)
(0.28/0.00/0.59/0.54)	

CMYK percentages

%27.97
%0
%59.32
%53.73

Codes

Color #557630 in popluar color models

557630
RGB8511848
HSL88°42.17%32.55%
HSB/HSV88°59.32%46.27%
CMYK27.97%0.00%59.32%
53.73%

Color #557630 in popluar number systems.

HEX557630
Decimal8511848
Binary10101011110110110000
Octal12516660

Shades and tints

Shades of #557630

#557630
(85,118,48)
#4E6C2C
(78,108,44)
#476228
(71,98,40)
#405824
(64,88,36)
#394E20
(57,78,32)
#32441C
(50,68,28)
#2B3A18
(43,58,24)
#243014
(36,48,20)
#1D2610
(29,38,16)
#161C0C
(22,28,12)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #557630

#557630
(85,118,48)
#648242
(100,130,66)
#738E54
(115,142,84)
#829A66
(130,154,102)
#91A678
(145,166,120)
#A0B28A
(160,178,138)
#AFBE9C
(175,190,156)
#BECAAE
(190,202,174)
#CDD6C0
(205,214,192)
#DCE2D2
(220,226,210)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557630 color. Also use rgb(85,118,48) instead hex code.

Text Font Color

.myTextColor { color: #557630; }

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

This text font color is #557630.


Background Color

.myBgColor { background-color: #557630; }

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

This div background color is #557630.


Border color

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

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

This div border color is #557630.


Opacity

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

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

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

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

This text has shadow with #557630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557630 on black background.


Color preview on white background

This text has color #557630 on white background.



Black color preview on #557630 background

This text has black color on #557630 background.


White color preview on #557630 background

This text has white color on #557630 background.