COLOR #552836

HEX: #552836
RGB: (85,40,54)

Color info

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

RGB color model

#552836 color RGB value is (85,40,54).

  • red value is 85;
  • green value is 40;
  • blue value is 54.
RGB:
(85,40,54)
(33%,16%,21%)

RGB channels and saturation

R 85 of 255 = 33%
G 40 of 255 = 16%
B 54 of 255 = 21%

85
40
54

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

Portions of RGB colors in percentages

R + G + B =
85 + 40 + 54 = 179 (100%)
R 85 of 179 ~ 47.49%
G 40 of 179 ~ 22.35%
B 54 of 179 ~ 30.17%

%47.49
%22.35
%30.17

CMYK color model

#552836 color CMYK value is (0,53,36,67).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK:
(0,53,36,67)
C0M53Y36K67 
(0%,53%,36%,67%)
(0.00/0.53/0.36/0.67)	

CMYK percentages

%0
%52.94
%36.47
%66.67

Codes

Color #552836 in popluar color models

552836
RGB854054
HSL341°36.00%24.51%
HSB/HSV341°52.94%33.33%
CMYK0.00%52.94%36.47%
66.67%

Color #552836 in popluar number systems.

HEX552836
Decimal854054
Binary1010101101000110110
Octal1255066

Shades and tints

Shades of #552836

#552836
(85,40,54)
#4E2532
(78,37,50)
#47222E
(71,34,46)
#401F2A
(64,31,42)
#391C26
(57,28,38)
#321922
(50,25,34)
#2B161E
(43,22,30)
#24131A
(36,19,26)
#1D1016
(29,16,22)
#160D12
(22,13,18)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #552836

#552836
(85,40,54)
#643B48
(100,59,72)
#734E5A
(115,78,90)
#82616C
(130,97,108)
#91747E
(145,116,126)
#A08790
(160,135,144)
#AF9AA2
(175,154,162)
#BEADB4
(190,173,180)
#CDC0C6
(205,192,198)
#DCD3D8
(220,211,216)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552836 color. Also use rgb(85,40,54) instead hex code.

Text Font Color

.myTextColor { color: #552836; }

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

This text font color is #552836.


Background Color

.myBgColor { background-color: #552836; }

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

This div background color is #552836.


Border color

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

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

This div border color is #552836.


Opacity

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

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

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

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

This text has shadow with #552836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552836 on black background.


Color preview on white background

This text has color #552836 on white background.



Black color preview on #552836 background

This text has black color on #552836 background.


White color preview on #552836 background

This text has white color on #552836 background.