COLOR #4C734C

HEX: #4C734C
RGB: (76,115,76)

Color info

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

RGB color model

#4C734C color RGB value is (76,115,76).

  • red value is 76;
  • green value is 115;
  • blue value is 76.
RGB:
(76,115,76)
(30%,45%,30%)

RGB channels and saturation

R 76 of 255 = 30%
G 115 of 255 = 45%
B 76 of 255 = 30%

76
115
76

R + G + B ~ 35%. #4C734C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 115 + 76 = 267 (100%)
R 76 of 267 ~ 28.46%
G 115 of 267 ~ 43.07%
B 76 of 267 ~ 28.46%

%28.46
%43.07
%28.46

CMYK color model

#4C734C color CMYK value is (34,0,34,55).

  • cyan value is 33.91%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(34,0,34,55)
C34M0Y34K55 
(34%,0%,34%,55%)
(0.34/0.00/0.34/0.55)	

CMYK percentages

%33.91
%0
%33.91
%54.9

Codes

Color #4C734C in popluar color models

4C734C
RGB7611576
HSL120°20.42%37.45%
HSB/HSV120°33.91%45.10%
CMYK33.91%0.00%33.91%
54.90%

Color #4C734C in popluar number systems.

HEX4C734C
Decimal7611576
Binary100110011100111001100
Octal114163114

Shades and tints

Shades of #4C734C

#4C734C
(76,115,76)
#466946
(70,105,70)
#405F40
(64,95,64)
#3A553A
(58,85,58)
#344B34
(52,75,52)
#2E412E
(46,65,46)
#283728
(40,55,40)
#222D22
(34,45,34)
#1C231C
(28,35,28)
#161916
(22,25,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #4C734C

#4C734C
(76,115,76)
#5C7F5C
(92,127,92)
#6C8B6C
(108,139,108)
#7C977C
(124,151,124)
#8CA38C
(140,163,140)
#9CAF9C
(156,175,156)
#ACBBAC
(172,187,172)
#BCC7BC
(188,199,188)
#CCD3CC
(204,211,204)
#DCDFDC
(220,223,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C734C; }

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

This text font color is #4C734C.


Background Color

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

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

This div background color is #4C734C.


Border color

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

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

This div border color is #4C734C.


Opacity

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

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

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

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

This text has shadow with #4C734C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C734C on black background.


Color preview on white background

This text has color #4C734C on white background.



Black color preview on #4C734C background

This text has black color on #4C734C background.


White color preview on #4C734C background

This text has white color on #4C734C background.