COLOR #5A5853

HEX: #5A5853
RGB: (90,88,83)

Color info

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

RGB color model

#5A5853 color RGB value is (90,88,83).

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

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 83 of 255 = 33%

90
88
83

R + G + B ~ 34%. #5A5853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 83 = 261 (100%)
R 90 of 261 ~ 34.48%
G 88 of 261 ~ 33.72%
B 83 of 261 ~ 31.8%

%34.48
%33.72
%31.8

CMYK color model

#5A5853 color CMYK value is (0,2,8,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 7.78%
  • key color value is 64.71%
CMYK:
(0,2,8,65)
C0M2Y8K65 
(0%,2%,8%,65%)
(0.00/0.02/0.08/0.65)	

CMYK percentages

%0
%2.22
%7.78
%64.71

Codes

Color #5A5853 in popluar color models

5A5853
RGB908883
HSL43°4.05%33.92%
HSB/HSV43°7.78%35.29%
CMYK0.00%2.22%7.78%
64.71%

Color #5A5853 in popluar number systems.

HEX5A5853
Decimal908883
Binary101101010110001010011
Octal132130123

Shades and tints

Shades of #5A5853

#5A5853
(90,88,83)
#52504C
(82,80,76)
#4A4845
(74,72,69)
#42403E
(66,64,62)
#3A3837
(58,56,55)
#323030
(50,48,48)
#2A2829
(42,40,41)
#222022
(34,32,34)
#1A181B
(26,24,27)
#121014
(18,16,20)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #5A5853

#5A5853
(90,88,83)
#696762
(105,103,98)
#787671
(120,118,113)
#878580
(135,133,128)
#96948F
(150,148,143)
#A5A39E
(165,163,158)
#B4B2AD
(180,178,173)
#C3C1BC
(195,193,188)
#D2D0CB
(210,208,203)
#E1DFDA
(225,223,218)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5853; }

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

This text font color is #5A5853.


Background Color

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

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

This div background color is #5A5853.


Border color

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

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

This div border color is #5A5853.


Opacity

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

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

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

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

This text has shadow with #5A5853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5853 on black background.


Color preview on white background

This text has color #5A5853 on white background.



Black color preview on #5A5853 background

This text has black color on #5A5853 background.


White color preview on #5A5853 background

This text has white color on #5A5853 background.