COLOR #555A2F

HEX: #555A2F RGB: (85,90,47)

Color info

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

RGB color model

#555A2F color RGB value is (85,90,47).

RGB: (85,90,47) (33%, 35%, 18%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 47 of 255 = 18%

85
90
47

R + G + B ~ 29%. #555A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 90 + 47 = 222 (100%)
R 85 of 222 ~ 38.29%
G 90 of 222 ~ 40.54%
B 47 of 222 ~ 21.17'%

%38.29
%40.54
%21.17

CMYK color model

#555A2F color CMYK value is (6,0,48,65).

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

CMYK: (6,0,48,65)
C6M0Y48K65 (6%, 0%, 48%, 65%)
(0.06 / 0.00 / 0.48 / 0.65)

CMYK percentages

%5.56
%0
%47.78
%64.71

Codes

Color #555A2F in popluar color models

55 5A 2F
RGB 85 90 47
HSL 67° 31.39% 26.86%
HSB/HSV 67° 47.78% 35.29%
CMYK 5.56% 0.00% 47.78%
64.71%

Color #555A2F in popluar number systems.

HEX 55 5A 2F
Decimal 85 90 47
Binary 1010101 1011010 101111
Octal 125 132 57

Shades and tints

Shades of #555A2F

#555A2F
(85,90,47)
#4E522B
(78,82,43)
#474A27
(71,74,39)
#404223
(64,66,35)
#393A1F
(57,58,31)
#32321B
(50,50,27)
#2B2A17
(43,42,23)
#242213
(36,34,19)
#1D1A0F
(29,26,15)
#16120B
(22,18,11)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #555A2F

#555A2F
(85,90,47)
#646941
(100,105,65)
#737853
(115,120,83)
#828765
(130,135,101)
#919677
(145,150,119)
#A0A589
(160,165,137)
#AFB49B
(175,180,155)
#BEC3AD
(190,195,173)
#CDD2BF
(205,210,191)
#DCE1D1
(220,225,209)
#EBF0E3
(235,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A2F; }

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

This text font color is #555A2F.

Background Color

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

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

This div background color is #555A2F.

Border color

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

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

This div border color is #555A2F.

Opacity

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

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

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

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

This text has shadow with #555A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555A2F.

Preview

Color preview on black background

This text has color #555A2F on black background.


Color preview on white background

This text has color #555A2F on white background.


Black color preview on #555A2F background

This text has black color on #555A2F background.


White color preview on #555A2F background

This text has white color on #555A2F background.


Related colors

Complementary color

Complementary color for #hex is #AAA5D0.


I love getcolorcode.com

Triadic colors

1 #2F555A and #5A2F55 with #555A2F are triadic colors.

2 #2F5A55 and #5A552F with #555A2F are triadic colors.