COLOR #557367

HEX: #557367
RGB: (85,115,103)

Color info

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

RGB color model

#557367 color RGB value is (85,115,103).

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

RGB channels and saturation

R 85 of 255 = 33%
G 115 of 255 = 45%
B 103 of 255 = 40%

85
115
103

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

Portions of RGB colors in percentages

R + G + B =
85 + 115 + 103 = 303 (100%)
R 85 of 303 ~ 28.05%
G 115 of 303 ~ 37.95%
B 103 of 303 ~ 33.99%

%28.05
%37.95
%33.99

CMYK color model

#557367 color CMYK value is (26,0,10,55).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 54.90%
CMYK:
(26,0,10,55)
C26M0Y10K55 
(26%,0%,10%,55%)
(0.26/0.00/0.10/0.55)	

CMYK percentages

%26.09
%0
%10.43
%54.9

Codes

Color #557367 in popluar color models

557367
RGB85115103
HSL156°15.00%39.22%
HSB/HSV156°26.09%45.10%
CMYK26.09%0.00%10.43%
54.90%

Color #557367 in popluar number systems.

HEX557367
Decimal85115103
Binary101010111100111100111
Octal125163147

Shades and tints

Shades of #557367

#557367
(85,115,103)
#4E695E
(78,105,94)
#475F55
(71,95,85)
#40554C
(64,85,76)
#394B43
(57,75,67)
#32413A
(50,65,58)
#2B3731
(43,55,49)
#242D28
(36,45,40)
#1D231F
(29,35,31)
#161916
(22,25,22)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #557367

#557367
(85,115,103)
#647F74
(100,127,116)
#738B81
(115,139,129)
#82978E
(130,151,142)
#91A39B
(145,163,155)
#A0AFA8
(160,175,168)
#AFBBB5
(175,187,181)
#BEC7C2
(190,199,194)
#CDD3CF
(205,211,207)
#DCDFDC
(220,223,220)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557367 color. Also use rgb(85,115,103) instead hex code.

Text Font Color

.myTextColor { color: #557367; }

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

This text font color is #557367.


Background Color

.myBgColor { background-color: #557367; }

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

This div background color is #557367.


Border color

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

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

This div border color is #557367.


Opacity

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

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

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

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

This text has shadow with #557367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557367 on black background.


Color preview on white background

This text has color #557367 on white background.



Black color preview on #557367 background

This text has black color on #557367 background.


White color preview on #557367 background

This text has white color on #557367 background.