COLOR #557267

HEX: #557267
RGB: (85,114,103)

Color info

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

RGB color model

#557267 color RGB value is (85,114,103).

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

RGB channels and saturation

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

85
114
103

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

Portions of RGB colors in percentages

R + G + B =
85 + 114 + 103 = 302 (100%)
R 85 of 302 ~ 28.15%
G 114 of 302 ~ 37.75%
B 103 of 302 ~ 34.11%

%28.15
%37.75
%34.11

CMYK color model

#557267 color CMYK value is (25,0,10,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 55.29%
CMYK: (25,0,10,55) C25M0Y10K55 (25%,0%,10%,55%) (0.25/0.00/0.10/0.55)

CMYK percentages

%25.44
%0
%9.65
%55.29

Codes

Color #557267 in popluar color models

557267
RGB85114103
HSL157°14.57%39.02%
HSB/HSV157°25.44%44.71%
CMYK25.44%0.00%9.65%
55.29%

Color #557267 in popluar number systems.

HEX557267
Decimal85114103
Binary101010111100101100111
Octal125162147

Shades and tints

Shades of #557267

#557267
(85,114,103)
#4E685E
(78,104,94)
#475E55
(71,94,85)
#40544C
(64,84,76)
#394A43
(57,74,67)
#32403A
(50,64,58)
#2B3631
(43,54,49)
#242C28
(36,44,40)
#1D221F
(29,34,31)
#161816
(22,24,22)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #557267

#557267
(85,114,103)
#647E74
(100,126,116)
#738A81
(115,138,129)
#82968E
(130,150,142)
#91A29B
(145,162,155)
#A0AEA8
(160,174,168)
#AFBAB5
(175,186,181)
#BEC6C2
(190,198,194)
#CDD2CF
(205,210,207)
#DCDEDC
(220,222,220)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557267; }

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

This text font color is #557267.


Background Color

.myBgColor { background-color: #557267; }

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

This div background color is #557267.


Border color

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

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

This div border color is #557267.


Opacity

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

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

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

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

This text has shadow with #557267 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #557267 on black background.


Color preview on white background

This text has color #557267 on white background.



Black color preview on #557267 background

This text has black color on #557267 background.


White color preview on #557267 background

This text has white color on #557267 background.