COLOR #552E3F

HEX: #552E3F
RGB: (85,46,63)

Color info

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

RGB color model

#552E3F color RGB value is (85,46,63).

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

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 63 of 255 = 25%

85
46
63

R + G + B ~ 25%. #552E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 63 = 194 (100%)
R 85 of 194 ~ 43.81%
G 46 of 194 ~ 23.71%
B 63 of 194 ~ 32.47%

%43.81
%23.71
%32.47

CMYK color model

#552E3F color CMYK value is (0,46,26,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(0,46,26,67)
C0M46Y26K67 
(0%,46%,26%,67%)
(0.00/0.46/0.26/0.67)	

CMYK percentages

%0
%45.88
%25.88
%66.67

Codes

Color #552E3F in popluar color models

552E3F
RGB854663
HSL334°29.77%25.69%
HSB/HSV334°45.88%33.33%
CMYK0.00%45.88%25.88%
66.67%

Color #552E3F in popluar number systems.

HEX552E3F
Decimal854663
Binary1010101101110111111
Octal1255677

Shades and tints

Shades of #552E3F

#552E3F
(85,46,63)
#4E2A3A
(78,42,58)
#472635
(71,38,53)
#402230
(64,34,48)
#391E2B
(57,30,43)
#321A26
(50,26,38)
#2B1621
(43,22,33)
#24121C
(36,18,28)
#1D0E17
(29,14,23)
#160A12
(22,10,18)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #552E3F

#552E3F
(85,46,63)
#644150
(100,65,80)
#735461
(115,84,97)
#826772
(130,103,114)
#917A83
(145,122,131)
#A08D94
(160,141,148)
#AFA0A5
(175,160,165)
#BEB3B6
(190,179,182)
#CDC6C7
(205,198,199)
#DCD9D8
(220,217,216)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E3F; }

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

This text font color is #552E3F.


Background Color

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

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

This div background color is #552E3F.


Border color

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

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

This div border color is #552E3F.


Opacity

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

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

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

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

This text has shadow with #552E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E3F on black background.


Color preview on white background

This text has color #552E3F on white background.



Black color preview on #552E3F background

This text has black color on #552E3F background.


White color preview on #552E3F background

This text has white color on #552E3F background.