COLOR #555A1F

HEX: #555A1F RGB: (85,90,31)

Color info

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

RGB color model

#555A1F color RGB value is (85,90,31).

RGB: (85,90,31) (33%, 35%, 12%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 31 of 255 = 12%

85
90
31

R + G + B ~ 27%. #555A1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 90 + 31 = 206 (100%)
R 85 of 206 ~ 41.26%
G 90 of 206 ~ 43.69%
B 31 of 206 ~ 15.05'%

%41.26
%43.69
%15.05

CMYK color model

#555A1F color CMYK value is (6,0,66,65).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 65.56%
  • key color value is 64.71%

CMYK: (6,0,66,65)
C6M0Y66K65 (6%, 0%, 66%, 65%)
(0.06 / 0.00 / 0.66 / 0.65)

CMYK percentages

%5.56
%0
%65.56
%64.71

Codes

Color #555A1F in popluar color models

55 5A 1F
RGB 85 90 31
HSL 65° 48.76% 23.73%
HSB/HSV 65° 65.56% 35.29%
CMYK 5.56% 0.00% 65.56%
64.71%

Color #555A1F in popluar number systems.

HEX 55 5A 1F
Decimal 85 90 31
Binary 1010101 1011010 11111
Octal 125 132 37

Shades and tints

Shades of #555A1F

#555A1F
(85,90,31)
#4E521D
(78,82,29)
#474A1B
(71,74,27)
#404219
(64,66,25)
#393A17
(57,58,23)
#323215
(50,50,21)
#2B2A13
(43,42,19)
#242211
(36,34,17)
#1D1A0F
(29,26,15)
#16120D
(22,18,13)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #555A1F

#555A1F
(85,90,31)
#646933
(100,105,51)
#737847
(115,120,71)
#82875B
(130,135,91)
#91966F
(145,150,111)
#A0A583
(160,165,131)
#AFB497
(175,180,151)
#BEC3AB
(190,195,171)
#CDD2BF
(205,210,191)
#DCE1D3
(220,225,211)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555A1F color. Also use rgb(85,90,31) instead hex code.

Text Font Color

.myTextColor { color: #555A1F; }

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

This text font color is #555A1F.

Background Color

.myBgColor { background-color: #555A1F; }

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

This div background color is #555A1F.

Border color

.myBorderColor { border: 1px solid #555A1F; }

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

This div border color is #555A1F.

Opacity

.myOpacity80 { color: #555A1F; opacity: 0.8; }

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

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

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

This text has shadow with #555A1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555A1F.

Preview

Color preview on black background

This text has color #555A1F on black background.


Color preview on white background

This text has color #555A1F on white background.


Black color preview on #555A1F background

This text has black color on #555A1F background.


White color preview on #555A1F background

This text has white color on #555A1F background.


Related colors

Complementary color

Complementary color for #hex is #AAA5E0.


I love getcolorcode.com

Triadic colors

1 #1F555A and #5A1F55 with #555A1F are triadic colors.

2 #1F5A55 and #5A551F with #555A1F are triadic colors.