COLOR #557460

HEX: #557460
RGB: (85,116,96)

Color info

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

RGB color model

#557460 color RGB value is (85,116,96).

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

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 96 of 255 = 38%

85
116
96

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

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 96 = 297 (100%)
R 85 of 297 ~ 28.62%
G 116 of 297 ~ 39.06%
B 96 of 297 ~ 32.32%

%28.62
%39.06
%32.32

CMYK color model

#557460 color CMYK value is (27,0,17,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(27,0,17,55)
C27M0Y17K55 
(27%,0%,17%,55%)
(0.27/0.00/0.17/0.55)	

CMYK percentages

%26.72
%0
%17.24
%54.51

Codes

Color #557460 in popluar color models

557460
RGB8511696
HSL141°15.42%39.41%
HSB/HSV141°26.72%45.49%
CMYK26.72%0.00%17.24%
54.51%

Color #557460 in popluar number systems.

HEX557460
Decimal8511696
Binary101010111101001100000
Octal125164140

Shades and tints

Shades of #557460

#557460
(85,116,96)
#4E6A58
(78,106,88)
#476050
(71,96,80)
#405648
(64,86,72)
#394C40
(57,76,64)
#324238
(50,66,56)
#2B3830
(43,56,48)
#242E28
(36,46,40)
#1D2420
(29,36,32)
#161A18
(22,26,24)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #557460

#557460
(85,116,96)
#64806E
(100,128,110)
#738C7C
(115,140,124)
#82988A
(130,152,138)
#91A498
(145,164,152)
#A0B0A6
(160,176,166)
#AFBCB4
(175,188,180)
#BEC8C2
(190,200,194)
#CDD4D0
(205,212,208)
#DCE0DE
(220,224,222)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557460; }

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

This text font color is #557460.


Background Color

.myBgColor { background-color: #557460; }

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

This div background color is #557460.


Border color

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

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

This div border color is #557460.


Opacity

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

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

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

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

This text has shadow with #557460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557460 on black background.


Color preview on white background

This text has color #557460 on white background.



Black color preview on #557460 background

This text has black color on #557460 background.


White color preview on #557460 background

This text has white color on #557460 background.