COLOR #557469

HEX: #557469
RGB: (85,116,105)

Color info

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

RGB color model

#557469 color RGB value is (85,116,105).

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

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 105 of 255 = 41%

85
116
105

R + G + B ~ 40%. #557469 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 105 = 306 (100%)
R 85 of 306 ~ 27.78%
G 116 of 306 ~ 37.91%
B 105 of 306 ~ 34.31%

%27.78
%37.91
%34.31

CMYK color model

#557469 color CMYK value is (27,0,9,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 54.51%
CMYK:
(27,0,9,55)
C27M0Y9K55 
(27%,0%,9%,55%)
(0.27/0.00/0.09/0.55)	

CMYK percentages

%26.72
%0
%9.48
%54.51

Codes

Color #557469 in popluar color models

557469
RGB85116105
HSL159°15.42%39.41%
HSB/HSV159°26.72%45.49%
CMYK26.72%0.00%9.48%
54.51%

Color #557469 in popluar number systems.

HEX557469
Decimal85116105
Binary101010111101001101001
Octal125164151

Shades and tints

Shades of #557469

#557469
(85,116,105)
#4E6A60
(78,106,96)
#476057
(71,96,87)
#40564E
(64,86,78)
#394C45
(57,76,69)
#32423C
(50,66,60)
#2B3833
(43,56,51)
#242E2A
(36,46,42)
#1D2421
(29,36,33)
#161A18
(22,26,24)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #557469

#557469
(85,116,105)
#648076
(100,128,118)
#738C83
(115,140,131)
#829890
(130,152,144)
#91A49D
(145,164,157)
#A0B0AA
(160,176,170)
#AFBCB7
(175,188,183)
#BEC8C4
(190,200,196)
#CDD4D1
(205,212,209)
#DCE0DE
(220,224,222)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557469; }

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

This text font color is #557469.


Background Color

.myBgColor { background-color: #557469; }

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

This div background color is #557469.


Border color

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

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

This div border color is #557469.


Opacity

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

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

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

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

This text has shadow with #557469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557469 on black background.


Color preview on white background

This text has color #557469 on white background.



Black color preview on #557469 background

This text has black color on #557469 background.


White color preview on #557469 background

This text has white color on #557469 background.