COLOR #555833

HEX: #555833 RGB: (85,88,51)

Color info

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

RGB color model

#555833 color RGB value is (85,88,51).

RGB: (85,88,51) (33%, 35%, 20%)

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 51 of 255 = 20%

85
88
51

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

Portions of RGB colors in percentages

R + G + B = 85 + 88 + 51 = 224 (100%)
R 85 of 224 ~ 37.95%
G 88 of 224 ~ 39.29%
B 51 of 224 ~ 22.77'%

%37.95
%39.29
%22.77

CMYK color model

#555833 color CMYK value is (3,0,42,65).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 65.49%

CMYK: (3,0,42,65)
C3M0Y42K65 (3%, 0%, 42%, 65%)
(0.03 / 0.00 / 0.42 / 0.65)

CMYK percentages

%3.41
%0
%42.05
%65.49

Codes

Color #555833 in popluar color models

55 58 33
RGB 85 88 51
HSL 65° 26.62% 27.25%
HSB/HSV 65° 42.05% 34.51%
CMYK 3.41% 0.00% 42.05%
65.49%

Color #555833 in popluar number systems.

HEX 55 58 33
Decimal 85 88 51
Binary 1010101 1011000 110011
Octal 125 130 63

Shades and tints

Shades of #555833

#555833
(85,88,51)
#4E502F
(78,80,47)
#47482B
(71,72,43)
#404027
(64,64,39)
#393823
(57,56,35)
#32301F
(50,48,31)
#2B281B
(43,40,27)
#242017
(36,32,23)
#1D1813
(29,24,19)
#16100F
(22,16,15)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #555833

#555833
(85,88,51)
#646745
(100,103,69)
#737657
(115,118,87)
#828569
(130,133,105)
#91947B
(145,148,123)
#A0A38D
(160,163,141)
#AFB29F
(175,178,159)
#BEC1B1
(190,193,177)
#CDD0C3
(205,208,195)
#DCDFD5
(220,223,213)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555833; }

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

This text font color is #555833.

Background Color

.myBgColor { background-color: #555833; }

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

This div background color is #555833.

Border color

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

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

This div border color is #555833.

Opacity

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

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

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

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

This text has shadow with #555833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555833.

Preview

Color preview on black background

This text has color #555833 on black background.


Color preview on white background

This text has color #555833 on white background.


Black color preview on #555833 background

This text has black color on #555833 background.


White color preview on #555833 background

This text has white color on #555833 background.


Related colors

Complementary color

Complementary color for #hex is #AAA7CC.


I love getcolorcode.com

Triadic colors

1 #335558 and #583355 with #555833 are triadic colors.

2 #335855 and #585533 with #555833 are triadic colors.