COLOR #557D69

HEX: #557D69
RGB: (85,125,105)

Color info

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

RGB color model

#557D69 color RGB value is (85,125,105).

  • red value is 85;
  • green value is 125;
  • blue value is 105.
RGB:
(85,125,105)
(33%,49%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 125 of 255 = 49%
B 105 of 255 = 41%

85
125
105

R + G + B ~ 41%. #557D69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 125 + 105 = 315 (100%)
R 85 of 315 ~ 26.98%
G 125 of 315 ~ 39.68%
B 105 of 315 ~ 33.33%

%26.98
%39.68
%33.33

CMYK color model

#557D69 color CMYK value is (32,0,16,51).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 50.98%
CMYK:
(32,0,16,51)
C32M0Y16K51 
(32%,0%,16%,51%)
(0.32/0.00/0.16/0.51)	

CMYK percentages

%32
%0
%16
%50.98

Codes

Color #557D69 in popluar color models

557D69
RGB85125105
HSL150°19.05%41.18%
HSB/HSV150°32.00%49.02%
CMYK32.00%0.00%16.00%
50.98%

Color #557D69 in popluar number systems.

HEX557D69
Decimal85125105
Binary101010111111011101001
Octal125175151

Shades and tints

Shades of #557D69

#557D69
(85,125,105)
#4E7260
(78,114,96)
#476757
(71,103,87)
#405C4E
(64,92,78)
#395145
(57,81,69)
#32463C
(50,70,60)
#2B3B33
(43,59,51)
#24302A
(36,48,42)
#1D2521
(29,37,33)
#161A18
(22,26,24)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #557D69

#557D69
(85,125,105)
#648876
(100,136,118)
#739383
(115,147,131)
#829E90
(130,158,144)
#91A99D
(145,169,157)
#A0B4AA
(160,180,170)
#AFBFB7
(175,191,183)
#BECAC4
(190,202,196)
#CDD5D1
(205,213,209)
#DCE0DE
(220,224,222)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557D69 color. Also use rgb(85,125,105) instead hex code.

Text Font Color

.myTextColor { color: #557D69; }

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

This text font color is #557D69.


Background Color

.myBgColor { background-color: #557D69; }

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

This div background color is #557D69.


Border color

.myBorderColor { border: 1px solid #557D69; }

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

This div border color is #557D69.


Opacity

.myOpacity80 { color: #557D69; opacity: 0.8; }

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

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

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

This text has shadow with #557D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557D69 on black background.


Color preview on white background

This text has color #557D69 on white background.



Black color preview on #557D69 background

This text has black color on #557D69 background.


White color preview on #557D69 background

This text has white color on #557D69 background.