COLOR #552F1D

HEX: #552F1D
RGB: (85,47,29)

Color info

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

RGB color model

#552F1D color RGB value is (85,47,29).

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

RGB channels and saturation

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

85
47
29

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

Portions of RGB colors in percentages

R + G + B =
85 + 47 + 29 = 161 (100%)
R 85 of 161 ~ 52.8%
G 47 of 161 ~ 29.19%
B 29 of 161 ~ 18.01%

%52.8
%29.19
%18.01

CMYK color model

#552F1D color CMYK value is (0,45,66,67).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 65.88%
  • key color value is 66.67%
CMYK:
(0,45,66,67)
C0M45Y66K67 
(0%,45%,66%,67%)
(0.00/0.45/0.66/0.67)	

CMYK percentages

%0
%44.71
%65.88
%66.67

Codes

Color #552F1D in popluar color models

552F1D
RGB854729
HSL19°49.12%22.35%
HSB/HSV19°65.88%33.33%
CMYK0.00%44.71%65.88%
66.67%

Color #552F1D in popluar number systems.

HEX552F1D
Decimal854729
Binary101010110111111101
Octal1255735

Shades and tints

Shades of #552F1D

#552F1D
(85,47,29)
#4E2B1B
(78,43,27)
#472719
(71,39,25)
#402317
(64,35,23)
#391F15
(57,31,21)
#321B13
(50,27,19)
#2B1711
(43,23,17)
#24130F
(36,19,15)
#1D0F0D
(29,15,13)
#160B0B
(22,11,11)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #552F1D

#552F1D
(85,47,29)
#644131
(100,65,49)
#735345
(115,83,69)
#826559
(130,101,89)
#91776D
(145,119,109)
#A08981
(160,137,129)
#AF9B95
(175,155,149)
#BEADA9
(190,173,169)
#CDBFBD
(205,191,189)
#DCD1D1
(220,209,209)
#EBE3E5
(235,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552F1D; }

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

This text font color is #552F1D.


Background Color

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

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

This div background color is #552F1D.


Border color

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

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

This div border color is #552F1D.


Opacity

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

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

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

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

This text has shadow with #552F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552F1D on black background.


Color preview on white background

This text has color #552F1D on white background.



Black color preview on #552F1D background

This text has black color on #552F1D background.


White color preview on #552F1D background

This text has white color on #552F1D background.