COLOR #552415

HEX: #552415
RGB: (85,36,21)

Color info

#552415 contains mainly red and green colors. Web safe color of #552415 is #663300 (or #630).

RGB color model

#552415 color RGB value is (85,36,21).

  • red value is 85;
  • green value is 36;
  • blue value is 21.
RGB:
(85,36,21)
(33%,14%,8%)

RGB channels and saturation

R 85 of 255 = 33%
G 36 of 255 = 14%
B 21 of 255 = 8%

85
36
21

R + G + B ~ 18%. #552415 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 36 + 21 = 142 (100%)
R 85 of 142 ~ 59.86%
G 36 of 142 ~ 25.35%
B 21 of 142 ~ 14.79%

%59.86
%25.35
%14.79

CMYK color model

#552415 color CMYK value is (0,58,75,67).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 75.29%
  • key color value is 66.67%
CMYK:
(0,58,75,67)
C0M58Y75K67 
(0%,58%,75%,67%)
(0.00/0.58/0.75/0.67)	

CMYK percentages

%0
%57.65
%75.29
%66.67

Codes

Color #552415 in popluar color models

552415
RGB853621
HSL14°60.38%20.78%
HSB/HSV14°75.29%33.33%
CMYK0.00%57.65%75.29%
66.67%

Color #552415 in popluar number systems.

HEX552415
Decimal853621
Binary101010110010010101
Octal1254425

Shades and tints

Shades of #552415

#552415
(85,36,21)
#4E2114
(78,33,20)
#471E13
(71,30,19)
#401B12
(64,27,18)
#391811
(57,24,17)
#321510
(50,21,16)
#2B120F
(43,18,15)
#240F0E
(36,15,14)
#1D0C0D
(29,12,13)
#16090C
(22,9,12)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #552415

#552415
(85,36,21)
#64372A
(100,55,42)
#734A3F
(115,74,63)
#825D54
(130,93,84)
#917069
(145,112,105)
#A0837E
(160,131,126)
#AF9693
(175,150,147)
#BEA9A8
(190,169,168)
#CDBCBD
(205,188,189)
#DCCFD2
(220,207,210)
#EBE2E7
(235,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552415; }

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

This text font color is #552415.


Background Color

.myBgColor { background-color: #552415; }

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

This div background color is #552415.


Border color

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

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

This div border color is #552415.


Opacity

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

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

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

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

This text has shadow with #552415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552415 on black background.


Color preview on white background

This text has color #552415 on white background.



Black color preview on #552415 background

This text has black color on #552415 background.


White color preview on #552415 background

This text has white color on #552415 background.