COLOR #557966

HEX: #557966
RGB: (85,121,102)

Color info

#557966 contains red, green and blue colors in about the same proportion. Web safe color of #557966 is #666666 (or #666).

RGB color model

#557966 color RGB value is (85,121,102).

  • red value is 85;
  • green value is 121;
  • blue value is 102.
RGB:
(85,121,102)
(33%,47%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 121 of 255 = 47%
B 102 of 255 = 40%

85
121
102

R + G + B ~ 40%. #557966 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 121 + 102 = 308 (100%)
R 85 of 308 ~ 27.6%
G 121 of 308 ~ 39.29%
B 102 of 308 ~ 33.12%

%27.6
%39.29
%33.12

CMYK color model

#557966 color CMYK value is (30,0,16,53).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 52.55%
CMYK:
(30,0,16,53)
C30M0Y16K53 
(30%,0%,16%,53%)
(0.30/0.00/0.16/0.53)	

CMYK percentages

%29.75
%0
%15.7
%52.55

Codes

Color #557966 in popluar color models

557966
RGB85121102
HSL148°17.48%40.39%
HSB/HSV148°29.75%47.45%
CMYK29.75%0.00%15.70%
52.55%

Color #557966 in popluar number systems.

HEX557966
Decimal85121102
Binary101010111110011100110
Octal125171146

Shades and tints

Shades of #557966

#557966
(85,121,102)
#4E6E5D
(78,110,93)
#476354
(71,99,84)
#40584B
(64,88,75)
#394D42
(57,77,66)
#324239
(50,66,57)
#2B3730
(43,55,48)
#242C27
(36,44,39)
#1D211E
(29,33,30)
#161615
(22,22,21)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #557966

#557966
(85,121,102)
#648573
(100,133,115)
#739180
(115,145,128)
#829D8D
(130,157,141)
#91A99A
(145,169,154)
#A0B5A7
(160,181,167)
#AFC1B4
(175,193,180)
#BECDC1
(190,205,193)
#CDD9CE
(205,217,206)
#DCE5DB
(220,229,219)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557966 color. Also use rgb(85,121,102) instead hex code.

Text Font Color

.myTextColor { color: #557966; }

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

This text font color is #557966.


Background Color

.myBgColor { background-color: #557966; }

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

This div background color is #557966.


Border color

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

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

This div border color is #557966.


Opacity

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

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

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

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

This text has shadow with #557966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557966 on black background.


Color preview on white background

This text has color #557966 on white background.



Black color preview on #557966 background

This text has black color on #557966 background.


White color preview on #557966 background

This text has white color on #557966 background.