COLOR #4C6D04

HEX: #4C6D04
RGB: (76,109,4)

Renk bilgisi

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

RGB renk modeli

#4C6D04 color RGB value is (76,109,4).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 109 of 255 = 43%
B 4 of 255 = 2%

76
109
4

R + G + B ~ 25%. #4C6D04 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 109 + 4 = 189 (100%)
R 76 of 189 ~ 40.21%
G 109 of 189 ~ 57.67%
B 4 of 189 ~ 2.12%

%40.21
%57.67

CMYK RENK MODELİ

#4C6D04 rengi CMYK tonu (30,0,96,57).

  • camgöbeği tonu 30.28%
  • eflatun tonu 0.00%
  • sarı tonu 96.33%
  • ana renk tonu 57.25%
CMYK:
(30,0,96,57)
C30M0Y96K57 
(30%,0%,96%,57%)
(0.30/0.00/0.96/0.57)	

CMYK yüzdeleri

%30.28
%0
%96.33
%57.25

Codes

Color #4C6D04 in popluar color models

4C6D04
RGB761094
HSL79°92.92%22.16%
HSB/HSV79°96.33%42.75%
CMYK30.28%0.00%96.33%
57.25%

Color #4C6D04 in popluar number systems.

HEX4C6D04
Decimal761094
Binary10011001101101100
Octal1141554

Shades and tints

Shades of #4C6D04

#4C6D04
(76,109,4)
#466404
(70,100,4)
#405B04
(64,91,4)
#3A5204
(58,82,4)
#344904
(52,73,4)
#2E4004
(46,64,4)
#283704
(40,55,4)
#222E04
(34,46,4)
#1C2504
(28,37,4)
#161C04
(22,28,4)
#101304
(16,19,4)
#000000
(0,0,0)

Tints of #4C6D04

#4C6D04
(76,109,4)
#5C7A1A
(92,122,26)
#6C8730
(108,135,48)
#7C9446
(124,148,70)
#8CA15C
(140,161,92)
#9CAE72
(156,174,114)
#ACBB88
(172,187,136)
#BCC89E
(188,200,158)
#CCD5B4
(204,213,180)
#DCE2CA
(220,226,202)
#ECEFE0
(236,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6D04; }

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

This text font color is #4C6D04.


Background Color

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

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

This div background color is #4C6D04.


Border color

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

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

This div border color is #4C6D04.


Opacity

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

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

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

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

This text has shadow with #4C6D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6D04 on black background.


Color preview on white background

This text has color #4C6D04 on white background.



Black color preview on #4C6D04 background

This text has black color on #4C6D04 background.


White color preview on #4C6D04 background

This text has white color on #4C6D04 background.