COLOR #552E24

HEX: #552E24
RGB: (85,46,36)

Color info

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

RGB color model

#552E24 color RGB value is (85,46,36).

  • red value is 85;
  • green value is 46;
  • blue value is 36.
RGB:
(85,46,36)
(33%,18%,14%)

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 36 of 255 = 14%

85
46
36

R + G + B ~ 22%. #552E24 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 36 = 167 (100%)
R 85 of 167 ~ 50.9%
G 46 of 167 ~ 27.54%
B 36 of 167 ~ 21.56%

%50.9
%27.54
%21.56

CMYK color model

#552E24 color CMYK value is (0,46,58,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 57.65%
  • key color value is 66.67%
CMYK:
(0,46,58,67)
C0M46Y58K67 
(0%,46%,58%,67%)
(0.00/0.46/0.58/0.67)	

CMYK percentages

%0
%45.88
%57.65
%66.67

Codes

Color #552E24 in popluar color models

552E24
RGB854636
HSL12°40.50%23.73%
HSB/HSV12°57.65%33.33%
CMYK0.00%45.88%57.65%
66.67%

Color #552E24 in popluar number systems.

HEX552E24
Decimal854636
Binary1010101101110100100
Octal1255644

Shades and tints

Shades of #552E24

#552E24
(85,46,36)
#4E2A21
(78,42,33)
#47261E
(71,38,30)
#40221B
(64,34,27)
#391E18
(57,30,24)
#321A15
(50,26,21)
#2B1612
(43,22,18)
#24120F
(36,18,15)
#1D0E0C
(29,14,12)
#160A09
(22,10,9)
#0F0606
(15,6,6)
#000000
(0,0,0)

Tints of #552E24

#552E24
(85,46,36)
#644137
(100,65,55)
#73544A
(115,84,74)
#82675D
(130,103,93)
#917A70
(145,122,112)
#A08D83
(160,141,131)
#AFA096
(175,160,150)
#BEB3A9
(190,179,169)
#CDC6BC
(205,198,188)
#DCD9CF
(220,217,207)
#EBECE2
(235,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552E24 color. Also use rgb(85,46,36) instead hex code.

Text Font Color

.myTextColor { color: #552E24; }

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

This text font color is #552E24.


Background Color

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

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

This div background color is #552E24.


Border color

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

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

This div border color is #552E24.


Opacity

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

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

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

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

This text has shadow with #552E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E24 on black background.


Color preview on white background

This text has color #552E24 on white background.



Black color preview on #552E24 background

This text has black color on #552E24 background.


White color preview on #552E24 background

This text has white color on #552E24 background.