COLOR #55483D

HEX: #55483D
RGB: (85,72,61)

Color info

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

RGB color model

#55483D color RGB value is (85,72,61).

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

RGB channels and saturation

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

85
72
61

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 61 = 218 (100%)
R 85 of 218 ~ 38.99%
G 72 of 218 ~ 33.03%
B 61 of 218 ~ 27.98%

%38.99
%33.03
%27.98

CMYK color model

#55483D color CMYK value is (0,15,28,67).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(0,15,28,67)
C0M15Y28K67 
(0%,15%,28%,67%)
(0.00/0.15/0.28/0.67)	

CMYK percentages

%0
%15.29
%28.24
%66.67

Codes

Color #55483D in popluar color models

55483D
RGB857261
HSL28°16.44%28.63%
HSB/HSV28°28.24%33.33%
CMYK0.00%15.29%28.24%
66.67%

Color #55483D in popluar number systems.

HEX55483D
Decimal857261
Binary10101011001000111101
Octal12511075

Shades and tints

Shades of #55483D

#55483D
(85,72,61)
#4E4238
(78,66,56)
#473C33
(71,60,51)
#40362E
(64,54,46)
#393029
(57,48,41)
#322A24
(50,42,36)
#2B241F
(43,36,31)
#241E1A
(36,30,26)
#1D1815
(29,24,21)
#161210
(22,18,16)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #55483D

#55483D
(85,72,61)
#64584E
(100,88,78)
#73685F
(115,104,95)
#827870
(130,120,112)
#918881
(145,136,129)
#A09892
(160,152,146)
#AFA8A3
(175,168,163)
#BEB8B4
(190,184,180)
#CDC8C5
(205,200,197)
#DCD8D6
(220,216,214)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55483D; }

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

This text font color is #55483D.


Background Color

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

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

This div background color is #55483D.


Border color

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

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

This div border color is #55483D.


Opacity

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

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

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

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

This text has shadow with #55483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55483D on black background.


Color preview on white background

This text has color #55483D on white background.



Black color preview on #55483D background

This text has black color on #55483D background.


White color preview on #55483D background

This text has white color on #55483D background.