COLOR #555333

HEX: #555333 RGB: (85,83,51)

Color info

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

RGB color model

#555333 color RGB value is (85,83,51).

RGB: (85,83,51) (33%, 33%, 20%)

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 51 of 255 = 20%

85
83
51

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

Portions of RGB colors in percentages

R + G + B = 85 + 83 + 51 = 219 (100%)
R 85 of 219 ~ 38.81%
G 83 of 219 ~ 37.9%
B 51 of 219 ~ 23.29'%

%38.81
%37.9
%23.29

CMYK color model

#555333 color CMYK value is (0,2,40,67).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 40.00%
  • key color value is 66.67%
CMYK: (0,2,40,67) C0M2Y40K67 (0%,2%,40%,67%) (0.00/0.02/0.40/0.67) 

CMYK percentages

%0
%2.35
%40
%66.67

Codes

Color #555333 in popluar color models

55 53 33
RGB 85 83 51
HSL 56° 25.00% 26.67%
HSB/HSV 56° 40.00% 33.33%
CMYK 0.00% 2.35% 40.00%
66.67%

Color #555333 in popluar number systems.

HEX 55 53 33
Decimal 85 83 51
Binary 1010101 1010011 110011
Octal 125 123 63

Shades and tints

Shades of #555333

#555333
(85,83,51)
#4E4C2F
(78,76,47)
#47452B
(71,69,43)
#403E27
(64,62,39)
#393723
(57,55,35)
#32301F
(50,48,31)
#2B291B
(43,41,27)
#242217
(36,34,23)
#1D1B13
(29,27,19)
#16140F
(22,20,15)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #555333

#555333
(85,83,51)
#646245
(100,98,69)
#737157
(115,113,87)
#828069
(130,128,105)
#918F7B
(145,143,123)
#A09E8D
(160,158,141)
#AFAD9F
(175,173,159)
#BEBCB1
(190,188,177)
#CDCBC3
(205,203,195)
#DCDAD5
(220,218,213)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555333 color. Also use rgb(85,83,51) instead hex code.

Text Font Color

.myTextColor { color: #555333; }

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

This text font color is #555333.

Background Color

.myBgColor { background-color: #555333; }

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

This div background color is #555333.

Border color

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

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

This div border color is #555333.

Opacity

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

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

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

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

This text has shadow with #555333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555333.

Preview

Color preview on black background

This text has color #555333 on black background.


Color preview on white background

This text has color #555333 on white background.


Black color preview on #555333 background

This text has black color on #555333 background.


White color preview on #555333 background

This text has white color on #555333 background.


Related colors

Complementary color

Complementary color for #hex is #AAACCC.


I love getcolorcode.com

Triadic colors

1 #335553 and #533355 with #555333 are triadic colors.

2 #335355 and #535533 with #555333 are triadic colors.