COLOR #55423C

HEX: #55423C
RGB: (85,66,60)

Color info

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

RGB color model

#55423C color RGB value is (85,66,60).

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

RGB channels and saturation

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

85
66
60

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

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 60 = 211 (100%)
R 85 of 211 ~ 40.28%
G 66 of 211 ~ 31.28%
B 60 of 211 ~ 28.44%

%40.28
%31.28
%28.44

CMYK color model

#55423C color CMYK value is (0,22,29,67).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 29.41%
  • key color value is 66.67%
CMYK:
(0,22,29,67)
C0M22Y29K67 
(0%,22%,29%,67%)
(0.00/0.22/0.29/0.67)	

CMYK percentages

%0
%22.35
%29.41
%66.67

Codes

Color #55423C in popluar color models

55423C
RGB856660
HSL14°17.24%28.43%
HSB/HSV14°29.41%33.33%
CMYK0.00%22.35%29.41%
66.67%

Color #55423C in popluar number systems.

HEX55423C
Decimal856660
Binary10101011000010111100
Octal12510274

Shades and tints

Shades of #55423C

#55423C
(85,66,60)
#4E3C37
(78,60,55)
#473632
(71,54,50)
#40302D
(64,48,45)
#392A28
(57,42,40)
#322423
(50,36,35)
#2B1E1E
(43,30,30)
#241819
(36,24,25)
#1D1214
(29,18,20)
#160C0F
(22,12,15)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #55423C

#55423C
(85,66,60)
#64534D
(100,83,77)
#73645E
(115,100,94)
#82756F
(130,117,111)
#918680
(145,134,128)
#A09791
(160,151,145)
#AFA8A2
(175,168,162)
#BEB9B3
(190,185,179)
#CDCAC4
(205,202,196)
#DCDBD5
(220,219,213)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55423C; }

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

This text font color is #55423C.


Background Color

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

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

This div background color is #55423C.


Border color

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

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

This div border color is #55423C.


Opacity

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

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

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

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

This text has shadow with #55423C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55423C on black background.


Color preview on white background

This text has color #55423C on white background.



Black color preview on #55423C background

This text has black color on #55423C background.


White color preview on #55423C background

This text has white color on #55423C background.