COLOR #55570F

HEX: #55570F
RGB: (85,87,15)

Color info

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

RGB color model

#55570F color RGB value is (85,87,15).

  • red value is 85;
  • green value is 87;
  • blue value is 15.
RGB:
(85,87,15)
(33%,34%,6%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 15 of 255 = 6%

85
87
15

R + G + B ~ 24%. #55570F is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 15 = 187 (100%)
R 85 of 187 ~ 45.45%
G 87 of 187 ~ 46.52%
B 15 of 187 ~ 8.02%

%45.45
%46.52

CMYK color model

#55570F color CMYK value is (2,0,83,66).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 82.76%
  • key color value is 65.88%
CMYK:
(2,0,83,66)
C2M0Y83K66 
(2%,0%,83%,66%)
(0.02/0.00/0.83/0.66)	

CMYK percentages

%2.3
%0
%82.76
%65.88

Codes

Color #55570F in popluar color models

55570F
RGB858715
HSL62°70.59%20.00%
HSB/HSV62°82.76%34.12%
CMYK2.30%0.00%82.76%
65.88%

Color #55570F in popluar number systems.

HEX55570F
Decimal858715
Binary101010110101111111
Octal12512717

Shades and tints

Shades of #55570F

#55570F
(85,87,15)
#4E500E
(78,80,14)
#47490D
(71,73,13)
#40420C
(64,66,12)
#393B0B
(57,59,11)
#32340A
(50,52,10)
#2B2D09
(43,45,9)
#242608
(36,38,8)
#1D1F07
(29,31,7)
#161806
(22,24,6)
#0F1105
(15,17,5)
#000000
(0,0,0)

Tints of #55570F

#55570F
(85,87,15)
#646624
(100,102,36)
#737539
(115,117,57)
#82844E
(130,132,78)
#919363
(145,147,99)
#A0A278
(160,162,120)
#AFB18D
(175,177,141)
#BEC0A2
(190,192,162)
#CDCFB7
(205,207,183)
#DCDECC
(220,222,204)
#EBEDE1
(235,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55570F color. Also use rgb(85,87,15) instead hex code.

Text Font Color

.myTextColor { color: #55570F; }

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

This text font color is #55570F.


Background Color

.myBgColor { background-color: #55570F; }

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

This div background color is #55570F.


Border color

.myBorderColor { border: 1px solid #55570F; }

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

This div border color is #55570F.


Opacity

.myOpacity80 { color: #55570F; opacity: 0.8; }

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

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

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

This text has shadow with #55570F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55570F on black background.


Color preview on white background

This text has color #55570F on white background.



Black color preview on #55570F background

This text has black color on #55570F background.


White color preview on #55570F background

This text has white color on #55570F background.