COLOR #552E38

HEX: #552E38
RGB: (85,46,56)

Color info

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

RGB color model

#552E38 color RGB value is (85,46,56).

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

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 56 of 255 = 22%

85
46
56

R + G + B ~ 24%. #552E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 56 = 187 (100%)
R 85 of 187 ~ 45.45%
G 46 of 187 ~ 24.6%
B 56 of 187 ~ 29.95%

%45.45
%24.6
%29.95

CMYK color model

#552E38 color CMYK value is (0,46,34,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(0,46,34,67)
C0M46Y34K67 
(0%,46%,34%,67%)
(0.00/0.46/0.34/0.67)	

CMYK percentages

%0
%45.88
%34.12
%66.67

Codes

Color #552E38 in popluar color models

552E38
RGB854656
HSL345°29.77%25.69%
HSB/HSV345°45.88%33.33%
CMYK0.00%45.88%34.12%
66.67%

Color #552E38 in popluar number systems.

HEX552E38
Decimal854656
Binary1010101101110111000
Octal1255670

Shades and tints

Shades of #552E38

#552E38
(85,46,56)
#4E2A33
(78,42,51)
#47262E
(71,38,46)
#402229
(64,34,41)
#391E24
(57,30,36)
#321A1F
(50,26,31)
#2B161A
(43,22,26)
#241215
(36,18,21)
#1D0E10
(29,14,16)
#160A0B
(22,10,11)
#0F0606
(15,6,6)
#000000
(0,0,0)

Tints of #552E38

#552E38
(85,46,56)
#64414A
(100,65,74)
#73545C
(115,84,92)
#82676E
(130,103,110)
#917A80
(145,122,128)
#A08D92
(160,141,146)
#AFA0A4
(175,160,164)
#BEB3B6
(190,179,182)
#CDC6C8
(205,198,200)
#DCD9DA
(220,217,218)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E38; }

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

This text font color is #552E38.


Background Color

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

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

This div background color is #552E38.


Border color

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

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

This div border color is #552E38.


Opacity

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

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

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

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

This text has shadow with #552E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E38 on black background.


Color preview on white background

This text has color #552E38 on white background.



Black color preview on #552E38 background

This text has black color on #552E38 background.


White color preview on #552E38 background

This text has white color on #552E38 background.