COLOR #5A6653

HEX: #5A6653 RGB: (90,102,83)

Color info

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

RGB color model

#5A6653 color RGB value is (90,102,83).

RGB: (90,102,83) (35%, 40%, 33%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 83 of 255 = 33%

90
102
83

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

Portions of RGB colors in percentages

R + G + B = 90 + 102 + 83 = 275 (100%)
R 90 of 275 ~ 32.73%
G 102 of 275 ~ 37.09%
B 83 of 275 ~ 30.18'%

%32.73
%37.09
%30.18

CMYK color model

#5A6653 color CMYK value is (12,0,19,60).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 60.00%

CMYK: (12,0,19,60)
C12M0Y19K60 (12%, 0%, 19%, 60%)
(0.12 / 0.00 / 0.19 / 0.60)

CMYK percentages

%11.76
%0
%18.63
%60

Codes

Color #5A6653 in popluar color models

5A 66 53
RGB 90 102 83
HSL 98° 10.27% 36.27%
HSB/HSV 98° 18.63% 40.00%
CMYK 11.76% 0.00% 18.63%
60.00%

Color #5A6653 in popluar number systems.

HEX 5A 66 53
Decimal 90 102 83
Binary 1011010 1100110 1010011
Octal 132 146 123

Shades and tints

Shades of #5A6653

#5A6653
(90,102,83)
#525D4C
(82,93,76)
#4A5445
(74,84,69)
#424B3E
(66,75,62)
#3A4237
(58,66,55)
#323930
(50,57,48)
#2A3029
(42,48,41)
#222722
(34,39,34)
#1A1E1B
(26,30,27)
#121514
(18,21,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A6653

#5A6653
(90,102,83)
#697362
(105,115,98)
#788071
(120,128,113)
#878D80
(135,141,128)
#969A8F
(150,154,143)
#A5A79E
(165,167,158)
#B4B4AD
(180,180,173)
#C3C1BC
(195,193,188)
#D2CECB
(210,206,203)
#E1DBDA
(225,219,218)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6653; }

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

This text font color is #5A6653.

Background Color

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

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

This div background color is #5A6653.

Border color

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

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

This div border color is #5A6653.

Opacity

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

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

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

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

This text has shadow with #5A6653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6653.

Preview

Color preview on black background

This text has color #5A6653 on black background.


Color preview on white background

This text has color #5A6653 on white background.


Black color preview on #5A6653 background

This text has black color on #5A6653 background.


White color preview on #5A6653 background

This text has white color on #5A6653 background.


Related colors

Complementary color

Complementary color for #hex is #A599AC.


I love getcolorcode.com

Triadic colors

1 #535A66 and #66535A with #5A6653 are triadic colors.

2 #53665A and #665A53 with #5A6653 are triadic colors.