COLOR #55483C

HEX: #55483C
RGB: (85,72,60)

Color info

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

RGB color model

#55483C color RGB value is (85,72,60).

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

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 60 of 255 = 24%

85
72
60

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 60 = 217 (100%)
R 85 of 217 ~ 39.17%
G 72 of 217 ~ 33.18%
B 60 of 217 ~ 27.65%

%39.17
%33.18
%27.65

CMYK color model

#55483C color CMYK value is (0,15,29,67).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 29.41%
  • key color value is 66.67%
CMYK:
(0,15,29,67)
C0M15Y29K67 
(0%,15%,29%,67%)
(0.00/0.15/0.29/0.67)	

CMYK percentages

%0
%15.29
%29.41
%66.67

Codes

Color #55483C in popluar color models

55483C
RGB857260
HSL29°17.24%28.43%
HSB/HSV29°29.41%33.33%
CMYK0.00%15.29%29.41%
66.67%

Color #55483C in popluar number systems.

HEX55483C
Decimal857260
Binary10101011001000111100
Octal12511074

Shades and tints

Shades of #55483C

#55483C
(85,72,60)
#4E4237
(78,66,55)
#473C32
(71,60,50)
#40362D
(64,54,45)
#393028
(57,48,40)
#322A23
(50,42,35)
#2B241E
(43,36,30)
#241E19
(36,30,25)
#1D1814
(29,24,20)
#16120F
(22,18,15)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #55483C

#55483C
(85,72,60)
#64584D
(100,88,77)
#73685E
(115,104,94)
#82786F
(130,120,111)
#918880
(145,136,128)
#A09891
(160,152,145)
#AFA8A2
(175,168,162)
#BEB8B3
(190,184,179)
#CDC8C4
(205,200,196)
#DCD8D5
(220,216,213)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55483C; }

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

This text font color is #55483C.


Background Color

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

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

This div background color is #55483C.


Border color

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

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

This div border color is #55483C.


Opacity

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

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

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

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

This text has shadow with #55483C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55483C on black background.


Color preview on white background

This text has color #55483C on white background.



Black color preview on #55483C background

This text has black color on #55483C background.


White color preview on #55483C background

This text has white color on #55483C background.