COLOR #55423D

HEX: #55423D
RGB: (85,66,61)

Color info

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

RGB color model

#55423D color RGB value is (85,66,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 61 of 255 = 24%

85
66
61

R + G + B ~ 28%. #55423D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 61 = 212 (100%)
R 85 of 212 ~ 40.09%
G 66 of 212 ~ 31.13%
B 61 of 212 ~ 28.77%

%40.09
%31.13
%28.77

CMYK color model

#55423D color CMYK value is (0,22,28,67).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(0,22,28,67)
C0M22Y28K67 
(0%,22%,28%,67%)
(0.00/0.22/0.28/0.67)	

CMYK percentages

%0
%22.35
%28.24
%66.67

Codes

Color #55423D in popluar color models

55423D
RGB856661
HSL13°16.44%28.63%
HSB/HSV13°28.24%33.33%
CMYK0.00%22.35%28.24%
66.67%

Color #55423D in popluar number systems.

HEX55423D
Decimal856661
Binary10101011000010111101
Octal12510275

Shades and tints

Shades of #55423D

#55423D
(85,66,61)
#4E3C38
(78,60,56)
#473633
(71,54,51)
#40302E
(64,48,46)
#392A29
(57,42,41)
#322424
(50,36,36)
#2B1E1F
(43,30,31)
#24181A
(36,24,26)
#1D1215
(29,18,21)
#160C10
(22,12,16)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #55423D

#55423D
(85,66,61)
#64534E
(100,83,78)
#73645F
(115,100,95)
#827570
(130,117,112)
#918681
(145,134,129)
#A09792
(160,151,146)
#AFA8A3
(175,168,163)
#BEB9B4
(190,185,180)
#CDCAC5
(205,202,197)
#DCDBD6
(220,219,214)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55423D; }

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

This text font color is #55423D.


Background Color

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

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

This div background color is #55423D.


Border color

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

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

This div border color is #55423D.


Opacity

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

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

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

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

This text has shadow with #55423D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55423D on black background.


Color preview on white background

This text has color #55423D on white background.



Black color preview on #55423D background

This text has black color on #55423D background.


White color preview on #55423D background

This text has white color on #55423D background.