COLOR #552D1B

HEX: #552D1B
RGB: (85,45,27)

Color info

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

RGB color model

#552D1B color RGB value is (85,45,27).

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

RGB channels and saturation

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

85
45
27

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

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 27 = 157 (100%)
R 85 of 157 ~ 54.14%
G 45 of 157 ~ 28.66%
B 27 of 157 ~ 17.2%

%54.14
%28.66
%17.2

CMYK color model

#552D1B color CMYK value is (0,47,68,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 68.24%
  • key color value is 66.67%
CMYK:
(0,47,68,67)
C0M47Y68K67 
(0%,47%,68%,67%)
(0.00/0.47/0.68/0.67)	

CMYK percentages

%0
%47.06
%68.24
%66.67

Codes

Color #552D1B in popluar color models

552D1B
RGB854527
HSL19°51.79%21.96%
HSB/HSV19°68.24%33.33%
CMYK0.00%47.06%68.24%
66.67%

Color #552D1B in popluar number systems.

HEX552D1B
Decimal854527
Binary101010110110111011
Octal1255533

Shades and tints

Shades of #552D1B

#552D1B
(85,45,27)
#4E2919
(78,41,25)
#472517
(71,37,23)
#402115
(64,33,21)
#391D13
(57,29,19)
#321911
(50,25,17)
#2B150F
(43,21,15)
#24110D
(36,17,13)
#1D0D0B
(29,13,11)
#160909
(22,9,9)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #552D1B

#552D1B
(85,45,27)
#64402F
(100,64,47)
#735343
(115,83,67)
#826657
(130,102,87)
#91796B
(145,121,107)
#A08C7F
(160,140,127)
#AF9F93
(175,159,147)
#BEB2A7
(190,178,167)
#CDC5BB
(205,197,187)
#DCD8CF
(220,216,207)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552D1B; }

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

This text font color is #552D1B.


Background Color

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

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

This div background color is #552D1B.


Border color

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

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

This div border color is #552D1B.


Opacity

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

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

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

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

This text has shadow with #552D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D1B on black background.


Color preview on white background

This text has color #552D1B on white background.



Black color preview on #552D1B background

This text has black color on #552D1B background.


White color preview on #552D1B background

This text has white color on #552D1B background.