COLOR #555945

HEX: #555945 RGB: (85,89,69)

Color info

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

RGB color model

#555945 color RGB value is (85,89,69).

RGB: (85,89,69) (33%, 35%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 69 of 255 = 27%

85
89
69

R + G + B ~ 32%. #555945 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 89 + 69 = 243 (100%)
R 85 of 243 ~ 34.98%
G 89 of 243 ~ 36.63%
B 69 of 243 ~ 28.4'%

%34.98
%36.63
%28.4

CMYK color model

#555945 color CMYK value is (4,0,22,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 65.10%
CMYK: (4,0,22,65) C4M0Y22K65 (4%,0%,22%,65%) (0.04/0.00/0.22/0.65) 

CMYK percentages

%4.49
%0
%22.47
%65.1

Codes

Color #555945 in popluar color models

55 59 45
RGB 85 89 69
HSL 72° 12.66% 30.98%
HSB/HSV 72° 22.47% 34.90%
CMYK 4.49% 0.00% 22.47%
65.10%

Color #555945 in popluar number systems.

HEX 55 59 45
Decimal 85 89 69
Binary 1010101 1011001 1000101
Octal 125 131 105

Shades and tints

Shades of #555945

#555945
(85,89,69)
#4E513F
(78,81,63)
#474939
(71,73,57)
#404133
(64,65,51)
#39392D
(57,57,45)
#323127
(50,49,39)
#2B2921
(43,41,33)
#24211B
(36,33,27)
#1D1915
(29,25,21)
#16110F
(22,17,15)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #555945

#555945
(85,89,69)
#646855
(100,104,85)
#737765
(115,119,101)
#828675
(130,134,117)
#919585
(145,149,133)
#A0A495
(160,164,149)
#AFB3A5
(175,179,165)
#BEC2B5
(190,194,181)
#CDD1C5
(205,209,197)
#DCE0D5
(220,224,213)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555945 color. Also use rgb(85,89,69) instead hex code.

Text Font Color

.myTextColor { color: #555945; }

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

This text font color is #555945.

Background Color

.myBgColor { background-color: #555945; }

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

This div background color is #555945.

Border color

.myBorderColor { border: 1px solid #555945; }

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

This div border color is #555945.

Opacity

.myOpacity80 { color: #555945; opacity: 0.8; }

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

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

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

This text has shadow with #555945 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555945.

Preview

Color preview on black background

This text has color #555945 on black background.


Color preview on white background

This text has color #555945 on white background.


Black color preview on #555945 background

This text has black color on #555945 background.


White color preview on #555945 background

This text has white color on #555945 background.


Related colors

Complementary color

Complementary color for #hex is #AAA6BA.


I love getcolorcode.com

Triadic colors

1 #455559 and #594555 with #555945 are triadic colors.

2 #455955 and #595545 with #555945 are triadic colors.