COLOR #555915

HEX: #555915
RGB: (85,89,21)

Color info

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

RGB color model

#555915 color RGB value is (85,89,21).

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

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 21 of 255 = 8%

85
89
21

R + G + B ~ 25%. #555915 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 21 = 195 (100%)
R 85 of 195 ~ 43.59%
G 89 of 195 ~ 45.64%
B 21 of 195 ~ 10.77%

%43.59
%45.64
%10.77

CMYK color model

#555915 color CMYK value is (4,0,76,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 76.40%
  • key color value is 65.10%
CMYK:
(4,0,76,65)
C4M0Y76K65 
(4%,0%,76%,65%)
(0.04/0.00/0.76/0.65)	

CMYK percentages

%4.49
%0
%76.4
%65.1

Codes

Color #555915 in popluar color models

555915
RGB858921
HSL64°61.82%21.57%
HSB/HSV64°76.40%34.90%
CMYK4.49%0.00%76.40%
65.10%

Color #555915 in popluar number systems.

HEX555915
Decimal858921
Binary1010101101100110101
Octal12513125

Shades and tints

Shades of #555915

#555915
(85,89,21)
#4E5114
(78,81,20)
#474913
(71,73,19)
#404112
(64,65,18)
#393911
(57,57,17)
#323110
(50,49,16)
#2B290F
(43,41,15)
#24210E
(36,33,14)
#1D190D
(29,25,13)
#16110C
(22,17,12)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #555915

#555915
(85,89,21)
#64682A
(100,104,42)
#73773F
(115,119,63)
#828654
(130,134,84)
#919569
(145,149,105)
#A0A47E
(160,164,126)
#AFB393
(175,179,147)
#BEC2A8
(190,194,168)
#CDD1BD
(205,209,189)
#DCE0D2
(220,224,210)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555915; }

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

This text font color is #555915.


Background Color

.myBgColor { background-color: #555915; }

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

This div background color is #555915.


Border color

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

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

This div border color is #555915.


Opacity

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

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

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

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

This text has shadow with #555915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555915 on black background.


Color preview on white background

This text has color #555915 on white background.



Black color preview on #555915 background

This text has black color on #555915 background.


White color preview on #555915 background

This text has white color on #555915 background.