COLOR #4C6004

HEX: #4C6004
RGB: (76,96,4)

Renk bilgisi

#4C6004 contains mainly red and green colors. #4C6004 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#4C6004 color RGB value is (76,96,4).

  • kırmız ton 76;
  • yeşil ton 96;
  • mavi ton 4.
RGB:
(76,96,4)
(30%,38%,2%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 96 of 255 = 38%
B 4 of 255 = 2%

76
96
4

R + G + B ~ 23%. #4C6004 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 96 + 4 = 176 (100%)
R 76 of 176 ~ 43.18%
G 96 of 176 ~ 54.55%
B 4 of 176 ~ 2.27%

%43.18
%54.55

CMYK RENK MODELİ

#4C6004 rengi CMYK tonu (21,0,96,62).

  • camgöbeği tonu 20.83%
  • eflatun tonu 0.00%
  • sarı tonu 95.83%
  • ana renk tonu 62.35%
CMYK:
(21,0,96,62)
C21M0Y96K62 
(21%,0%,96%,62%)
(0.21/0.00/0.96/0.62)	

CMYK yüzdeleri

%20.83
%0
%95.83
%62.35

Codes

Color #4C6004 in popluar color models

4C6004
RGB76964
HSL73°92.00%19.61%
HSB/HSV73°95.83%37.65%
CMYK20.83%0.00%95.83%
62.35%

Color #4C6004 in popluar number systems.

HEX4C6004
Decimal76964
Binary10011001100000100
Octal1141404

Shades and tints

Shades of #4C6004

#4C6004
(76,96,4)
#465804
(70,88,4)
#405004
(64,80,4)
#3A4804
(58,72,4)
#344004
(52,64,4)
#2E3804
(46,56,4)
#283004
(40,48,4)
#222804
(34,40,4)
#1C2004
(28,32,4)
#161804
(22,24,4)
#101004
(16,16,4)
#000000
(0,0,0)

Tints of #4C6004

#4C6004
(76,96,4)
#5C6E1A
(92,110,26)
#6C7C30
(108,124,48)
#7C8A46
(124,138,70)
#8C985C
(140,152,92)
#9CA672
(156,166,114)
#ACB488
(172,180,136)
#BCC29E
(188,194,158)
#CCD0B4
(204,208,180)
#DCDECA
(220,222,202)
#ECECE0
(236,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6004; }

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

This text font color is #4C6004.


Background Color

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

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

This div background color is #4C6004.


Border color

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

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

This div border color is #4C6004.


Opacity

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

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

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

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

This text has shadow with #4C6004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6004 on black background.


Color preview on white background

This text has color #4C6004 on white background.



Black color preview on #4C6004 background

This text has black color on #4C6004 background.


White color preview on #4C6004 background

This text has white color on #4C6004 background.