COLOR #555E3A

HEX: #555E3A RGB: (85,94,58)

Color info

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

RGB color model

#555E3A color RGB value is (85,94,58).

RGB: (85,94,58) (33%, 37%, 23%)

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 58 of 255 = 23%

85
94
58

R + G + B ~ 31%. #555E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 94 + 58 = 237 (100%)
R 85 of 237 ~ 35.86%
G 94 of 237 ~ 39.66%
B 58 of 237 ~ 24.47'%

%35.86
%39.66
%24.47

CMYK color model

#555E3A color CMYK value is (10,0,38,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK: (10,0,38,63) C10M0Y38K63 (10%,0%,38%,63%) (0.10/0.00/0.38/0.63) 

CMYK percentages

%9.57
%0
%38.3
%63.14

Codes

Color #555E3A in popluar color models

55 5E 3A
RGB 85 94 58
HSL 75° 23.68% 29.80%
HSB/HSV 75° 38.30% 36.86%
CMYK 9.57% 0.00% 38.30%
63.14%

Color #555E3A in popluar number systems.

HEX 55 5E 3A
Decimal 85 94 58
Binary 1010101 1011110 111010
Octal 125 136 72

Shades and tints

Shades of #555E3A

#555E3A
(85,94,58)
#4E5635
(78,86,53)
#474E30
(71,78,48)
#40462B
(64,70,43)
#393E26
(57,62,38)
#323621
(50,54,33)
#2B2E1C
(43,46,28)
#242617
(36,38,23)
#1D1E12
(29,30,18)
#16160D
(22,22,13)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #555E3A

#555E3A
(85,94,58)
#646C4B
(100,108,75)
#737A5C
(115,122,92)
#82886D
(130,136,109)
#91967E
(145,150,126)
#A0A48F
(160,164,143)
#AFB2A0
(175,178,160)
#BEC0B1
(190,192,177)
#CDCEC2
(205,206,194)
#DCDCD3
(220,220,211)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555E3A; }

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

This text font color is #555E3A.

Background Color

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

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

This div background color is #555E3A.

Border color

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

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

This div border color is #555E3A.

Opacity

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

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

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

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

This text has shadow with #555E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555E3A.

Preview

Color preview on black background

This text has color #555E3A on black background.


Color preview on white background

This text has color #555E3A on white background.


Black color preview on #555E3A background

This text has black color on #555E3A background.


White color preview on #555E3A background

This text has white color on #555E3A background.


Related colors

Complementary color

Complementary color for #hex is #AAA1C5.


I love getcolorcode.com

Triadic colors

1 #3A555E and #5E3A55 with #555E3A are triadic colors.

2 #3A5E55 and #5E553A with #555E3A are triadic colors.