COLOR #552316

HEX: #552316
RGB: (85,35,22)

Color info

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

RGB color model

#552316 color RGB value is (85,35,22).

  • red value is 85;
  • green value is 35;
  • blue value is 22.
RGB:
(85,35,22)
(33%,14%,9%)

RGB channels and saturation

R 85 of 255 = 33%
G 35 of 255 = 14%
B 22 of 255 = 9%

85
35
22

R + G + B ~ 19%. #552316 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 35 + 22 = 142 (100%)
R 85 of 142 ~ 59.86%
G 35 of 142 ~ 24.65%
B 22 of 142 ~ 15.49%

%59.86
%24.65
%15.49

CMYK color model

#552316 color CMYK value is (0,59,74,67).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 74.12%
  • key color value is 66.67%
CMYK:
(0,59,74,67)
C0M59Y74K67 
(0%,59%,74%,67%)
(0.00/0.59/0.74/0.67)	

CMYK percentages

%0
%58.82
%74.12
%66.67

Codes

Color #552316 in popluar color models

552316
RGB853522
HSL12°58.88%20.98%
HSB/HSV12°74.12%33.33%
CMYK0.00%58.82%74.12%
66.67%

Color #552316 in popluar number systems.

HEX552316
Decimal853522
Binary101010110001110110
Octal1254326

Shades and tints

Shades of #552316

#552316
(85,35,22)
#4E2014
(78,32,20)
#471D12
(71,29,18)
#401A10
(64,26,16)
#39170E
(57,23,14)
#32140C
(50,20,12)
#2B110A
(43,17,10)
#240E08
(36,14,8)
#1D0B06
(29,11,6)
#160804
(22,8,4)
#0F0502
(15,5,2)
#000000
(0,0,0)

Tints of #552316

#552316
(85,35,22)
#64372B
(100,55,43)
#734B40
(115,75,64)
#825F55
(130,95,85)
#91736A
(145,115,106)
#A0877F
(160,135,127)
#AF9B94
(175,155,148)
#BEAFA9
(190,175,169)
#CDC3BE
(205,195,190)
#DCD7D3
(220,215,211)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552316 color. Also use rgb(85,35,22) instead hex code.

Text Font Color

.myTextColor { color: #552316; }

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

This text font color is #552316.


Background Color

.myBgColor { background-color: #552316; }

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

This div background color is #552316.


Border color

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

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

This div border color is #552316.


Opacity

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

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

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

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

This text has shadow with #552316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552316 on black background.


Color preview on white background

This text has color #552316 on white background.



Black color preview on #552316 background

This text has black color on #552316 background.


White color preview on #552316 background

This text has white color on #552316 background.