COLOR #5A7C43

HEX: #5A7C43
RGB: (90,124,67)

Color info

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

RGB color model

#5A7C43 color RGB value is (90,124,67).

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

RGB channels and saturation

R 90 of 255 = 35%
G 124 of 255 = 49%
B 67 of 255 = 26%

90
124
67

R + G + B ~ 37%. #5A7C43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 124 + 67 = 281 (100%)
R 90 of 281 ~ 32.03%
G 124 of 281 ~ 44.13%
B 67 of 281 ~ 23.84%

%32.03
%44.13
%23.84

CMYK color model

#5A7C43 color CMYK value is (27,0,46,51).

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 45.97%
  • key color value is 51.37%
CMYK:
(27,0,46,51)
C27M0Y46K51 
(27%,0%,46%,51%)
(0.27/0.00/0.46/0.51)	

CMYK percentages

%27.42
%0
%45.97
%51.37

Codes

Color #5A7C43 in popluar color models

5A7C43
RGB9012467
HSL96°29.84%37.45%
HSB/HSV96°45.97%48.63%
CMYK27.42%0.00%45.97%
51.37%

Color #5A7C43 in popluar number systems.

HEX5A7C43
Decimal9012467
Binary101101011111001000011
Octal132174103

Shades and tints

Shades of #5A7C43

#5A7C43
(90,124,67)
#52713D
(82,113,61)
#4A6637
(74,102,55)
#425B31
(66,91,49)
#3A502B
(58,80,43)
#324525
(50,69,37)
#2A3A1F
(42,58,31)
#222F19
(34,47,25)
#1A2413
(26,36,19)
#12190D
(18,25,13)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #5A7C43

#5A7C43
(90,124,67)
#698754
(105,135,84)
#789265
(120,146,101)
#879D76
(135,157,118)
#96A887
(150,168,135)
#A5B398
(165,179,152)
#B4BEA9
(180,190,169)
#C3C9BA
(195,201,186)
#D2D4CB
(210,212,203)
#E1DFDC
(225,223,220)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7C43; }

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

This text font color is #5A7C43.


Background Color

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

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

This div background color is #5A7C43.


Border color

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

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

This div border color is #5A7C43.


Opacity

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

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

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

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

This text has shadow with #5A7C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7C43 on black background.


Color preview on white background

This text has color #5A7C43 on white background.



Black color preview on #5A7C43 background

This text has black color on #5A7C43 background.


White color preview on #5A7C43 background

This text has white color on #5A7C43 background.