COLOR #552D05

HEX: #552D05
RGB: (85,45,5)

Color info

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

RGB color model

#552D05 color RGB value is (85,45,5).

  • red value is 85;
  • green value is 45;
  • blue value is 5.
RGB:
(85,45,5)
(33%,18%,2%)

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 5 of 255 = 2%

85
45
5

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

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 5 = 135 (100%)
R 85 of 135 ~ 62.96%
G 45 of 135 ~ 33.33%
B 5 of 135 ~ 3.7%

%62.96
%33.33

CMYK color model

#552D05 color CMYK value is (0,47,94,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 94.12%
  • key color value is 66.67%
CMYK:
(0,47,94,67)
C0M47Y94K67 
(0%,47%,94%,67%)
(0.00/0.47/0.94/0.67)	

CMYK percentages

%0
%47.06
%94.12
%66.67

Codes

Color #552D05 in popluar color models

552D05
RGB85455
HSL30°88.89%17.65%
HSB/HSV30°94.12%33.33%
CMYK0.00%47.06%94.12%
66.67%

Color #552D05 in popluar number systems.

HEX552D05
Decimal85455
Binary1010101101101101
Octal125555

Shades and tints

Shades of #552D05

#552D05
(85,45,5)
#4E2905
(78,41,5)
#472505
(71,37,5)
#402105
(64,33,5)
#391D05
(57,29,5)
#321905
(50,25,5)
#2B1505
(43,21,5)
#241105
(36,17,5)
#1D0D05
(29,13,5)
#160905
(22,9,5)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #552D05

#552D05
(85,45,5)
#64401B
(100,64,27)
#735331
(115,83,49)
#826647
(130,102,71)
#91795D
(145,121,93)
#A08C73
(160,140,115)
#AF9F89
(175,159,137)
#BEB29F
(190,178,159)
#CDC5B5
(205,197,181)
#DCD8CB
(220,216,203)
#EBEBE1
(235,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552D05 color. Also use rgb(85,45,5) instead hex code.

Text Font Color

.myTextColor { color: #552D05; }

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

This text font color is #552D05.


Background Color

.myBgColor { background-color: #552D05; }

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

This div background color is #552D05.


Border color

.myBorderColor { border: 1px solid #552D05; }

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

This div border color is #552D05.


Opacity

.myOpacity80 { color: #552D05; opacity: 0.8; }

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

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

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

This text has shadow with #552D05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D05 on black background.


Color preview on white background

This text has color #552D05 on white background.



Black color preview on #552D05 background

This text has black color on #552D05 background.


White color preview on #552D05 background

This text has white color on #552D05 background.