COLOR #55503A

HEX: #55503A RGB: (85,80,58)

Color info

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

RGB color model

#55503A color RGB value is (85,80,58).

RGB: (85,80,58) (33%, 31%, 23%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 58 of 255 = 23%

85
80
58

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

Portions of RGB colors in percentages

R + G + B = 85 + 80 + 58 = 223 (100%)
R 85 of 223 ~ 38.12%
G 80 of 223 ~ 35.87%
B 58 of 223 ~ 26.01'%

%38.12
%35.87
%26.01

CMYK color model

#55503A color CMYK value is (0,6,32,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 31.76%
  • key color value is 66.67%
CMYK: (0,6,32,67) C0M6Y32K67 (0%,6%,32%,67%) (0.00/0.06/0.32/0.67) 

CMYK percentages

%0
%5.88
%31.76
%66.67

Codes

Color #55503A in popluar color models

55 50 3A
RGB 85 80 58
HSL 49° 18.88% 28.04%
HSB/HSV 49° 31.76% 33.33%
CMYK 0.00% 5.88% 31.76%
66.67%

Color #55503A in popluar number systems.

HEX 55 50 3A
Decimal 85 80 58
Binary 1010101 1010000 111010
Octal 125 120 72

Shades and tints

Shades of #55503A

#55503A
(85,80,58)
#4E4935
(78,73,53)
#474230
(71,66,48)
#403B2B
(64,59,43)
#393426
(57,52,38)
#322D21
(50,45,33)
#2B261C
(43,38,28)
#241F17
(36,31,23)
#1D1812
(29,24,18)
#16110D
(22,17,13)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #55503A

#55503A
(85,80,58)
#645F4B
(100,95,75)
#736E5C
(115,110,92)
#827D6D
(130,125,109)
#918C7E
(145,140,126)
#A09B8F
(160,155,143)
#AFAAA0
(175,170,160)
#BEB9B1
(190,185,177)
#CDC8C2
(205,200,194)
#DCD7D3
(220,215,211)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55503A; }

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

This text font color is #55503A.

Background Color

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

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

This div background color is #55503A.

Border color

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

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

This div border color is #55503A.

Opacity

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

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

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

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

This text has shadow with #55503A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55503A.

Preview

Color preview on black background

This text has color #55503A on black background.


Color preview on white background

This text has color #55503A on white background.


Black color preview on #55503A background

This text has black color on #55503A background.


White color preview on #55503A background

This text has white color on #55503A background.


Related colors

Complementary color

Complementary color for #hex is #AAAFC5.


I love getcolorcode.com

Triadic colors

1 #3A5550 and #503A55 with #55503A are triadic colors.

2 #3A5055 and #50553A with #55503A are triadic colors.