COLOR #5A615A

HEX: #5A615A
RGB: (90,97,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
97
90

R + G + B ~ 36%. #5A615A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 97 + 90 = 277 (100%)
R 90 of 277 ~ 32.49%
G 97 of 277 ~ 35.02%
B 90 of 277 ~ 32.49%

%32.49
%35.02
%32.49

CMYK color model

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

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

CMYK percentages

%7.22
%0
%7.22
%61.96

Codes

Color #5A615A in popluar color models

5A615A
RGB909790
HSL120°3.74%36.67%
HSB/HSV120°7.22%38.04%
CMYK7.22%0.00%7.22%
61.96%

Color #5A615A in popluar number systems.

HEX5A615A
Decimal909790
Binary101101011000011011010
Octal132141132

Shades and tints

Shades of #5A615A

#5A615A
(90,97,90)
#525952
(82,89,82)
#4A514A
(74,81,74)
#424942
(66,73,66)
#3A413A
(58,65,58)
#323932
(50,57,50)
#2A312A
(42,49,42)
#222922
(34,41,34)
#1A211A
(26,33,26)
#121912
(18,25,18)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #5A615A

#5A615A
(90,97,90)
#696F69
(105,111,105)
#787D78
(120,125,120)
#878B87
(135,139,135)
#969996
(150,153,150)
#A5A7A5
(165,167,165)
#B4B5B4
(180,181,180)
#C3C3C3
(195,195,195)
#D2D1D2
(210,209,210)
#E1DFE1
(225,223,225)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A615A; }

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

This text font color is #5A615A.


Background Color

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

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

This div background color is #5A615A.


Border color

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

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

This div border color is #5A615A.


Opacity

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

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

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

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

This text has shadow with #5A615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A615A on black background.


Color preview on white background

This text has color #5A615A on white background.



Black color preview on #5A615A background

This text has black color on #5A615A background.


White color preview on #5A615A background

This text has white color on #5A615A background.