COLOR #55241E

HEX: #55241E RGB: (85,36,30)

Color info

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

RGB color model

#55241E color RGB value is (85,36,30).

RGB: (85,36,30) (33%, 14%, 12%)

RGB channels and saturation

R 85 of 255 = 33%
G 36 of 255 = 14%
B 30 of 255 = 12%

85
36
30

R + G + B ~ 20%. #55241E is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 36 + 30 = 151 (100%)
R 85 of 151 ~ 56.29%
G 36 of 151 ~ 23.84%
B 30 of 151 ~ 19.87'%

%56.29
%23.84
%19.87

CMYK color model

#55241E color CMYK value is (0,58,65,67).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 64.71%
  • key color value is 66.67%

CMYK: (0,58,65,67)
C0M58Y65K67 (0%, 58%, 65%, 67%)
(0.00 / 0.58 / 0.65 / 0.67)

CMYK percentages

%0
%57.65
%64.71
%66.67

Codes

Color #55241E in popluar color models

55 24 1E
RGB 85 36 30
HSL 47.83% 22.55%
HSB/HSV 64.71% 33.33%
CMYK 0.00% 57.65% 64.71%
66.67%

Color #55241E in popluar number systems.

HEX 55 24 1E
Decimal 85 36 30
Binary 1010101 100100 11110
Octal 125 44 36

Shades and tints

Shades of #55241E

#55241E
(85,36,30)
#4E211C
(78,33,28)
#471E1A
(71,30,26)
#401B18
(64,27,24)
#391816
(57,24,22)
#321514
(50,21,20)
#2B1212
(43,18,18)
#240F10
(36,15,16)
#1D0C0E
(29,12,14)
#16090C
(22,9,12)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #55241E

#55241E
(85,36,30)
#643732
(100,55,50)
#734A46
(115,74,70)
#825D5A
(130,93,90)
#91706E
(145,112,110)
#A08382
(160,131,130)
#AF9696
(175,150,150)
#BEA9AA
(190,169,170)
#CDBCBE
(205,188,190)
#DCCFD2
(220,207,210)
#EBE2E6
(235,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55241E color. Also use rgb(85,36,30) instead hex code.

Text Font Color

.myTextColor { color: #55241E; }

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

This text font color is #55241E.

Background Color

.myBgColor { background-color: #55241E; }

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

This div background color is #55241E.

Border color

.myBorderColor { border: 1px solid #55241E; }

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

This div border color is #55241E.

Opacity

.myOpacity80 { color: #55241E; opacity: 0.8; }

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

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

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

This text has shadow with #55241E color.


.textShadow {text-shadow: 3px 3px 1px #55241E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55241E; -webkit-box-shadow: 1px 1px 3px 2px #55241E; box-shadow:1px 1px 3px 2px #55241E;">
Div content here
</div>

This div box has shadow with color #55241E.

Preview

Color preview on black background

This text has color #55241E on black background.


Color preview on white background

This text has color #55241E on white background.


Black color preview on #55241E background

This text has black color on #55241E background.


White color preview on #55241E background

This text has white color on #55241E background.


Related colors

Complementary color

Complementary color for #hex is #AADBE1.


I love getcolorcode.com

Triadic colors

1 #1E5524 and #241E55 with #55241E are triadic colors.

2 #1E2455 and #24551E with #55241E are triadic colors.