COLOR #5A6743

HEX: #5A6743
RGB: (90,103,67)

Color info

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

RGB color model

#5A6743 color RGB value is (90,103,67).

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

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 67 of 255 = 26%

90
103
67

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

Portions of RGB colors in percentages

R + G + B =
90 + 103 + 67 = 260 (100%)
R 90 of 260 ~ 34.62%
G 103 of 260 ~ 39.62%
B 67 of 260 ~ 25.77%

%34.62
%39.62
%25.77

CMYK color model

#5A6743 color CMYK value is (13,0,35,60).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 34.95%
  • key color value is 59.61%
CMYK:
(13,0,35,60)
C13M0Y35K60 
(13%,0%,35%,60%)
(0.13/0.00/0.35/0.60)	

CMYK percentages

%12.62
%0
%34.95
%59.61

Codes

Color #5A6743 in popluar color models

5A6743
RGB9010367
HSL82°21.18%33.33%
HSB/HSV82°34.95%40.39%
CMYK12.62%0.00%34.95%
59.61%

Color #5A6743 in popluar number systems.

HEX5A6743
Decimal9010367
Binary101101011001111000011
Octal132147103

Shades and tints

Shades of #5A6743

#5A6743
(90,103,67)
#525E3D
(82,94,61)
#4A5537
(74,85,55)
#424C31
(66,76,49)
#3A432B
(58,67,43)
#323A25
(50,58,37)
#2A311F
(42,49,31)
#222819
(34,40,25)
#1A1F13
(26,31,19)
#12160D
(18,22,13)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #5A6743

#5A6743
(90,103,67)
#697454
(105,116,84)
#788165
(120,129,101)
#878E76
(135,142,118)
#969B87
(150,155,135)
#A5A898
(165,168,152)
#B4B5A9
(180,181,169)
#C3C2BA
(195,194,186)
#D2CFCB
(210,207,203)
#E1DCDC
(225,220,220)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6743; }

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

This text font color is #5A6743.


Background Color

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

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

This div background color is #5A6743.


Border color

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

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

This div border color is #5A6743.


Opacity

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

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

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

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

This text has shadow with #5A6743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6743 on black background.


Color preview on white background

This text has color #5A6743 on white background.



Black color preview on #5A6743 background

This text has black color on #5A6743 background.


White color preview on #5A6743 background

This text has white color on #5A6743 background.