COLOR #5A6843

HEX: #5A6843 RGB: (90,104,67)

Color info

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

RGB color model

#5A6843 color RGB value is (90,104,67).

RGB: (90,104,67) (35%, 41%, 26%)

RGB channels and saturation

R 90 of 255 = 35%
G 104 of 255 = 41%
B 67 of 255 = 26%

90
104
67

R + G + B ~ 34%. #5A6843 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 104 + 67 = 261 (100%)
R 90 of 261 ~ 34.48%
G 104 of 261 ~ 39.85%
B 67 of 261 ~ 25.67'%

%34.48
%39.85
%25.67

CMYK color model

#5A6843 color CMYK value is (13,0,36,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 35.58%
  • key color value is 59.22%

CMYK: (13,0,36,59)
C13M0Y36K59 (13%, 0%, 36%, 59%)
(0.13 / 0.00 / 0.36 / 0.59)

CMYK percentages

%13.46
%0
%35.58
%59.22

Codes

Color #5A6843 in popluar color models

5A 68 43
RGB 90 104 67
HSL 83° 21.64% 33.53%
HSB/HSV 83° 35.58% 40.78%
CMYK 13.46% 0.00% 35.58%
59.22%

Color #5A6843 in popluar number systems.

HEX 5A 68 43
Decimal 90 104 67
Binary 1011010 1101000 1000011
Octal 132 150 103

Shades and tints

Shades of #5A6843

#5A6843
(90,104,67)
#525F3D
(82,95,61)
#4A5637
(74,86,55)
#424D31
(66,77,49)
#3A442B
(58,68,43)
#323B25
(50,59,37)
#2A321F
(42,50,31)
#222919
(34,41,25)
#1A2013
(26,32,19)
#12170D
(18,23,13)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #5A6843

#5A6843
(90,104,67)
#697554
(105,117,84)
#788265
(120,130,101)
#878F76
(135,143,118)
#969C87
(150,156,135)
#A5A998
(165,169,152)
#B4B6A9
(180,182,169)
#C3C3BA
(195,195,186)
#D2D0CB
(210,208,203)
#E1DDDC
(225,221,220)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6843; }

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

This text font color is #5A6843.

Background Color

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

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

This div background color is #5A6843.

Border color

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

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

This div border color is #5A6843.

Opacity

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

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

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

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

This text has shadow with #5A6843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6843.

Preview

Color preview on black background

This text has color #5A6843 on black background.


Color preview on white background

This text has color #5A6843 on white background.


Black color preview on #5A6843 background

This text has black color on #5A6843 background.


White color preview on #5A6843 background

This text has white color on #5A6843 background.


Related colors

Complementary color

Complementary color for #hex is #A597BC.


I love getcolorcode.com

Triadic colors

1 #435A68 and #68435A with #5A6843 are triadic colors.

2 #43685A and #685A43 with #5A6843 are triadic colors.