COLOR #555831

HEX: #555831
RGB: (85,88,49)

Color info

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

RGB color model

#555831 color RGB value is (85,88,49).

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

RGB channels and saturation

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

85
88
49

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

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 49 = 222 (100%)
R 85 of 222 ~ 38.29%
G 88 of 222 ~ 39.64%
B 49 of 222 ~ 22.07%

%38.29
%39.64
%22.07

CMYK color model

#555831 color CMYK value is (3,0,44,65).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 44.32%
  • key color value is 65.49%
CMYK:
(3,0,44,65)
C3M0Y44K65 
(3%,0%,44%,65%)
(0.03/0.00/0.44/0.65)	

CMYK percentages

%3.41
%0
%44.32
%65.49

Codes

Color #555831 in popluar color models

555831
RGB858849
HSL65°28.47%26.86%
HSB/HSV65°44.32%34.51%
CMYK3.41%0.00%44.32%
65.49%

Color #555831 in popluar number systems.

HEX555831
Decimal858849
Binary10101011011000110001
Octal12513061

Shades and tints

Shades of #555831

#555831
(85,88,49)
#4E502D
(78,80,45)
#474829
(71,72,41)
#404025
(64,64,37)
#393821
(57,56,33)
#32301D
(50,48,29)
#2B2819
(43,40,25)
#242015
(36,32,21)
#1D1811
(29,24,17)
#16100D
(22,16,13)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #555831

#555831
(85,88,49)
#646743
(100,103,67)
#737655
(115,118,85)
#828567
(130,133,103)
#919479
(145,148,121)
#A0A38B
(160,163,139)
#AFB29D
(175,178,157)
#BEC1AF
(190,193,175)
#CDD0C1
(205,208,193)
#DCDFD3
(220,223,211)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555831; }

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

This text font color is #555831.


Background Color

.myBgColor { background-color: #555831; }

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

This div background color is #555831.


Border color

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

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

This div border color is #555831.


Opacity

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

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

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

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

This text has shadow with #555831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555831 on black background.


Color preview on white background

This text has color #555831 on white background.



Black color preview on #555831 background

This text has black color on #555831 background.


White color preview on #555831 background

This text has white color on #555831 background.