COLOR #5A655B

HEX: #5A655B
RGB: (90,101,91)

Color info

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

RGB color model

#5A655B color RGB value is (90,101,91).

  • red value is 90;
  • green value is 101;
  • blue value is 91.
RGB:
(90,101,91)
(35%,40%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 101 of 255 = 40%
B 91 of 255 = 36%

90
101
91

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

Portions of RGB colors in percentages

R + G + B =
90 + 101 + 91 = 282 (100%)
R 90 of 282 ~ 31.91%
G 101 of 282 ~ 35.82%
B 91 of 282 ~ 32.27%

%31.91
%35.82
%32.27

CMYK color model

#5A655B color CMYK value is (11,0,10,60).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 60.39%
CMYK:
(11,0,10,60)
C11M0Y10K60 
(11%,0%,10%,60%)
(0.11/0.00/0.10/0.60)	

CMYK percentages

%10.89
%0
%9.9
%60.39

Codes

Color #5A655B in popluar color models

5A655B
RGB9010191
HSL125°5.76%37.45%
HSB/HSV125°10.89%39.61%
CMYK10.89%0.00%9.90%
60.39%

Color #5A655B in popluar number systems.

HEX5A655B
Decimal9010191
Binary101101011001011011011
Octal132145133

Shades and tints

Shades of #5A655B

#5A655B
(90,101,91)
#525C53
(82,92,83)
#4A534B
(74,83,75)
#424A43
(66,74,67)
#3A413B
(58,65,59)
#323833
(50,56,51)
#2A2F2B
(42,47,43)
#222623
(34,38,35)
#1A1D1B
(26,29,27)
#121413
(18,20,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #5A655B

#5A655B
(90,101,91)
#697369
(105,115,105)
#788177
(120,129,119)
#878F85
(135,143,133)
#969D93
(150,157,147)
#A5ABA1
(165,171,161)
#B4B9AF
(180,185,175)
#C3C7BD
(195,199,189)
#D2D5CB
(210,213,203)
#E1E3D9
(225,227,217)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A655B; }

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

This text font color is #5A655B.


Background Color

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

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

This div background color is #5A655B.


Border color

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

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

This div border color is #5A655B.


Opacity

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

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

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

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

This text has shadow with #5A655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A655B on black background.


Color preview on white background

This text has color #5A655B on white background.



Black color preview on #5A655B background

This text has black color on #5A655B background.


White color preview on #5A655B background

This text has white color on #5A655B background.