COLOR #4C713F

HEX: #4C713F
RGB: (76,113,63)

Color info

#4C713F contains red, green and blue colors in about the same proportion. Web safe color of #4C713F is #336633 (or #363).

RGB color model

#4C713F color RGB value is (76,113,63).

  • red value is 76;
  • green value is 113;
  • blue value is 63.
RGB: (76,113,63) (30%,44%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 63 of 255 = 25%

76
113
63

R + G + B ~ 33%. #4C713F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 113 + 63 = 252 (100%)
R 76 of 252 ~ 30.16%
G 113 of 252 ~ 44.84%
B 63 of 252 ~ 25%

%30.16
%44.84
%25

CMYK color model

#4C713F color CMYK value is (33,0,44,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK: (33,0,44,56) C33M0Y44K56 (33%,0%,44%,56%) (0.33/0.00/0.44/0.56)

CMYK percentages

%32.74
%0
%44.25
%55.69

Codes

Color #4C713F in popluar color models

4C713F
RGB7611363
HSL104°28.41%34.51%
HSB/HSV104°44.25%44.31%
CMYK32.74%0.00%44.25%
55.69%

Color #4C713F in popluar number systems.

HEX4C713F
Decimal7611363
Binary10011001110001111111
Octal11416177

Shades and tints

Shades of #4C713F

#4C713F
(76,113,63)
#46673A
(70,103,58)
#405D35
(64,93,53)
#3A5330
(58,83,48)
#34492B
(52,73,43)
#2E3F26
(46,63,38)
#283521
(40,53,33)
#222B1C
(34,43,28)
#1C2117
(28,33,23)
#161712
(22,23,18)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #4C713F

#4C713F
(76,113,63)
#5C7D50
(92,125,80)
#6C8961
(108,137,97)
#7C9572
(124,149,114)
#8CA183
(140,161,131)
#9CAD94
(156,173,148)
#ACB9A5
(172,185,165)
#BCC5B6
(188,197,182)
#CCD1C7
(204,209,199)
#DCDDD8
(220,221,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C713F color. Also use rgb(76,113,63) instead hex code.

Text Font Color

.myTextColor { color: #4C713F; }

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

This text font color is #4C713F.


Background Color

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

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

This div background color is #4C713F.


Border color

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

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

This div border color is #4C713F.


Opacity

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

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

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

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

This text has shadow with #4C713F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4C713F on black background.


Color preview on white background

This text has color #4C713F on white background.



Black color preview on #4C713F background

This text has black color on #4C713F background.


White color preview on #4C713F background

This text has white color on #4C713F background.