COLOR #55503D

HEX: #55503D
RGB: (85,80,61)

Color info

#55503D contains red, green and blue colors in about the same proportion. Web safe color of #55503D is #666633 (or #663).

RGB color model

#55503D color RGB value is (85,80,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 61 of 255 = 24%

85
80
61

R + G + B ~ 29%. #55503D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 61 = 226 (100%)
R 85 of 226 ~ 37.61%
G 80 of 226 ~ 35.4%
B 61 of 226 ~ 26.99%

%37.61
%35.4
%26.99

CMYK color model

#55503D color CMYK value is (0,6,28,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(0,6,28,67)
C0M6Y28K67 
(0%,6%,28%,67%)
(0.00/0.06/0.28/0.67)	

CMYK percentages

%0
%5.88
%28.24
%66.67

Codes

Color #55503D in popluar color models

55503D
RGB858061
HSL48°16.44%28.63%
HSB/HSV48°28.24%33.33%
CMYK0.00%5.88%28.24%
66.67%

Color #55503D in popluar number systems.

HEX55503D
Decimal858061
Binary10101011010000111101
Octal12512075

Shades and tints

Shades of #55503D

#55503D
(85,80,61)
#4E4938
(78,73,56)
#474233
(71,66,51)
#403B2E
(64,59,46)
#393429
(57,52,41)
#322D24
(50,45,36)
#2B261F
(43,38,31)
#241F1A
(36,31,26)
#1D1815
(29,24,21)
#161110
(22,17,16)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #55503D

#55503D
(85,80,61)
#645F4E
(100,95,78)
#736E5F
(115,110,95)
#827D70
(130,125,112)
#918C81
(145,140,129)
#A09B92
(160,155,146)
#AFAAA3
(175,170,163)
#BEB9B4
(190,185,180)
#CDC8C5
(205,200,197)
#DCD7D6
(220,215,214)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55503D; }

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

This text font color is #55503D.


Background Color

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

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

This div background color is #55503D.


Border color

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

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

This div border color is #55503D.


Opacity

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

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

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

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

This text has shadow with #55503D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55503D on black background.


Color preview on white background

This text has color #55503D on white background.



Black color preview on #55503D background

This text has black color on #55503D background.


White color preview on #55503D background

This text has white color on #55503D background.