COLOR #552015

HEX: #552015
RGB: (85,32,21)

Color info

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

RGB color model

#552015 color RGB value is (85,32,21).

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

RGB channels and saturation

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

85
32
21

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

Portions of RGB colors in percentages

R + G + B =
85 + 32 + 21 = 138 (100%)
R 85 of 138 ~ 61.59%
G 32 of 138 ~ 23.19%
B 21 of 138 ~ 15.22%

%61.59
%23.19
%15.22

CMYK color model

#552015 color CMYK value is (0,62,75,67).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 75.29%
  • key color value is 66.67%
CMYK:
(0,62,75,67)
C0M62Y75K67 
(0%,62%,75%,67%)
(0.00/0.62/0.75/0.67)	

CMYK percentages

%0
%62.35
%75.29
%66.67

Codes

Color #552015 in popluar color models

552015
RGB853221
HSL10°60.38%20.78%
HSB/HSV10°75.29%33.33%
CMYK0.00%62.35%75.29%
66.67%

Color #552015 in popluar number systems.

HEX552015
Decimal853221
Binary101010110000010101
Octal1254025

Shades and tints

Shades of #552015

#552015
(85,32,21)
#4E1E14
(78,30,20)
#471C13
(71,28,19)
#401A12
(64,26,18)
#391811
(57,24,17)
#321610
(50,22,16)
#2B140F
(43,20,15)
#24120E
(36,18,14)
#1D100D
(29,16,13)
#160E0C
(22,14,12)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #552015

#552015
(85,32,21)
#64342A
(100,52,42)
#73483F
(115,72,63)
#825C54
(130,92,84)
#917069
(145,112,105)
#A0847E
(160,132,126)
#AF9893
(175,152,147)
#BEACA8
(190,172,168)
#CDC0BD
(205,192,189)
#DCD4D2
(220,212,210)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552015; }

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

This text font color is #552015.


Background Color

.myBgColor { background-color: #552015; }

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

This div background color is #552015.


Border color

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

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

This div border color is #552015.


Opacity

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

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

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

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

This text has shadow with #552015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552015 on black background.


Color preview on white background

This text has color #552015 on white background.



Black color preview on #552015 background

This text has black color on #552015 background.


White color preview on #552015 background

This text has white color on #552015 background.