COLOR #555245

HEX: #555245 RGB: (85,82,69)

Color info

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

RGB color model

#555245 color RGB value is (85,82,69).

RGB: (85,82,69) (33%, 32%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 69 of 255 = 27%

85
82
69

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

Portions of RGB colors in percentages

R + G + B = 85 + 82 + 69 = 236 (100%)
R 85 of 236 ~ 36.02%
G 82 of 236 ~ 34.75%
B 69 of 236 ~ 29.24'%

%36.02
%34.75
%29.24

CMYK color model

#555245 color CMYK value is (0,4,19,67).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 18.82%
  • key color value is 66.67%

CMYK: (0,4,19,67)
C0M4Y19K67 (0%, 4%, 19%, 67%)
(0.00 / 0.04 / 0.19 / 0.67)

CMYK percentages

%0
%3.53
%18.82
%66.67

Codes

Color #555245 in popluar color models

55 52 45
RGB 85 82 69
HSL 49° 10.39% 30.20%
HSB/HSV 49° 18.82% 33.33%
CMYK 0.00% 3.53% 18.82%
66.67%

Color #555245 in popluar number systems.

HEX 55 52 45
Decimal 85 82 69
Binary 1010101 1010010 1000101
Octal 125 122 105

Shades and tints

Shades of #555245

#555245
(85,82,69)
#4E4B3F
(78,75,63)
#474439
(71,68,57)
#403D33
(64,61,51)
#39362D
(57,54,45)
#322F27
(50,47,39)
#2B2821
(43,40,33)
#24211B
(36,33,27)
#1D1A15
(29,26,21)
#16130F
(22,19,15)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #555245

#555245
(85,82,69)
#646155
(100,97,85)
#737065
(115,112,101)
#827F75
(130,127,117)
#918E85
(145,142,133)
#A09D95
(160,157,149)
#AFACA5
(175,172,165)
#BEBBB5
(190,187,181)
#CDCAC5
(205,202,197)
#DCD9D5
(220,217,213)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555245; }

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

This text font color is #555245.

Background Color

.myBgColor { background-color: #555245; }

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

This div background color is #555245.

Border color

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

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

This div border color is #555245.

Opacity

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

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

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

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

This text has shadow with #555245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555245.

Preview

Color preview on black background

This text has color #555245 on black background.


Color preview on white background

This text has color #555245 on white background.


Black color preview on #555245 background

This text has black color on #555245 background.


White color preview on #555245 background

This text has white color on #555245 background.


Related colors

Complementary color

Complementary color for #hex is #AAADBA.


I love getcolorcode.com

Triadic colors

1 #455552 and #524555 with #555245 are triadic colors.

2 #455255 and #525545 with #555245 are triadic colors.