COLOR #557451

HEX: #557451
RGB: (85,116,81)

Color info

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

RGB color model

#557451 color RGB value is (85,116,81).

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

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 81 of 255 = 32%

85
116
81

R + G + B ~ 37%. #557451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 81 = 282 (100%)
R 85 of 282 ~ 30.14%
G 116 of 282 ~ 41.13%
B 81 of 282 ~ 28.72%

%30.14
%41.13
%28.72

CMYK color model

#557451 color CMYK value is (27,0,30,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 54.51%
CMYK:
(27,0,30,55)
C27M0Y30K55 
(27%,0%,30%,55%)
(0.27/0.00/0.30/0.55)	

CMYK percentages

%26.72
%0
%30.17
%54.51

Codes

Color #557451 in popluar color models

557451
RGB8511681
HSL113°17.77%38.63%
HSB/HSV113°30.17%45.49%
CMYK26.72%0.00%30.17%
54.51%

Color #557451 in popluar number systems.

HEX557451
Decimal8511681
Binary101010111101001010001
Octal125164121

Shades and tints

Shades of #557451

#557451
(85,116,81)
#4E6A4A
(78,106,74)
#476043
(71,96,67)
#40563C
(64,86,60)
#394C35
(57,76,53)
#32422E
(50,66,46)
#2B3827
(43,56,39)
#242E20
(36,46,32)
#1D2419
(29,36,25)
#161A12
(22,26,18)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #557451

#557451
(85,116,81)
#648060
(100,128,96)
#738C6F
(115,140,111)
#82987E
(130,152,126)
#91A48D
(145,164,141)
#A0B09C
(160,176,156)
#AFBCAB
(175,188,171)
#BEC8BA
(190,200,186)
#CDD4C9
(205,212,201)
#DCE0D8
(220,224,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557451; }

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

This text font color is #557451.


Background Color

.myBgColor { background-color: #557451; }

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

This div background color is #557451.


Border color

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

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

This div border color is #557451.


Opacity

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

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

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

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

This text has shadow with #557451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557451 on black background.


Color preview on white background

This text has color #557451 on white background.



Black color preview on #557451 background

This text has black color on #557451 background.


White color preview on #557451 background

This text has white color on #557451 background.