COLOR #555115

HEX: #555115
RGB: (85,81,21)

Color info

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

RGB color model

#555115 color RGB value is (85,81,21).

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

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 21 of 255 = 8%

85
81
21

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 21 = 187 (100%)
R 85 of 187 ~ 45.45%
G 81 of 187 ~ 43.32%
B 21 of 187 ~ 11.23%

%45.45
%43.32
%11.23

CMYK color model

#555115 color CMYK value is (0,5,75,67).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 75.29%
  • key color value is 66.67%
CMYK:
(0,5,75,67)
C0M5Y75K67 
(0%,5%,75%,67%)
(0.00/0.05/0.75/0.67)	

CMYK percentages

%0
%4.71
%75.29
%66.67

Codes

Color #555115 in popluar color models

555115
RGB858121
HSL56°60.38%20.78%
HSB/HSV56°75.29%33.33%
CMYK0.00%4.71%75.29%
66.67%

Color #555115 in popluar number systems.

HEX555115
Decimal858121
Binary1010101101000110101
Octal12512125

Shades and tints

Shades of #555115

#555115
(85,81,21)
#4E4A14
(78,74,20)
#474313
(71,67,19)
#403C12
(64,60,18)
#393511
(57,53,17)
#322E10
(50,46,16)
#2B270F
(43,39,15)
#24200E
(36,32,14)
#1D190D
(29,25,13)
#16120C
(22,18,12)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #555115

#555115
(85,81,21)
#64602A
(100,96,42)
#736F3F
(115,111,63)
#827E54
(130,126,84)
#918D69
(145,141,105)
#A09C7E
(160,156,126)
#AFAB93
(175,171,147)
#BEBAA8
(190,186,168)
#CDC9BD
(205,201,189)
#DCD8D2
(220,216,210)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555115; }

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

This text font color is #555115.


Background Color

.myBgColor { background-color: #555115; }

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

This div background color is #555115.


Border color

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

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

This div border color is #555115.


Opacity

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

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

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

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

This text has shadow with #555115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555115 on black background.


Color preview on white background

This text has color #555115 on white background.



Black color preview on #555115 background

This text has black color on #555115 background.


White color preview on #555115 background

This text has white color on #555115 background.