COLOR #5A6351

HEX: #5A6351 RGB: (90,99,81)

Color info

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

RGB color model

#5A6351 color RGB value is (90,99,81).

RGB: (90,99,81) (35%, 39%, 32%)

RGB channels and saturation

R 90 of 255 = 35%
G 99 of 255 = 39%
B 81 of 255 = 32%

90
99
81

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

Portions of RGB colors in percentages

R + G + B = 90 + 99 + 81 = 270 (100%)
R 90 of 270 ~ 33.33%
G 99 of 270 ~ 36.67%
B 81 of 270 ~ 30'%

%33.33
%36.67
%30

CMYK color model

#5A6351 color CMYK value is (9,0,18,61).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK: (9,0,18,61) C9M0Y18K61 (9%,0%,18%,61%) (0.09/0.00/0.18/0.61) 

CMYK percentages

%9.09
%0
%18.18
%61.18

Codes

Color #5A6351 in popluar color models

5A 63 51
RGB 90 99 81
HSL 90° 10.00% 35.29%
HSB/HSV 90° 18.18% 38.82%
CMYK 9.09% 0.00% 18.18%
61.18%

Color #5A6351 in popluar number systems.

HEX 5A 63 51
Decimal 90 99 81
Binary 1011010 1100011 1010001
Octal 132 143 121

Shades and tints

Shades of #5A6351

#5A6351
(90,99,81)
#525A4A
(82,90,74)
#4A5143
(74,81,67)
#42483C
(66,72,60)
#3A3F35
(58,63,53)
#32362E
(50,54,46)
#2A2D27
(42,45,39)
#222420
(34,36,32)
#1A1B19
(26,27,25)
#121212
(18,18,18)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #5A6351

#5A6351
(90,99,81)
#697160
(105,113,96)
#787F6F
(120,127,111)
#878D7E
(135,141,126)
#969B8D
(150,155,141)
#A5A99C
(165,169,156)
#B4B7AB
(180,183,171)
#C3C5BA
(195,197,186)
#D2D3C9
(210,211,201)
#E1E1D8
(225,225,216)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6351; }

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

This text font color is #5A6351.

Background Color

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

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

This div background color is #5A6351.

Border color

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

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

This div border color is #5A6351.

Opacity

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

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

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

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

This text has shadow with #5A6351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6351.

Preview

Color preview on black background

This text has color #5A6351 on black background.


Color preview on white background

This text has color #5A6351 on white background.


Black color preview on #5A6351 background

This text has black color on #5A6351 background.


White color preview on #5A6351 background

This text has white color on #5A6351 background.


Related colors

Complementary color

Complementary color for #hex is #A59CAE.


I love getcolorcode.com

Triadic colors

1 #515A63 and #63515A with #5A6351 are triadic colors.

2 #51635A and #635A51 with #5A6351 are triadic colors.