COLOR #5B5853

HEX: #5B5853
RGB: (91,88,83)

Color info

#5B5853 contains red, green and blue colors in about the same proportion. Web safe color of #5B5853 is #666666 (or #666).

RGB color model

#5B5853 color RGB value is (91,88,83).

  • red value is 91;
  • green value is 88;
  • blue value is 83.
RGB:
(91,88,83)
(36%,35%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 83 of 255 = 33%

91
88
83

R + G + B ~ 35%. #5B5853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 83 = 262 (100%)
R 91 of 262 ~ 34.73%
G 88 of 262 ~ 33.59%
B 83 of 262 ~ 31.68%

%34.73
%33.59
%31.68

CMYK color model

#5B5853 color CMYK value is (0,3,9,64).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(0,3,9,64)
C0M3Y9K64 
(0%,3%,9%,64%)
(0.00/0.03/0.09/0.64)	

CMYK percentages

%0
%3.3
%8.79
%64.31

Codes

Color #5B5853 in popluar color models

5B5853
RGB918883
HSL38°4.60%34.12%
HSB/HSV38°8.79%35.69%
CMYK0.00%3.30%8.79%
64.31%

Color #5B5853 in popluar number systems.

HEX5B5853
Decimal918883
Binary101101110110001010011
Octal133130123

Shades and tints

Shades of #5B5853

#5B5853
(91,88,83)
#53504C
(83,80,76)
#4B4845
(75,72,69)
#43403E
(67,64,62)
#3B3837
(59,56,55)
#333030
(51,48,48)
#2B2829
(43,40,41)
#232022
(35,32,34)
#1B181B
(27,24,27)
#131014
(19,16,20)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #5B5853

#5B5853
(91,88,83)
#696762
(105,103,98)
#777671
(119,118,113)
#858580
(133,133,128)
#93948F
(147,148,143)
#A1A39E
(161,163,158)
#AFB2AD
(175,178,173)
#BDC1BC
(189,193,188)
#CBD0CB
(203,208,203)
#D9DFDA
(217,223,218)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5853 color. Also use rgb(91,88,83) instead hex code.

Text Font Color

.myTextColor { color: #5B5853; }

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

This text font color is #5B5853.


Background Color

.myBgColor { background-color: #5B5853; }

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

This div background color is #5B5853.


Border color

.myBorderColor { border: 1px solid #5B5853; }

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

This div border color is #5B5853.


Opacity

.myOpacity80 { color: #5B5853; opacity: 0.8; }

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

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

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

This text has shadow with #5B5853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5853 on black background.


Color preview on white background

This text has color #5B5853 on white background.



Black color preview on #5B5853 background

This text has black color on #5B5853 background.


White color preview on #5B5853 background

This text has white color on #5B5853 background.