COLOR #4C743C

HEX: #4C743C
RGB: (76,116,60)

Color info

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

RGB color model

#4C743C color RGB value is (76,116,60).

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

RGB channels and saturation

R 76 of 255 = 30%
G 116 of 255 = 45%
B 60 of 255 = 24%

76
116
60

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

Portions of RGB colors in percentages

R + G + B =
76 + 116 + 60 = 252 (100%)
R 76 of 252 ~ 30.16%
G 116 of 252 ~ 46.03%
B 60 of 252 ~ 23.81%

%30.16
%46.03
%23.81

CMYK color model

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

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 54.51%
CMYK:
(34,0,48,55)
C34M0Y48K55 
(34%,0%,48%,55%)
(0.34/0.00/0.48/0.55)	

CMYK percentages

%34.48
%0
%48.28
%54.51

Codes

Color #4C743C in popluar color models

4C743C
RGB7611660
HSL103°31.82%34.51%
HSB/HSV103°48.28%45.49%
CMYK34.48%0.00%48.28%
54.51%

Color #4C743C in popluar number systems.

HEX4C743C
Decimal7611660
Binary10011001110100111100
Octal11416474

Shades and tints

Shades of #4C743C

#4C743C
(76,116,60)
#466A37
(70,106,55)
#406032
(64,96,50)
#3A562D
(58,86,45)
#344C28
(52,76,40)
#2E4223
(46,66,35)
#28381E
(40,56,30)
#222E19
(34,46,25)
#1C2414
(28,36,20)
#161A0F
(22,26,15)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #4C743C

#4C743C
(76,116,60)
#5C804D
(92,128,77)
#6C8C5E
(108,140,94)
#7C986F
(124,152,111)
#8CA480
(140,164,128)
#9CB091
(156,176,145)
#ACBCA2
(172,188,162)
#BCC8B3
(188,200,179)
#CCD4C4
(204,212,196)
#DCE0D5
(220,224,213)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C743C; }

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

This text font color is #4C743C.


Background Color

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

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

This div background color is #4C743C.


Border color

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

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

This div border color is #4C743C.


Opacity

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

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

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

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

This text has shadow with #4C743C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C743C on black background.


Color preview on white background

This text has color #4C743C on white background.



Black color preview on #4C743C background

This text has black color on #4C743C background.


White color preview on #4C743C background

This text has white color on #4C743C background.