COLOR #5A6043

HEX: #5A6043
RGB: (90,96,67)

Color info

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

RGB color model

#5A6043 color RGB value is (90,96,67).

  • red value is 90;
  • green value is 96;
  • blue value is 67.
RGB:
(90,96,67)
(35%,38%,26%)

RGB channels and saturation

R 90 of 255 = 35%
G 96 of 255 = 38%
B 67 of 255 = 26%

90
96
67

R + G + B ~ 33%. #5A6043 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 96 + 67 = 253 (100%)
R 90 of 253 ~ 35.57%
G 96 of 253 ~ 37.94%
B 67 of 253 ~ 26.48%

%35.57
%37.94
%26.48

CMYK color model

#5A6043 color CMYK value is (6,0,30,62).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 30.21%
  • key color value is 62.35%
CMYK:
(6,0,30,62)
C6M0Y30K62 
(6%,0%,30%,62%)
(0.06/0.00/0.30/0.62)	

CMYK percentages

%6.25
%0
%30.21
%62.35

Codes

Color #5A6043 in popluar color models

5A6043
RGB909667
HSL72°17.79%31.96%
HSB/HSV72°30.21%37.65%
CMYK6.25%0.00%30.21%
62.35%

Color #5A6043 in popluar number systems.

HEX5A6043
Decimal909667
Binary101101011000001000011
Octal132140103

Shades and tints

Shades of #5A6043

#5A6043
(90,96,67)
#52583D
(82,88,61)
#4A5037
(74,80,55)
#424831
(66,72,49)
#3A402B
(58,64,43)
#323825
(50,56,37)
#2A301F
(42,48,31)
#222819
(34,40,25)
#1A2013
(26,32,19)
#12180D
(18,24,13)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #5A6043

#5A6043
(90,96,67)
#696E54
(105,110,84)
#787C65
(120,124,101)
#878A76
(135,138,118)
#969887
(150,152,135)
#A5A698
(165,166,152)
#B4B4A9
(180,180,169)
#C3C2BA
(195,194,186)
#D2D0CB
(210,208,203)
#E1DEDC
(225,222,220)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6043 color. Also use rgb(90,96,67) instead hex code.

Text Font Color

.myTextColor { color: #5A6043; }

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

This text font color is #5A6043.


Background Color

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

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

This div background color is #5A6043.


Border color

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

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

This div border color is #5A6043.


Opacity

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

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

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

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

This text has shadow with #5A6043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6043 on black background.


Color preview on white background

This text has color #5A6043 on white background.



Black color preview on #5A6043 background

This text has black color on #5A6043 background.


White color preview on #5A6043 background

This text has white color on #5A6043 background.