COLOR #555215

HEX: #555215 RGB: (85,82,21)

Color info

#555215 contains mainly red and green colors. Web safe color of #555215 is #666600 (or #660).

RGB color model

#555215 color RGB value is (85,82,21).

RGB: (85,82,21) (33%, 32%, 8%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 21 of 255 = 8%

85
82
21

R + G + B ~ 24%. #555215 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 82 + 21 = 188 (100%)
R 85 of 188 ~ 45.21%
G 82 of 188 ~ 43.62%
B 21 of 188 ~ 11.17'%

%45.21
%43.62
%11.17

CMYK color model

#555215 color CMYK value is (0,4,75,67).

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

CMYK: (0,4,75,67)
C0M4Y75K67 (0%, 4%, 75%, 67%)
(0.00 / 0.04 / 0.75 / 0.67)

CMYK percentages

%0
%3.53
%75.29
%66.67

Codes

Color #555215 in popluar color models

55 52 15
RGB 85 82 21
HSL 57° 60.38% 20.78%
HSB/HSV 57° 75.29% 33.33%
CMYK 0.00% 3.53% 75.29%
66.67%

Color #555215 in popluar number systems.

HEX 55 52 15
Decimal 85 82 21
Binary 1010101 1010010 10101
Octal 125 122 25

Shades and tints

Shades of #555215

#555215
(85,82,21)
#4E4B14
(78,75,20)
#474413
(71,68,19)
#403D12
(64,61,18)
#393611
(57,54,17)
#322F10
(50,47,16)
#2B280F
(43,40,15)
#24210E
(36,33,14)
#1D1A0D
(29,26,13)
#16130C
(22,19,12)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #555215

#555215
(85,82,21)
#64612A
(100,97,42)
#73703F
(115,112,63)
#827F54
(130,127,84)
#918E69
(145,142,105)
#A09D7E
(160,157,126)
#AFAC93
(175,172,147)
#BEBBA8
(190,187,168)
#CDCABD
(205,202,189)
#DCD9D2
(220,217,210)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555215; }

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

This text font color is #555215.

Background Color

.myBgColor { background-color: #555215; }

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

This div background color is #555215.

Border color

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

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

This div border color is #555215.

Opacity

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

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

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

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

This text has shadow with #555215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555215.

Preview

Color preview on black background

This text has color #555215 on black background.


Color preview on white background

This text has color #555215 on white background.


Black color preview on #555215 background

This text has black color on #555215 background.


White color preview on #555215 background

This text has white color on #555215 background.


Related colors

Complementary color

Complementary color for #hex is #AAADEA.


I love getcolorcode.com

Triadic colors

1 #155552 and #521555 with #555215 are triadic colors.

2 #155255 and #525515 with #555215 are triadic colors.