COLOR #557266

HEX: #557266
RGB: (85,114,102)

Color info

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

RGB color model

#557266 color RGB value is (85,114,102).

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

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 102 of 255 = 40%

85
114
102

R + G + B ~ 39%. #557266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 114 + 102 = 301 (100%)
R 85 of 301 ~ 28.24%
G 114 of 301 ~ 37.87%
B 102 of 301 ~ 33.89%

%28.24
%37.87
%33.89

CMYK color model

#557266 color CMYK value is (25,0,11,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(25,0,11,55)
C25M0Y11K55 
(25%,0%,11%,55%)
(0.25/0.00/0.11/0.55)	

CMYK percentages

%25.44
%0
%10.53
%55.29

Codes

Color #557266 in popluar color models

557266
RGB85114102
HSL155°14.57%39.02%
HSB/HSV155°25.44%44.71%
CMYK25.44%0.00%10.53%
55.29%

Color #557266 in popluar number systems.

HEX557266
Decimal85114102
Binary101010111100101100110
Octal125162146

Shades and tints

Shades of #557266

#557266
(85,114,102)
#4E685D
(78,104,93)
#475E54
(71,94,84)
#40544B
(64,84,75)
#394A42
(57,74,66)
#324039
(50,64,57)
#2B3630
(43,54,48)
#242C27
(36,44,39)
#1D221E
(29,34,30)
#161815
(22,24,21)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #557266

#557266
(85,114,102)
#647E73
(100,126,115)
#738A80
(115,138,128)
#82968D
(130,150,141)
#91A29A
(145,162,154)
#A0AEA7
(160,174,167)
#AFBAB4
(175,186,180)
#BEC6C1
(190,198,193)
#CDD2CE
(205,210,206)
#DCDEDB
(220,222,219)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557266; }

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

This text font color is #557266.


Background Color

.myBgColor { background-color: #557266; }

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

This div background color is #557266.


Border color

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

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

This div border color is #557266.


Opacity

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

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

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

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

This text has shadow with #557266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557266 on black background.


Color preview on white background

This text has color #557266 on white background.



Black color preview on #557266 background

This text has black color on #557266 background.


White color preview on #557266 background

This text has white color on #557266 background.