COLOR #5A615E

HEX: #5A615E
RGB: (90,97,94)

Color info

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

RGB color model

#5A615E color RGB value is (90,97,94).

  • red value is 90;
  • green value is 97;
  • blue value is 94.
RGB:
(90,97,94)
(35%,38%,37%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 94 of 255 = 37%

90
97
94

R + G + B ~ 37%. #5A615E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 97 + 94 = 281 (100%)
R 90 of 281 ~ 32.03%
G 97 of 281 ~ 34.52%
B 94 of 281 ~ 33.45%

%32.03
%34.52
%33.45

CMYK color model

#5A615E color CMYK value is (7,0,3,62).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 61.96%
CMYK:
(7,0,3,62)
C7M0Y3K62 
(7%,0%,3%,62%)
(0.07/0.00/0.03/0.62)	

CMYK percentages

%7.22
%0
%3.09
%61.96

Codes

Color #5A615E in popluar color models

5A615E
RGB909794
HSL154°3.74%36.67%
HSB/HSV154°7.22%38.04%
CMYK7.22%0.00%3.09%
61.96%

Color #5A615E in popluar number systems.

HEX5A615E
Decimal909794
Binary101101011000011011110
Octal132141136

Shades and tints

Shades of #5A615E

#5A615E
(90,97,94)
#525956
(82,89,86)
#4A514E
(74,81,78)
#424946
(66,73,70)
#3A413E
(58,65,62)
#323936
(50,57,54)
#2A312E
(42,49,46)
#222926
(34,41,38)
#1A211E
(26,33,30)
#121916
(18,25,22)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5A615E

#5A615E
(90,97,94)
#696F6C
(105,111,108)
#787D7A
(120,125,122)
#878B88
(135,139,136)
#969996
(150,153,150)
#A5A7A4
(165,167,164)
#B4B5B2
(180,181,178)
#C3C3C0
(195,195,192)
#D2D1CE
(210,209,206)
#E1DFDC
(225,223,220)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A615E color. Also use rgb(90,97,94) instead hex code.

Text Font Color

.myTextColor { color: #5A615E; }

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

This text font color is #5A615E.


Background Color

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

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

This div background color is #5A615E.


Border color

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

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

This div border color is #5A615E.


Opacity

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

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

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

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

This text has shadow with #5A615E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A615E on black background.


Color preview on white background

This text has color #5A615E on white background.



Black color preview on #5A615E background

This text has black color on #5A615E background.


White color preview on #5A615E background

This text has white color on #5A615E background.