COLOR #55243D

HEX: #55243D
RGB: (85,36,61)

Color info

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

RGB color model

#55243D color RGB value is (85,36,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 36 of 255 = 14%
B 61 of 255 = 24%

85
36
61

R + G + B ~ 24%. #55243D is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 36 + 61 = 182 (100%)
R 85 of 182 ~ 46.7%
G 36 of 182 ~ 19.78%
B 61 of 182 ~ 33.52%

%46.7
%19.78
%33.52

CMYK color model

#55243D color CMYK value is (0,58,28,67).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(0,58,28,67)
C0M58Y28K67 
(0%,58%,28%,67%)
(0.00/0.58/0.28/0.67)	

CMYK percentages

%0
%57.65
%28.24
%66.67

Codes

Color #55243D in popluar color models

55243D
RGB853661
HSL329°40.50%23.73%
HSB/HSV329°57.65%33.33%
CMYK0.00%57.65%28.24%
66.67%

Color #55243D in popluar number systems.

HEX55243D
Decimal853661
Binary1010101100100111101
Octal1254475

Shades and tints

Shades of #55243D

#55243D
(85,36,61)
#4E2138
(78,33,56)
#471E33
(71,30,51)
#401B2E
(64,27,46)
#391829
(57,24,41)
#321524
(50,21,36)
#2B121F
(43,18,31)
#240F1A
(36,15,26)
#1D0C15
(29,12,21)
#160910
(22,9,16)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #55243D

#55243D
(85,36,61)
#64374E
(100,55,78)
#734A5F
(115,74,95)
#825D70
(130,93,112)
#917081
(145,112,129)
#A08392
(160,131,146)
#AF96A3
(175,150,163)
#BEA9B4
(190,169,180)
#CDBCC5
(205,188,197)
#DCCFD6
(220,207,214)
#EBE2E7
(235,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55243D color. Also use rgb(85,36,61) instead hex code.

Text Font Color

.myTextColor { color: #55243D; }

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

This text font color is #55243D.


Background Color

.myBgColor { background-color: #55243D; }

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

This div background color is #55243D.


Border color

.myBorderColor { border: 1px solid #55243D; }

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

This div border color is #55243D.


Opacity

.myOpacity80 { color: #55243D; opacity: 0.8; }

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

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

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

This text has shadow with #55243D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55243D on black background.


Color preview on white background

This text has color #55243D on white background.



Black color preview on #55243D background

This text has black color on #55243D background.


White color preview on #55243D background

This text has white color on #55243D background.