COLOR #557410

HEX: #557410
RGB: (85,116,16)

Color info

#557410 contains mainly red and green colors. Web safe color of #557410 is #666600 (or #660).

RGB color model

#557410 color RGB value is (85,116,16).

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

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 16 of 255 = 6%

85
116
16

R + G + B ~ 28%. #557410 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 16 = 217 (100%)
R 85 of 217 ~ 39.17%
G 116 of 217 ~ 53.46%
B 16 of 217 ~ 7.37%

%39.17
%53.46

CMYK color model

#557410 color CMYK value is (27,0,86,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 86.21%
  • key color value is 54.51%
CMYK:
(27,0,86,55)
C27M0Y86K55 
(27%,0%,86%,55%)
(0.27/0.00/0.86/0.55)	

CMYK percentages

%26.72
%0
%86.21
%54.51

Codes

Color #557410 in popluar color models

557410
RGB8511616
HSL79°75.76%25.88%
HSB/HSV79°86.21%45.49%
CMYK26.72%0.00%86.21%
54.51%

Color #557410 in popluar number systems.

HEX557410
Decimal8511616
Binary1010101111010010000
Octal12516420

Shades and tints

Shades of #557410

#557410
(85,116,16)
#4E6A0F
(78,106,15)
#47600E
(71,96,14)
#40560D
(64,86,13)
#394C0C
(57,76,12)
#32420B
(50,66,11)
#2B380A
(43,56,10)
#242E09
(36,46,9)
#1D2408
(29,36,8)
#161A07
(22,26,7)
#0F1006
(15,16,6)
#000000
(0,0,0)

Tints of #557410

#557410
(85,116,16)
#648025
(100,128,37)
#738C3A
(115,140,58)
#82984F
(130,152,79)
#91A464
(145,164,100)
#A0B079
(160,176,121)
#AFBC8E
(175,188,142)
#BEC8A3
(190,200,163)
#CDD4B8
(205,212,184)
#DCE0CD
(220,224,205)
#EBECE2
(235,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557410; }

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

This text font color is #557410.


Background Color

.myBgColor { background-color: #557410; }

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

This div background color is #557410.


Border color

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

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

This div border color is #557410.


Opacity

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

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

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

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

This text has shadow with #557410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557410 on black background.


Color preview on white background

This text has color #557410 on white background.



Black color preview on #557410 background

This text has black color on #557410 background.


White color preview on #557410 background

This text has white color on #557410 background.