COLOR #55551A

HEX: #55551A RGB: (85,85,26)

Color info

#55551A contains red, green and blue colors in about the same proportion. Web safe color of #55551A is #666600 (or #660).

RGB color model

#55551A color RGB value is (85,85,26).

RGB: (85,85,26) (33%, 33%, 10%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 26 of 255 = 10%

85
85
26

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

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 26 = 196 (100%)
R 85 of 196 ~ 43.37%
G 85 of 196 ~ 43.37%
B 26 of 196 ~ 13.27'%

%43.37
%43.37
%13.27

CMYK color model

#55551A color CMYK value is (0,0,69,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 69.41%
  • key color value is 66.67%
CMYK: (0,0,69,67) C0M0Y69K67 (0%,0%,69%,67%) (0.00/0.00/0.69/0.67) 

CMYK percentages

%0
%0
%69.41
%66.67

Codes

Color #55551A in popluar color models

55 55 1A
RGB 85 85 26
HSL 60° 53.15% 21.76%
HSB/HSV 60° 69.41% 33.33%
CMYK 0.00% 0.00% 69.41%
66.67%

Color #55551A in popluar number systems.

HEX 55 55 1A
Decimal 85 85 26
Binary 1010101 1010101 11010
Octal 125 125 32

Shades and tints

Shades of #55551A

#55551A
(85,85,26)
#4E4E18
(78,78,24)
#474716
(71,71,22)
#404014
(64,64,20)
#393912
(57,57,18)
#323210
(50,50,16)
#2B2B0E
(43,43,14)
#24240C
(36,36,12)
#1D1D0A
(29,29,10)
#161608
(22,22,8)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #55551A

#55551A
(85,85,26)
#64642E
(100,100,46)
#737342
(115,115,66)
#828256
(130,130,86)
#91916A
(145,145,106)
#A0A07E
(160,160,126)
#AFAF92
(175,175,146)
#BEBEA6
(190,190,166)
#CDCDBA
(205,205,186)
#DCDCCE
(220,220,206)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55551A; }

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

This text font color is #55551A.

Background Color

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

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

This div background color is #55551A.

Border color

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

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

This div border color is #55551A.

Opacity

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

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

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

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

This text has shadow with #55551A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55551A.

Preview

Color preview on black background

This text has color #55551A on black background.


Color preview on white background

This text has color #55551A on white background.


Black color preview on #55551A background

This text has black color on #55551A background.


White color preview on #55551A background

This text has white color on #55551A background.


Related colors

Complementary color

Complementary color for #hex is #AAAAE5.


I love getcolorcode.com