COLOR #5A662B

HEX: #5A662B
RGB: (90,102,43)

Color info

#5A662B contains red, green and blue colors in about the same proportion. Web safe color of #5A662B is #666633 (or #663).

RGB color model

#5A662B color RGB value is (90,102,43).

  • red value is 90;
  • green value is 102;
  • blue value is 43.
RGB:
(90,102,43)
(35%,40%,17%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 43 of 255 = 17%

90
102
43

R + G + B ~ 31%. #5A662B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 43 = 235 (100%)
R 90 of 235 ~ 38.3%
G 102 of 235 ~ 43.4%
B 43 of 235 ~ 18.3%

%38.3
%43.4
%18.3

CMYK color model

#5A662B color CMYK value is (12,0,58,60).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 57.84%
  • key color value is 60.00%
CMYK:
(12,0,58,60)
C12M0Y58K60 
(12%,0%,58%,60%)
(0.12/0.00/0.58/0.60)	

CMYK percentages

%11.76
%0
%57.84
%60

Codes

Color #5A662B in popluar color models

5A662B
RGB9010243
HSL72°40.69%28.43%
HSB/HSV72°57.84%40.00%
CMYK11.76%0.00%57.84%
60.00%

Color #5A662B in popluar number systems.

HEX5A662B
Decimal9010243
Binary10110101100110101011
Octal13214653

Shades and tints

Shades of #5A662B

#5A662B
(90,102,43)
#525D28
(82,93,40)
#4A5425
(74,84,37)
#424B22
(66,75,34)
#3A421F
(58,66,31)
#32391C
(50,57,28)
#2A3019
(42,48,25)
#222716
(34,39,22)
#1A1E13
(26,30,19)
#121510
(18,21,16)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A662B

#5A662B
(90,102,43)
#69733E
(105,115,62)
#788051
(120,128,81)
#878D64
(135,141,100)
#969A77
(150,154,119)
#A5A78A
(165,167,138)
#B4B49D
(180,180,157)
#C3C1B0
(195,193,176)
#D2CEC3
(210,206,195)
#E1DBD6
(225,219,214)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A662B; }

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

This text font color is #5A662B.


Background Color

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

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

This div background color is #5A662B.


Border color

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

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

This div border color is #5A662B.


Opacity

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

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

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

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

This text has shadow with #5A662B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A662B on black background.


Color preview on white background

This text has color #5A662B on white background.



Black color preview on #5A662B background

This text has black color on #5A662B background.


White color preview on #5A662B background

This text has white color on #5A662B background.