COLOR #557165

HEX: #557165
RGB: (85,113,101)

Color info

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

RGB color model

#557165 color RGB value is (85,113,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 101 of 255 = 40%

85
113
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 101 = 299 (100%)
R 85 of 299 ~ 28.43%
G 113 of 299 ~ 37.79%
B 101 of 299 ~ 33.78%

%28.43
%37.79
%33.78

CMYK color model

#557165 color CMYK value is (25,0,11,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(25,0,11,56)
C25M0Y11K56 
(25%,0%,11%,56%)
(0.25/0.00/0.11/0.56)	

CMYK percentages

%24.78
%0
%10.62
%55.69

Codes

Color #557165 in popluar color models

557165
RGB85113101
HSL154°14.14%38.82%
HSB/HSV154°24.78%44.31%
CMYK24.78%0.00%10.62%
55.69%

Color #557165 in popluar number systems.

HEX557165
Decimal85113101
Binary101010111100011100101
Octal125161145

Shades and tints

Shades of #557165

#557165
(85,113,101)
#4E675C
(78,103,92)
#475D53
(71,93,83)
#40534A
(64,83,74)
#394941
(57,73,65)
#323F38
(50,63,56)
#2B352F
(43,53,47)
#242B26
(36,43,38)
#1D211D
(29,33,29)
#161714
(22,23,20)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #557165

#557165
(85,113,101)
#647D73
(100,125,115)
#738981
(115,137,129)
#82958F
(130,149,143)
#91A19D
(145,161,157)
#A0ADAB
(160,173,171)
#AFB9B9
(175,185,185)
#BEC5C7
(190,197,199)
#CDD1D5
(205,209,213)
#DCDDE3
(220,221,227)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557165; }

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

This text font color is #557165.


Background Color

.myBgColor { background-color: #557165; }

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

This div background color is #557165.


Border color

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

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

This div border color is #557165.


Opacity

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

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

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

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

This text has shadow with #557165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557165 on black background.


Color preview on white background

This text has color #557165 on white background.



Black color preview on #557165 background

This text has black color on #557165 background.


White color preview on #557165 background

This text has white color on #557165 background.