COLOR #555B30

HEX: #555B30
RGB: (85,91,48)

Color info

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

RGB color model

#555B30 color RGB value is (85,91,48).

  • red value is 85;
  • green value is 91;
  • blue value is 48.
RGB:
(85,91,48)
(33%,36%,19%)

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 48 of 255 = 19%

85
91
48

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

Portions of RGB colors in percentages

R + G + B =
85 + 91 + 48 = 224 (100%)
R 85 of 224 ~ 37.95%
G 91 of 224 ~ 40.63%
B 48 of 224 ~ 21.43%

%37.95
%40.63
%21.43

CMYK color model

#555B30 color CMYK value is (7,0,47,64).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 47.25%
  • key color value is 64.31%
CMYK:
(7,0,47,64)
C7M0Y47K64 
(7%,0%,47%,64%)
(0.07/0.00/0.47/0.64)	

CMYK percentages

%6.59
%0
%47.25
%64.31

Codes

Color #555B30 in popluar color models

555B30
RGB859148
HSL68°30.94%27.25%
HSB/HSV68°47.25%35.69%
CMYK6.59%0.00%47.25%
64.31%

Color #555B30 in popluar number systems.

HEX555B30
Decimal859148
Binary10101011011011110000
Octal12513360

Shades and tints

Shades of #555B30

#555B30
(85,91,48)
#4E532C
(78,83,44)
#474B28
(71,75,40)
#404324
(64,67,36)
#393B20
(57,59,32)
#32331C
(50,51,28)
#2B2B18
(43,43,24)
#242314
(36,35,20)
#1D1B10
(29,27,16)
#16130C
(22,19,12)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #555B30

#555B30
(85,91,48)
#646942
(100,105,66)
#737754
(115,119,84)
#828566
(130,133,102)
#919378
(145,147,120)
#A0A18A
(160,161,138)
#AFAF9C
(175,175,156)
#BEBDAE
(190,189,174)
#CDCBC0
(205,203,192)
#DCD9D2
(220,217,210)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555B30 color. Also use rgb(85,91,48) instead hex code.

Text Font Color

.myTextColor { color: #555B30; }

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

This text font color is #555B30.


Background Color

.myBgColor { background-color: #555B30; }

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

This div background color is #555B30.


Border color

.myBorderColor { border: 1px solid #555B30; }

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

This div border color is #555B30.


Opacity

.myOpacity80 { color: #555B30; opacity: 0.8; }

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

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

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

This text has shadow with #555B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555B30 on black background.


Color preview on white background

This text has color #555B30 on white background.



Black color preview on #555B30 background

This text has black color on #555B30 background.


White color preview on #555B30 background

This text has white color on #555B30 background.