COLOR #55551E

HEX: #55551E
RGB: (85,85,30)

Color info

#55551E contains red, green and blue colors in about the same proportion. Web safe color of #55551E is #666633 (or #663).

RGB color model

#55551E color RGB value is (85,85,30).

  • red value is 85;
  • green value is 85;
  • blue value is 30.
RGB:
(85,85,30)
(33%,33%,12%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 30 of 255 = 12%

85
85
30

R + G + B ~ 26%. #55551E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 30 = 200 (100%)
R 85 of 200 ~ 42.5%
G 85 of 200 ~ 42.5%
B 30 of 200 ~ 15%

%42.5
%42.5
%15

CMYK color model

#55551E color CMYK value is (0,0,65,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 66.67%
CMYK:
(0,0,65,67)
C0M0Y65K67 
(0%,0%,65%,67%)
(0.00/0.00/0.65/0.67)	

CMYK percentages

%0
%0
%64.71
%66.67

Codes

Color #55551E in popluar color models

55551E
RGB858530
HSL60°47.83%22.55%
HSB/HSV60°64.71%33.33%
CMYK0.00%0.00%64.71%
66.67%

Color #55551E in popluar number systems.

HEX55551E
Decimal858530
Binary1010101101010111110
Octal12512536

Shades and tints

Shades of #55551E

#55551E
(85,85,30)
#4E4E1C
(78,78,28)
#47471A
(71,71,26)
#404018
(64,64,24)
#393916
(57,57,22)
#323214
(50,50,20)
#2B2B12
(43,43,18)
#242410
(36,36,16)
#1D1D0E
(29,29,14)
#16160C
(22,22,12)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #55551E

#55551E
(85,85,30)
#646432
(100,100,50)
#737346
(115,115,70)
#82825A
(130,130,90)
#91916E
(145,145,110)
#A0A082
(160,160,130)
#AFAF96
(175,175,150)
#BEBEAA
(190,190,170)
#CDCDBE
(205,205,190)
#DCDCD2
(220,220,210)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55551E color. Also use rgb(85,85,30) instead hex code.

Text Font Color

.myTextColor { color: #55551E; }

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

This text font color is #55551E.


Background Color

.myBgColor { background-color: #55551E; }

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

This div background color is #55551E.


Border color

.myBorderColor { border: 1px solid #55551E; }

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

This div border color is #55551E.


Opacity

.myOpacity80 { color: #55551E; opacity: 0.8; }

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

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

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

This text has shadow with #55551E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55551E on black background.


Color preview on white background

This text has color #55551E on white background.



Black color preview on #55551E background

This text has black color on #55551E background.


White color preview on #55551E background

This text has white color on #55551E background.