COLOR #4C6A1D

HEX: #4C6A1D
RGB: (76,106,29)

Renk bilgisi

#4C6A1D contains mainly red and green colors. #4C6A1D ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4C6A1D color RGB value is (76,106,29).

  • kırmız ton 76;
  • yeşil ton 106;
  • mavi ton 29.
RGB:
(76,106,29)
(30%,42%,11%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 106 of 255 = 42%
B 29 of 255 = 11%

76
106
29

R + G + B ~ 28%. #4C6A1D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 106 + 29 = 211 (100%)
R 76 of 211 ~ 36.02%
G 106 of 211 ~ 50.24%
B 29 of 211 ~ 13.74%

%36.02
%50.24
%13.74

CMYK RENK MODELİ

#4C6A1D rengi CMYK tonu (28,0,73,58).

  • camgöbeği tonu 28.30%
  • eflatun tonu 0.00%
  • sarı tonu 72.64%
  • ana renk tonu 58.43%
CMYK:
(28,0,73,58)
C28M0Y73K58 
(28%,0%,73%,58%)
(0.28/0.00/0.73/0.58)	

CMYK yüzdeleri

%28.3
%0
%72.64
%58.43

Codes

Color #4C6A1D in popluar color models

4C6A1D
RGB7610629
HSL83°57.04%26.47%
HSB/HSV83°72.64%41.57%
CMYK28.30%0.00%72.64%
58.43%

Color #4C6A1D in popluar number systems.

HEX4C6A1D
Decimal7610629
Binary1001100110101011101
Octal11415235

Shades and tints

Shades of #4C6A1D

#4C6A1D
(76,106,29)
#46611B
(70,97,27)
#405819
(64,88,25)
#3A4F17
(58,79,23)
#344615
(52,70,21)
#2E3D13
(46,61,19)
#283411
(40,52,17)
#222B0F
(34,43,15)
#1C220D
(28,34,13)
#16190B
(22,25,11)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #4C6A1D

#4C6A1D
(76,106,29)
#5C7731
(92,119,49)
#6C8445
(108,132,69)
#7C9159
(124,145,89)
#8C9E6D
(140,158,109)
#9CAB81
(156,171,129)
#ACB895
(172,184,149)
#BCC5A9
(188,197,169)
#CCD2BD
(204,210,189)
#DCDFD1
(220,223,209)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6A1D; }

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

This text font color is #4C6A1D.


Background Color

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

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

This div background color is #4C6A1D.


Border color

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

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

This div border color is #4C6A1D.


Opacity

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

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

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

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

This text has shadow with #4C6A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6A1D on black background.


Color preview on white background

This text has color #4C6A1D on white background.



Black color preview on #4C6A1D background

This text has black color on #4C6A1D background.


White color preview on #4C6A1D background

This text has white color on #4C6A1D background.