COLOR #555933

HEX: #555933
RGB: (85,89,51)

Color info

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

RGB color model

#555933 color RGB value is (85,89,51).

  • red value is 85;
  • green value is 89;
  • blue value is 51.
RGB:
(85,89,51)
(33%,35%,20%)

RGB channels and saturation

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

85
89
51

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

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 51 = 225 (100%)
R 85 of 225 ~ 37.78%
G 89 of 225 ~ 39.56%
B 51 of 225 ~ 22.67%

%37.78
%39.56
%22.67

CMYK color model

#555933 color CMYK value is (4,0,43,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 42.70%
  • key color value is 65.10%
CMYK:
(4,0,43,65)
C4M0Y43K65 
(4%,0%,43%,65%)
(0.04/0.00/0.43/0.65)	

CMYK percentages

%4.49
%0
%42.7
%65.1

Codes

Color #555933 in popluar color models

555933
RGB858951
HSL66°27.14%27.45%
HSB/HSV66°42.70%34.90%
CMYK4.49%0.00%42.70%
65.10%

Color #555933 in popluar number systems.

HEX555933
Decimal858951
Binary10101011011001110011
Octal12513163

Shades and tints

Shades of #555933

#555933
(85,89,51)
#4E512F
(78,81,47)
#47492B
(71,73,43)
#404127
(64,65,39)
#393923
(57,57,35)
#32311F
(50,49,31)
#2B291B
(43,41,27)
#242117
(36,33,23)
#1D1913
(29,25,19)
#16110F
(22,17,15)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #555933

#555933
(85,89,51)
#646845
(100,104,69)
#737757
(115,119,87)
#828669
(130,134,105)
#91957B
(145,149,123)
#A0A48D
(160,164,141)
#AFB39F
(175,179,159)
#BEC2B1
(190,194,177)
#CDD1C3
(205,209,195)
#DCE0D5
(220,224,213)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555933; }

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

This text font color is #555933.


Background Color

.myBgColor { background-color: #555933; }

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

This div background color is #555933.


Border color

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

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

This div border color is #555933.


Opacity

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

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

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

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

This text has shadow with #555933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555933 on black background.


Color preview on white background

This text has color #555933 on white background.



Black color preview on #555933 background

This text has black color on #555933 background.


White color preview on #555933 background

This text has white color on #555933 background.