COLOR #5A6439

HEX: #5A6439
RGB: (90,100,57)

Color info

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

RGB color model

#5A6439 color RGB value is (90,100,57).

  • red value is 90;
  • green value is 100;
  • blue value is 57.
RGB:
(90,100,57)
(35%,39%,22%)

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 57 of 255 = 22%

90
100
57

R + G + B ~ 32%. #5A6439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 57 = 247 (100%)
R 90 of 247 ~ 36.44%
G 100 of 247 ~ 40.49%
B 57 of 247 ~ 23.08%

%36.44
%40.49
%23.08

CMYK color model

#5A6439 color CMYK value is (10,0,43,61).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 60.78%
CMYK:
(10,0,43,61)
C10M0Y43K61 
(10%,0%,43%,61%)
(0.10/0.00/0.43/0.61)	

CMYK percentages

%10
%0
%43
%60.78

Codes

Color #5A6439 in popluar color models

5A6439
RGB9010057
HSL74°27.39%30.78%
HSB/HSV74°43.00%39.22%
CMYK10.00%0.00%43.00%
60.78%

Color #5A6439 in popluar number systems.

HEX5A6439
Decimal9010057
Binary10110101100100111001
Octal13214471

Shades and tints

Shades of #5A6439

#5A6439
(90,100,57)
#525B34
(82,91,52)
#4A522F
(74,82,47)
#42492A
(66,73,42)
#3A4025
(58,64,37)
#323720
(50,55,32)
#2A2E1B
(42,46,27)
#222516
(34,37,22)
#1A1C11
(26,28,17)
#12130C
(18,19,12)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #5A6439

#5A6439
(90,100,57)
#69724B
(105,114,75)
#78805D
(120,128,93)
#878E6F
(135,142,111)
#969C81
(150,156,129)
#A5AA93
(165,170,147)
#B4B8A5
(180,184,165)
#C3C6B7
(195,198,183)
#D2D4C9
(210,212,201)
#E1E2DB
(225,226,219)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6439 color. Also use rgb(90,100,57) instead hex code.

Text Font Color

.myTextColor { color: #5A6439; }

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

This text font color is #5A6439.


Background Color

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

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

This div background color is #5A6439.


Border color

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

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

This div border color is #5A6439.


Opacity

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

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

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

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

This text has shadow with #5A6439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6439 on black background.


Color preview on white background

This text has color #5A6439 on white background.



Black color preview on #5A6439 background

This text has black color on #5A6439 background.


White color preview on #5A6439 background

This text has white color on #5A6439 background.