COLOR #5A7743

HEX: #5A7743
RGB: (90,119,67)

Color info

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

RGB color model

#5A7743 color RGB value is (90,119,67).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 67 of 255 = 26%

90
119
67

R + G + B ~ 36%. #5A7743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 67 = 276 (100%)
R 90 of 276 ~ 32.61%
G 119 of 276 ~ 43.12%
B 67 of 276 ~ 24.28%

%32.61
%43.12
%24.28

CMYK color model

#5A7743 color CMYK value is (24,0,44,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 53.33%
CMYK:
(24,0,44,53)
C24M0Y44K53 
(24%,0%,44%,53%)
(0.24/0.00/0.44/0.53)	

CMYK percentages

%24.37
%0
%43.7
%53.33

Codes

Color #5A7743 in popluar color models

5A7743
RGB9011967
HSL93°27.96%36.47%
HSB/HSV93°43.70%46.67%
CMYK24.37%0.00%43.70%
53.33%

Color #5A7743 in popluar number systems.

HEX5A7743
Decimal9011967
Binary101101011101111000011
Octal132167103

Shades and tints

Shades of #5A7743

#5A7743
(90,119,67)
#526D3D
(82,109,61)
#4A6337
(74,99,55)
#425931
(66,89,49)
#3A4F2B
(58,79,43)
#324525
(50,69,37)
#2A3B1F
(42,59,31)
#223119
(34,49,25)
#1A2713
(26,39,19)
#121D0D
(18,29,13)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #5A7743

#5A7743
(90,119,67)
#698354
(105,131,84)
#788F65
(120,143,101)
#879B76
(135,155,118)
#96A787
(150,167,135)
#A5B398
(165,179,152)
#B4BFA9
(180,191,169)
#C3CBBA
(195,203,186)
#D2D7CB
(210,215,203)
#E1E3DC
(225,227,220)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7743; }

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

This text font color is #5A7743.


Background Color

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

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

This div background color is #5A7743.


Border color

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

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

This div border color is #5A7743.


Opacity

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

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

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

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

This text has shadow with #5A7743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7743 on black background.


Color preview on white background

This text has color #5A7743 on white background.



Black color preview on #5A7743 background

This text has black color on #5A7743 background.


White color preview on #5A7743 background

This text has white color on #5A7743 background.