COLOR #55242C

HEX: #55242C
RGB: (85,36,44)

Color info

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

RGB color model

#55242C color RGB value is (85,36,44).

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

RGB channels and saturation

R 85 of 255 = 33%
G 36 of 255 = 14%
B 44 of 255 = 17%

85
36
44

R + G + B ~ 21%. #55242C is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 36 + 44 = 165 (100%)
R 85 of 165 ~ 51.52%
G 36 of 165 ~ 21.82%
B 44 of 165 ~ 26.67%

%51.52
%21.82
%26.67

CMYK color model

#55242C color CMYK value is (0,58,48,67).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 48.24%
  • key color value is 66.67%
CMYK:
(0,58,48,67)
C0M58Y48K67 
(0%,58%,48%,67%)
(0.00/0.58/0.48/0.67)	

CMYK percentages

%0
%57.65
%48.24
%66.67

Codes

Color #55242C in popluar color models

55242C
RGB853644
HSL350°40.50%23.73%
HSB/HSV350°57.65%33.33%
CMYK0.00%57.65%48.24%
66.67%

Color #55242C in popluar number systems.

HEX55242C
Decimal853644
Binary1010101100100101100
Octal1254454

Shades and tints

Shades of #55242C

#55242C
(85,36,44)
#4E2128
(78,33,40)
#471E24
(71,30,36)
#401B20
(64,27,32)
#39181C
(57,24,28)
#321518
(50,21,24)
#2B1214
(43,18,20)
#240F10
(36,15,16)
#1D0C0C
(29,12,12)
#160908
(22,9,8)
#0F0604
(15,6,4)
#000000
(0,0,0)

Tints of #55242C

#55242C
(85,36,44)
#64373F
(100,55,63)
#734A52
(115,74,82)
#825D65
(130,93,101)
#917078
(145,112,120)
#A0838B
(160,131,139)
#AF969E
(175,150,158)
#BEA9B1
(190,169,177)
#CDBCC4
(205,188,196)
#DCCFD7
(220,207,215)
#EBE2EA
(235,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55242C color. Also use rgb(85,36,44) instead hex code.

Text Font Color

.myTextColor { color: #55242C; }

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

This text font color is #55242C.


Background Color

.myBgColor { background-color: #55242C; }

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

This div background color is #55242C.


Border color

.myBorderColor { border: 1px solid #55242C; }

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

This div border color is #55242C.


Opacity

.myOpacity80 { color: #55242C; opacity: 0.8; }

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

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

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

This text has shadow with #55242C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55242C on black background.


Color preview on white background

This text has color #55242C on white background.



Black color preview on #55242C background

This text has black color on #55242C background.


White color preview on #55242C background

This text has white color on #55242C background.