COLOR #555119

HEX: #555119
RGB: (85,81,25)

Color info

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

RGB color model

#555119 color RGB value is (85,81,25).

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

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 25 of 255 = 10%

85
81
25

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 25 = 191 (100%)
R 85 of 191 ~ 44.5%
G 81 of 191 ~ 42.41%
B 25 of 191 ~ 13.09%

%44.5
%42.41
%13.09

CMYK color model

#555119 color CMYK value is (0,5,71,67).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK:
(0,5,71,67)
C0M5Y71K67 
(0%,5%,71%,67%)
(0.00/0.05/0.71/0.67)	

CMYK percentages

%0
%4.71
%70.59
%66.67

Codes

Color #555119 in popluar color models

555119
RGB858125
HSL56°54.55%21.57%
HSB/HSV56°70.59%33.33%
CMYK0.00%4.71%70.59%
66.67%

Color #555119 in popluar number systems.

HEX555119
Decimal858125
Binary1010101101000111001
Octal12512131

Shades and tints

Shades of #555119

#555119
(85,81,25)
#4E4A17
(78,74,23)
#474315
(71,67,21)
#403C13
(64,60,19)
#393511
(57,53,17)
#322E0F
(50,46,15)
#2B270D
(43,39,13)
#24200B
(36,32,11)
#1D1909
(29,25,9)
#161207
(22,18,7)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #555119

#555119
(85,81,25)
#64602D
(100,96,45)
#736F41
(115,111,65)
#827E55
(130,126,85)
#918D69
(145,141,105)
#A09C7D
(160,156,125)
#AFAB91
(175,171,145)
#BEBAA5
(190,186,165)
#CDC9B9
(205,201,185)
#DCD8CD
(220,216,205)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555119; }

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

This text font color is #555119.


Background Color

.myBgColor { background-color: #555119; }

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

This div background color is #555119.


Border color

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

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

This div border color is #555119.


Opacity

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

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

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

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

This text has shadow with #555119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555119 on black background.


Color preview on white background

This text has color #555119 on white background.



Black color preview on #555119 background

This text has black color on #555119 background.


White color preview on #555119 background

This text has white color on #555119 background.