COLOR #557466

HEX: #557466
RGB: (85,116,102)

Color info

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

RGB color model

#557466 color RGB value is (85,116,102).

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

RGB channels and saturation

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

85
116
102

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

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 102 = 303 (100%)
R 85 of 303 ~ 28.05%
G 116 of 303 ~ 38.28%
B 102 of 303 ~ 33.66%

%28.05
%38.28
%33.66

CMYK color model

#557466 color CMYK value is (27,0,12,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(27,0,12,55)
C27M0Y12K55 
(27%,0%,12%,55%)
(0.27/0.00/0.12/0.55)	

CMYK percentages

%26.72
%0
%12.07
%54.51

Codes

Color #557466 in popluar color models

557466
RGB85116102
HSL153°15.42%39.41%
HSB/HSV153°26.72%45.49%
CMYK26.72%0.00%12.07%
54.51%

Color #557466 in popluar number systems.

HEX557466
Decimal85116102
Binary101010111101001100110
Octal125164146

Shades and tints

Shades of #557466

#557466
(85,116,102)
#4E6A5D
(78,106,93)
#476054
(71,96,84)
#40564B
(64,86,75)
#394C42
(57,76,66)
#324239
(50,66,57)
#2B3830
(43,56,48)
#242E27
(36,46,39)
#1D241E
(29,36,30)
#161A15
(22,26,21)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #557466

#557466
(85,116,102)
#648073
(100,128,115)
#738C80
(115,140,128)
#82988D
(130,152,141)
#91A49A
(145,164,154)
#A0B0A7
(160,176,167)
#AFBCB4
(175,188,180)
#BEC8C1
(190,200,193)
#CDD4CE
(205,212,206)
#DCE0DB
(220,224,219)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557466; }

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

This text font color is #557466.


Background Color

.myBgColor { background-color: #557466; }

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

This div background color is #557466.


Border color

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

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

This div border color is #557466.


Opacity

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

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

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

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

This text has shadow with #557466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557466 on black background.


Color preview on white background

This text has color #557466 on white background.



Black color preview on #557466 background

This text has black color on #557466 background.


White color preview on #557466 background

This text has white color on #557466 background.