COLOR #555830

HEX: #555830
RGB: (85,88,48)

Color info

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

RGB color model

#555830 color RGB value is (85,88,48).

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

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 48 of 255 = 19%

85
88
48

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

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 48 = 221 (100%)
R 85 of 221 ~ 38.46%
G 88 of 221 ~ 39.82%
B 48 of 221 ~ 21.72%

%38.46
%39.82
%21.72

CMYK color model

#555830 color CMYK value is (3,0,45,65).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 65.49%
CMYK:
(3,0,45,65)
C3M0Y45K65 
(3%,0%,45%,65%)
(0.03/0.00/0.45/0.65)	

CMYK percentages

%3.41
%0
%45.45
%65.49

Codes

Color #555830 in popluar color models

555830
RGB858848
HSL65°29.41%26.67%
HSB/HSV65°45.45%34.51%
CMYK3.41%0.00%45.45%
65.49%

Color #555830 in popluar number systems.

HEX555830
Decimal858848
Binary10101011011000110000
Octal12513060

Shades and tints

Shades of #555830

#555830
(85,88,48)
#4E502C
(78,80,44)
#474828
(71,72,40)
#404024
(64,64,36)
#393820
(57,56,32)
#32301C
(50,48,28)
#2B2818
(43,40,24)
#242014
(36,32,20)
#1D1810
(29,24,16)
#16100C
(22,16,12)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #555830

#555830
(85,88,48)
#646742
(100,103,66)
#737654
(115,118,84)
#828566
(130,133,102)
#919478
(145,148,120)
#A0A38A
(160,163,138)
#AFB29C
(175,178,156)
#BEC1AE
(190,193,174)
#CDD0C0
(205,208,192)
#DCDFD2
(220,223,210)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555830; }

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

This text font color is #555830.


Background Color

.myBgColor { background-color: #555830; }

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

This div background color is #555830.


Border color

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

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

This div border color is #555830.


Opacity

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

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

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

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

This text has shadow with #555830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555830 on black background.


Color preview on white background

This text has color #555830 on white background.



Black color preview on #555830 background

This text has black color on #555830 background.


White color preview on #555830 background

This text has white color on #555830 background.