COLOR #552D1D

HEX: #552D1D
RGB: (85,45,29)

Color info

#552D1D contains red, green and blue colors in about the same proportion. Web safe color of #552D1D is #663333 (or #633).

RGB color model

#552D1D color RGB value is (85,45,29).

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

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 29 of 255 = 11%

85
45
29

R + G + B ~ 21%. #552D1D is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 29 = 159 (100%)
R 85 of 159 ~ 53.46%
G 45 of 159 ~ 28.3%
B 29 of 159 ~ 18.24%

%53.46
%28.3
%18.24

CMYK color model

#552D1D color CMYK value is (0,47,66,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 65.88%
  • key color value is 66.67%
CMYK:
(0,47,66,67)
C0M47Y66K67 
(0%,47%,66%,67%)
(0.00/0.47/0.66/0.67)	

CMYK percentages

%0
%47.06
%65.88
%66.67

Codes

Color #552D1D in popluar color models

552D1D
RGB854529
HSL17°49.12%22.35%
HSB/HSV17°65.88%33.33%
CMYK0.00%47.06%65.88%
66.67%

Color #552D1D in popluar number systems.

HEX552D1D
Decimal854529
Binary101010110110111101
Octal1255535

Shades and tints

Shades of #552D1D

#552D1D
(85,45,29)
#4E291B
(78,41,27)
#472519
(71,37,25)
#402117
(64,33,23)
#391D15
(57,29,21)
#321913
(50,25,19)
#2B1511
(43,21,17)
#24110F
(36,17,15)
#1D0D0D
(29,13,13)
#16090B
(22,9,11)
#0F0509
(15,5,9)
#000000
(0,0,0)

Tints of #552D1D

#552D1D
(85,45,29)
#644031
(100,64,49)
#735345
(115,83,69)
#826659
(130,102,89)
#91796D
(145,121,109)
#A08C81
(160,140,129)
#AF9F95
(175,159,149)
#BEB2A9
(190,178,169)
#CDC5BD
(205,197,189)
#DCD8D1
(220,216,209)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552D1D; }

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

This text font color is #552D1D.


Background Color

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

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

This div background color is #552D1D.


Border color

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

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

This div border color is #552D1D.


Opacity

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

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

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

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

This text has shadow with #552D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D1D on black background.


Color preview on white background

This text has color #552D1D on white background.



Black color preview on #552D1D background

This text has black color on #552D1D background.


White color preview on #552D1D background

This text has white color on #552D1D background.