COLOR #557465

HEX: #557465
RGB: (85,116,101)

Color info

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

RGB color model

#557465 color RGB value is (85,116,101).

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

RGB channels and saturation

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

85
116
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 101 = 302 (100%)
R 85 of 302 ~ 28.15%
G 116 of 302 ~ 38.41%
B 101 of 302 ~ 33.44%

%28.15
%38.41
%33.44

CMYK color model

#557465 color CMYK value is (27,0,13,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK:
(27,0,13,55)
C27M0Y13K55 
(27%,0%,13%,55%)
(0.27/0.00/0.13/0.55)	

CMYK percentages

%26.72
%0
%12.93
%54.51

Codes

Color #557465 in popluar color models

557465
RGB85116101
HSL151°15.42%39.41%
HSB/HSV151°26.72%45.49%
CMYK26.72%0.00%12.93%
54.51%

Color #557465 in popluar number systems.

HEX557465
Decimal85116101
Binary101010111101001100101
Octal125164145

Shades and tints

Shades of #557465

#557465
(85,116,101)
#4E6A5C
(78,106,92)
#476053
(71,96,83)
#40564A
(64,86,74)
#394C41
(57,76,65)
#324238
(50,66,56)
#2B382F
(43,56,47)
#242E26
(36,46,38)
#1D241D
(29,36,29)
#161A14
(22,26,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #557465

#557465
(85,116,101)
#648073
(100,128,115)
#738C81
(115,140,129)
#82988F
(130,152,143)
#91A49D
(145,164,157)
#A0B0AB
(160,176,171)
#AFBCB9
(175,188,185)
#BEC8C7
(190,200,199)
#CDD4D5
(205,212,213)
#DCE0E3
(220,224,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557465; }

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

This text font color is #557465.


Background Color

.myBgColor { background-color: #557465; }

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

This div background color is #557465.


Border color

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

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

This div border color is #557465.


Opacity

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

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

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

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

This text has shadow with #557465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557465 on black background.


Color preview on white background

This text has color #557465 on white background.



Black color preview on #557465 background

This text has black color on #557465 background.


White color preview on #557465 background

This text has white color on #557465 background.