COLOR #552737

HEX: #552737
RGB: (85,39,55)

Color info

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

RGB color model

#552737 color RGB value is (85,39,55).

  • red value is 85;
  • green value is 39;
  • blue value is 55.
RGB:
(85,39,55)
(33%,15%,22%)

RGB channels and saturation

R 85 of 255 = 33%
G 39 of 255 = 15%
B 55 of 255 = 22%

85
39
55

R + G + B ~ 23%. #552737 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 39 + 55 = 179 (100%)
R 85 of 179 ~ 47.49%
G 39 of 179 ~ 21.79%
B 55 of 179 ~ 30.73%

%47.49
%21.79
%30.73

CMYK color model

#552737 color CMYK value is (0,54,35,67).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(0,54,35,67)
C0M54Y35K67 
(0%,54%,35%,67%)
(0.00/0.54/0.35/0.67)	

CMYK percentages

%0
%54.12
%35.29
%66.67

Codes

Color #552737 in popluar color models

552737
RGB853955
HSL339°37.10%24.31%
HSB/HSV339°54.12%33.33%
CMYK0.00%54.12%35.29%
66.67%

Color #552737 in popluar number systems.

HEX552737
Decimal853955
Binary1010101100111110111
Octal1254767

Shades and tints

Shades of #552737

#552737
(85,39,55)
#4E2432
(78,36,50)
#47212D
(71,33,45)
#401E28
(64,30,40)
#391B23
(57,27,35)
#32181E
(50,24,30)
#2B1519
(43,21,25)
#241214
(36,18,20)
#1D0F0F
(29,15,15)
#160C0A
(22,12,10)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #552737

#552737
(85,39,55)
#643A49
(100,58,73)
#734D5B
(115,77,91)
#82606D
(130,96,109)
#91737F
(145,115,127)
#A08691
(160,134,145)
#AF99A3
(175,153,163)
#BEACB5
(190,172,181)
#CDBFC7
(205,191,199)
#DCD2D9
(220,210,217)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552737 color. Also use rgb(85,39,55) instead hex code.

Text Font Color

.myTextColor { color: #552737; }

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

This text font color is #552737.


Background Color

.myBgColor { background-color: #552737; }

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

This div background color is #552737.


Border color

.myBorderColor { border: 1px solid #552737; }

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

This div border color is #552737.


Opacity

.myOpacity80 { color: #552737; opacity: 0.8; }

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

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

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

This text has shadow with #552737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552737 on black background.


Color preview on white background

This text has color #552737 on white background.



Black color preview on #552737 background

This text has black color on #552737 background.


White color preview on #552737 background

This text has white color on #552737 background.