COLOR #4C7330

HEX: #4C7330
RGB: (76,115,48)

Color info

#4C7330 contains mainly red and green colors. Web safe color of #4C7330 is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

76
115
48

R + G + B ~ 31%. #4C7330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 115 + 48 = 239 (100%)
R 76 of 239 ~ 31.8%
G 115 of 239 ~ 48.12%
B 48 of 239 ~ 20.08%

%31.8
%48.12
%20.08

CMYK color model

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

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

CMYK percentages

%33.91
%0
%58.26
%54.9

Codes

Color #4C7330 in popluar color models

4C7330
RGB7611548
HSL95°41.10%31.96%
HSB/HSV95°58.26%45.10%
CMYK33.91%0.00%58.26%
54.90%

Color #4C7330 in popluar number systems.

HEX4C7330
Decimal7611548
Binary10011001110011110000
Octal11416360

Shades and tints

Shades of #4C7330

#4C7330
(76,115,48)
#46692C
(70,105,44)
#405F28
(64,95,40)
#3A5524
(58,85,36)
#344B20
(52,75,32)
#2E411C
(46,65,28)
#283718
(40,55,24)
#222D14
(34,45,20)
#1C2310
(28,35,16)
#16190C
(22,25,12)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #4C7330

#4C7330
(76,115,48)
#5C7F42
(92,127,66)
#6C8B54
(108,139,84)
#7C9766
(124,151,102)
#8CA378
(140,163,120)
#9CAF8A
(156,175,138)
#ACBB9C
(172,187,156)
#BCC7AE
(188,199,174)
#CCD3C0
(204,211,192)
#DCDFD2
(220,223,210)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7330; }

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

This text font color is #4C7330.


Background Color

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

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

This div background color is #4C7330.


Border color

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

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

This div border color is #4C7330.


Opacity

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

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

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

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

This text has shadow with #4C7330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7330 on black background.


Color preview on white background

This text has color #4C7330 on white background.



Black color preview on #4C7330 background

This text has black color on #4C7330 background.


White color preview on #4C7330 background

This text has white color on #4C7330 background.