COLOR #555003

HEX: #555003 RGB: (85,80,3)

Color info

#555003 contains mainly red and green colors. Web safe color of #555003 is #666600 (or #660).

RGB color model

#555003 color RGB value is (85,80,3).

RGB: (85,80,3) (33%, 31%, 1%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 3 of 255 = 1%

85
80
3

R + G + B ~ 22%. #555003 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 80 + 3 = 168 (100%)
R 85 of 168 ~ 50.6%
G 80 of 168 ~ 47.62%
B 3 of 168 ~ 1.79'%

%50.6
%47.62

CMYK color model

#555003 color CMYK value is (0,6,96,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 96.47%
  • key color value is 66.67%

CMYK: (0,6,96,67)
C0M6Y96K67 (0%, 6%, 96%, 67%)
(0.00 / 0.06 / 0.96 / 0.67)

CMYK percentages

%0
%5.88
%96.47
%66.67

Codes

Color #555003 in popluar color models

55 50 03
RGB 85 80 3
HSL 56° 93.18% 17.25%
HSB/HSV 56° 96.47% 33.33%
CMYK 0.00% 5.88% 96.47%
66.67%

Color #555003 in popluar number systems.

HEX 55 50 03
Decimal 85 80 3
Binary 1010101 1010000 11
Octal 125 120 3

Shades and tints

Shades of #555003

#555003
(85,80,3)
#4E4903
(78,73,3)
#474203
(71,66,3)
#403B03
(64,59,3)
#393403
(57,52,3)
#322D03
(50,45,3)
#2B2603
(43,38,3)
#241F03
(36,31,3)
#1D1803
(29,24,3)
#161103
(22,17,3)
#0F0A03
(15,10,3)
#000000
(0,0,0)

Tints of #555003

#555003
(85,80,3)
#645F19
(100,95,25)
#736E2F
(115,110,47)
#827D45
(130,125,69)
#918C5B
(145,140,91)
#A09B71
(160,155,113)
#AFAA87
(175,170,135)
#BEB99D
(190,185,157)
#CDC8B3
(205,200,179)
#DCD7C9
(220,215,201)
#EBE6DF
(235,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555003; }

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

This text font color is #555003.

Background Color

.myBgColor { background-color: #555003; }

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

This div background color is #555003.

Border color

.myBorderColor { border: 1px solid #555003; }

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

This div border color is #555003.

Opacity

.myOpacity80 { color: #555003; opacity: 0.8; }

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

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

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

This text has shadow with #555003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555003.

Preview

Color preview on black background

This text has color #555003 on black background.


Color preview on white background

This text has color #555003 on white background.


Black color preview on #555003 background

This text has black color on #555003 background.


White color preview on #555003 background

This text has white color on #555003 background.


Related colors

Complementary color

Complementary color for #hex is #AAAFFC.


I love getcolorcode.com

Triadic colors

1 #035550 and #500355 with #555003 are triadic colors.

2 #035055 and #505503 with #555003 are triadic colors.