COLOR #552708

HEX: #552708
RGB: (85,39,8)

Color info

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

RGB color model

#552708 color RGB value is (85,39,8).

  • red value is 85;
  • green value is 39;
  • blue value is 8.
RGB:
(85,39,8)
(33%,15%,3%)

RGB channels and saturation

R 85 of 255 = 33%
G 39 of 255 = 15%
B 8 of 255 = 3%

85
39
8

R + G + B ~ 17%. #552708 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 39 + 8 = 132 (100%)
R 85 of 132 ~ 64.39%
G 39 of 132 ~ 29.55%
B 8 of 132 ~ 6.06%

%64.39
%29.55

CMYK color model

#552708 color CMYK value is (0,54,91,67).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 90.59%
  • key color value is 66.67%
CMYK:
(0,54,91,67)
C0M54Y91K67 
(0%,54%,91%,67%)
(0.00/0.54/0.91/0.67)	

CMYK percentages

%0
%54.12
%90.59
%66.67

Codes

Color #552708 in popluar color models

552708
RGB85398
HSL24°82.80%18.24%
HSB/HSV24°90.59%33.33%
CMYK0.00%54.12%90.59%
66.67%

Color #552708 in popluar number systems.

HEX552708
Decimal85398
Binary10101011001111000
Octal1254710

Shades and tints

Shades of #552708

#552708
(85,39,8)
#4E2408
(78,36,8)
#472108
(71,33,8)
#401E08
(64,30,8)
#391B08
(57,27,8)
#321808
(50,24,8)
#2B1508
(43,21,8)
#241208
(36,18,8)
#1D0F08
(29,15,8)
#160C08
(22,12,8)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #552708

#552708
(85,39,8)
#643A1E
(100,58,30)
#734D34
(115,77,52)
#82604A
(130,96,74)
#917360
(145,115,96)
#A08676
(160,134,118)
#AF998C
(175,153,140)
#BEACA2
(190,172,162)
#CDBFB8
(205,191,184)
#DCD2CE
(220,210,206)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552708 color. Also use rgb(85,39,8) instead hex code.

Text Font Color

.myTextColor { color: #552708; }

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

This text font color is #552708.


Background Color

.myBgColor { background-color: #552708; }

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

This div background color is #552708.


Border color

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

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

This div border color is #552708.


Opacity

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

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

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

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

This text has shadow with #552708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552708 on black background.


Color preview on white background

This text has color #552708 on white background.



Black color preview on #552708 background

This text has black color on #552708 background.


White color preview on #552708 background

This text has white color on #552708 background.