COLOR #5A6243

HEX: #5A6243
RGB: (90,98,67)

Color info

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

RGB color model

#5A6243 color RGB value is (90,98,67).

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

RGB channels and saturation

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

90
98
67

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

Portions of RGB colors in percentages

R + G + B =
90 + 98 + 67 = 255 (100%)
R 90 of 255 ~ 35.29%
G 98 of 255 ~ 38.43%
B 67 of 255 ~ 26.27%

%35.29
%38.43
%26.27

CMYK color model

#5A6243 color CMYK value is (8,0,32,62).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 61.57%
CMYK:
(8,0,32,62)
C8M0Y32K62 
(8%,0%,32%,62%)
(0.08/0.00/0.32/0.62)	

CMYK percentages

%8.16
%0
%31.63
%61.57

Codes

Color #5A6243 in popluar color models

5A6243
RGB909867
HSL75°18.79%32.35%
HSB/HSV75°31.63%38.43%
CMYK8.16%0.00%31.63%
61.57%

Color #5A6243 in popluar number systems.

HEX5A6243
Decimal909867
Binary101101011000101000011
Octal132142103

Shades and tints

Shades of #5A6243

#5A6243
(90,98,67)
#525A3D
(82,90,61)
#4A5237
(74,82,55)
#424A31
(66,74,49)
#3A422B
(58,66,43)
#323A25
(50,58,37)
#2A321F
(42,50,31)
#222A19
(34,42,25)
#1A2213
(26,34,19)
#121A0D
(18,26,13)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #5A6243

#5A6243
(90,98,67)
#697054
(105,112,84)
#787E65
(120,126,101)
#878C76
(135,140,118)
#969A87
(150,154,135)
#A5A898
(165,168,152)
#B4B6A9
(180,182,169)
#C3C4BA
(195,196,186)
#D2D2CB
(210,210,203)
#E1E0DC
(225,224,220)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6243; }

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

This text font color is #5A6243.


Background Color

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

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

This div background color is #5A6243.


Border color

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

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

This div border color is #5A6243.


Opacity

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

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

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

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

This text has shadow with #5A6243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6243 on black background.


Color preview on white background

This text has color #5A6243 on white background.



Black color preview on #5A6243 background

This text has black color on #5A6243 background.


White color preview on #5A6243 background

This text has white color on #5A6243 background.