COLOR #555E2C

HEX: #555E2C RGB: (85,94,44)

Color info

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

RGB color model

#555E2C color RGB value is (85,94,44).

RGB: (85,94,44) (33%, 37%, 17%)

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 44 of 255 = 17%

85
94
44

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

Portions of RGB colors in percentages

R + G + B = 85 + 94 + 44 = 223 (100%)
R 85 of 223 ~ 38.12%
G 94 of 223 ~ 42.15%
B 44 of 223 ~ 19.73'%

%38.12
%42.15
%19.73

CMYK color model

#555E2C color CMYK value is (10,0,53,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 63.14%

CMYK: (10,0,53,63)
C10M0Y53K63 (10%, 0%, 53%, 63%)
(0.10 / 0.00 / 0.53 / 0.63)

CMYK percentages

%9.57
%0
%53.19
%63.14

Codes

Color #555E2C in popluar color models

55 5E 2C
RGB 85 94 44
HSL 71° 36.23% 27.06%
HSB/HSV 71° 53.19% 36.86%
CMYK 9.57% 0.00% 53.19%
63.14%

Color #555E2C in popluar number systems.

HEX 55 5E 2C
Decimal 85 94 44
Binary 1010101 1011110 101100
Octal 125 136 54

Shades and tints

Shades of #555E2C

#555E2C
(85,94,44)
#4E5628
(78,86,40)
#474E24
(71,78,36)
#404620
(64,70,32)
#393E1C
(57,62,28)
#323618
(50,54,24)
#2B2E14
(43,46,20)
#242610
(36,38,16)
#1D1E0C
(29,30,12)
#161608
(22,22,8)
#0F0E04
(15,14,4)
#000000
(0,0,0)

Tints of #555E2C

#555E2C
(85,94,44)
#646C3F
(100,108,63)
#737A52
(115,122,82)
#828865
(130,136,101)
#919678
(145,150,120)
#A0A48B
(160,164,139)
#AFB29E
(175,178,158)
#BEC0B1
(190,192,177)
#CDCEC4
(205,206,196)
#DCDCD7
(220,220,215)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555E2C color. Also use rgb(85,94,44) instead hex code.

Text Font Color

.myTextColor { color: #555E2C; }

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

This text font color is #555E2C.

Background Color

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

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

This div background color is #555E2C.

Border color

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

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

This div border color is #555E2C.

Opacity

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

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

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

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

This text has shadow with #555E2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555E2C.

Preview

Color preview on black background

This text has color #555E2C on black background.


Color preview on white background

This text has color #555E2C on white background.


Black color preview on #555E2C background

This text has black color on #555E2C background.


White color preview on #555E2C background

This text has white color on #555E2C background.


Related colors

Complementary color

Complementary color for #hex is #AAA1D3.


I love getcolorcode.com

Triadic colors

1 #2C555E and #5E2C55 with #555E2C are triadic colors.

2 #2C5E55 and #5E552C with #555E2C are triadic colors.