COLOR #555A43

HEX: #555A43
RGB: (85,90,67)

Color info

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

RGB color model

#555A43 color RGB value is (85,90,67).

  • red value is 85;
  • green value is 90;
  • blue value is 67.
RGB:
(85,90,67)
(33%,35%,26%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 67 of 255 = 26%

85
90
67

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

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 67 = 242 (100%)
R 85 of 242 ~ 35.12%
G 90 of 242 ~ 37.19%
B 67 of 242 ~ 27.69%

%35.12
%37.19
%27.69

CMYK color model

#555A43 color CMYK value is (6,0,26,65).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 64.71%
CMYK:
(6,0,26,65)
C6M0Y26K65 
(6%,0%,26%,65%)
(0.06/0.00/0.26/0.65)	

CMYK percentages

%5.56
%0
%25.56
%64.71

Codes

Color #555A43 in popluar color models

555A43
RGB859067
HSL73°14.65%30.78%
HSB/HSV73°25.56%35.29%
CMYK5.56%0.00%25.56%
64.71%

Color #555A43 in popluar number systems.

HEX555A43
Decimal859067
Binary101010110110101000011
Octal125132103

Shades and tints

Shades of #555A43

#555A43
(85,90,67)
#4E523D
(78,82,61)
#474A37
(71,74,55)
#404231
(64,66,49)
#393A2B
(57,58,43)
#323225
(50,50,37)
#2B2A1F
(43,42,31)
#242219
(36,34,25)
#1D1A13
(29,26,19)
#16120D
(22,18,13)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #555A43

#555A43
(85,90,67)
#646954
(100,105,84)
#737865
(115,120,101)
#828776
(130,135,118)
#919687
(145,150,135)
#A0A598
(160,165,152)
#AFB4A9
(175,180,169)
#BEC3BA
(190,195,186)
#CDD2CB
(205,210,203)
#DCE1DC
(220,225,220)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A43; }

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

This text font color is #555A43.


Background Color

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

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

This div background color is #555A43.


Border color

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

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

This div border color is #555A43.


Opacity

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

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

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

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

This text has shadow with #555A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A43 on black background.


Color preview on white background

This text has color #555A43 on white background.



Black color preview on #555A43 background

This text has black color on #555A43 background.


White color preview on #555A43 background

This text has white color on #555A43 background.