COLOR #4C795B

HEX: #4C795B
RGB: (76,121,91)

Color info

#4C795B contains red, green and blue colors in about the same proportion. Web safe color of #4C795B is #336666 (or #366).

RGB color model

#4C795B color RGB value is (76,121,91).

  • red value is 76;
  • green value is 121;
  • blue value is 91.
RGB:
(76,121,91)
(30%,47%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 121 of 255 = 47%
B 91 of 255 = 36%

76
121
91

R + G + B ~ 38%. #4C795B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 121 + 91 = 288 (100%)
R 76 of 288 ~ 26.39%
G 121 of 288 ~ 42.01%
B 91 of 288 ~ 31.6%

%26.39
%42.01
%31.6

CMYK color model

#4C795B color CMYK value is (37,0,25,53).

  • cyan value is 37.19%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(37,0,25,53)
C37M0Y25K53 
(37%,0%,25%,53%)
(0.37/0.00/0.25/0.53)	

CMYK percentages

%37.19
%0
%24.79
%52.55

Codes

Color #4C795B in popluar color models

4C795B
RGB7612191
HSL140°22.84%38.63%
HSB/HSV140°37.19%47.45%
CMYK37.19%0.00%24.79%
52.55%

Color #4C795B in popluar number systems.

HEX4C795B
Decimal7612191
Binary100110011110011011011
Octal114171133

Shades and tints

Shades of #4C795B

#4C795B
(76,121,91)
#466E53
(70,110,83)
#40634B
(64,99,75)
#3A5843
(58,88,67)
#344D3B
(52,77,59)
#2E4233
(46,66,51)
#28372B
(40,55,43)
#222C23
(34,44,35)
#1C211B
(28,33,27)
#161613
(22,22,19)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C795B

#4C795B
(76,121,91)
#5C8569
(92,133,105)
#6C9177
(108,145,119)
#7C9D85
(124,157,133)
#8CA993
(140,169,147)
#9CB5A1
(156,181,161)
#ACC1AF
(172,193,175)
#BCCDBD
(188,205,189)
#CCD9CB
(204,217,203)
#DCE5D9
(220,229,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C795B color. Also use rgb(76,121,91) instead hex code.

Text Font Color

.myTextColor { color: #4C795B; }

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

This text font color is #4C795B.


Background Color

.myBgColor { background-color: #4C795B; }

<div style="background-color:#4C795B">Inner text</div>

This div background color is #4C795B.


Border color

.myBorderColor { border: 1px solid #4C795B; }

<div style="border:3px solid #4C795B">Div</div>

This div border color is #4C795B.


Opacity

.myOpacity80 { color: #4C795B; opacity: 0.8; }

<p style="color:#4C795B;opacity:0.8;">80%</p>

Text with #4C795B 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 #4C795B;}

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

This text has shadow with #4C795B color.

.textShadow {text-shadow: 3px 3px 1px #4C795B, 3px 3px 1px red;}

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

This text has shadow with #4C795B primary color and red secondary color.


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

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

This text has shadow with #4C795B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C795B on black background.


Color preview on white background

This text has color #4C795B on white background.



Black color preview on #4C795B background

This text has black color on #4C795B background.


White color preview on #4C795B background

This text has white color on #4C795B background.