COLOR #5A682F

HEX: #5A682F
RGB: (90,104,47)

Color info

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

RGB color model

#5A682F color RGB value is (90,104,47).

  • red value is 90;
  • green value is 104;
  • blue value is 47.
RGB:
(90,104,47)
(35%,41%,18%)

RGB channels and saturation

R 90 of 255 = 35%
G 104 of 255 = 41%
B 47 of 255 = 18%

90
104
47

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

Portions of RGB colors in percentages

R + G + B =
90 + 104 + 47 = 241 (100%)
R 90 of 241 ~ 37.34%
G 104 of 241 ~ 43.15%
B 47 of 241 ~ 19.5%

%37.34
%43.15
%19.5

CMYK color model

#5A682F color CMYK value is (13,0,55,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 59.22%
CMYK:
(13,0,55,59)
C13M0Y55K59 
(13%,0%,55%,59%)
(0.13/0.00/0.55/0.59)	

CMYK percentages

%13.46
%0
%54.81
%59.22

Codes

Color #5A682F in popluar color models

5A682F
RGB9010447
HSL75°37.75%29.61%
HSB/HSV75°54.81%40.78%
CMYK13.46%0.00%54.81%
59.22%

Color #5A682F in popluar number systems.

HEX5A682F
Decimal9010447
Binary10110101101000101111
Octal13215057

Shades and tints

Shades of #5A682F

#5A682F
(90,104,47)
#525F2B
(82,95,43)
#4A5627
(74,86,39)
#424D23
(66,77,35)
#3A441F
(58,68,31)
#323B1B
(50,59,27)
#2A3217
(42,50,23)
#222913
(34,41,19)
#1A200F
(26,32,15)
#12170B
(18,23,11)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #5A682F

#5A682F
(90,104,47)
#697541
(105,117,65)
#788253
(120,130,83)
#878F65
(135,143,101)
#969C77
(150,156,119)
#A5A989
(165,169,137)
#B4B69B
(180,182,155)
#C3C3AD
(195,195,173)
#D2D0BF
(210,208,191)
#E1DDD1
(225,221,209)
#F0EAE3
(240,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A682F; }

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

This text font color is #5A682F.


Background Color

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

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

This div background color is #5A682F.


Border color

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

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

This div border color is #5A682F.


Opacity

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

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

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

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

This text has shadow with #5A682F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A682F on black background.


Color preview on white background

This text has color #5A682F on white background.



Black color preview on #5A682F background

This text has black color on #5A682F background.


White color preview on #5A682F background

This text has white color on #5A682F background.