COLOR #4C6B4F

HEX: #4C6B4F
RGB: (76,107,79)

Renk bilgisi

#4C6B4F contains red, green and blue colors in about the same proportion. #4C6B4F ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4C6B4F color RGB value is (76,107,79).

  • kırmız ton 76;
  • yeşil ton 107;
  • mavi ton 79.
RGB:
(76,107,79)
(30%,42%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 107 of 255 = 42%
B 79 of 255 = 31%

76
107
79

R + G + B ~ 34%. #4C6B4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 107 + 79 = 262 (100%)
R 76 of 262 ~ 29.01%
G 107 of 262 ~ 40.84%
B 79 of 262 ~ 30.15%

%29.01
%40.84
%30.15

CMYK RENK MODELİ

#4C6B4F rengi CMYK tonu (29,0,26,58).

  • camgöbeği tonu 28.97%
  • eflatun tonu 0.00%
  • sarı tonu 26.17%
  • ana renk tonu 58.04%
CMYK:
(29,0,26,58)
C29M0Y26K58 
(29%,0%,26%,58%)
(0.29/0.00/0.26/0.58)	

CMYK yüzdeleri

%28.97
%0
%26.17
%58.04

Codes

Color #4C6B4F in popluar color models

4C6B4F
RGB7610779
HSL126°16.94%35.88%
HSB/HSV126°28.97%41.96%
CMYK28.97%0.00%26.17%
58.04%

Color #4C6B4F in popluar number systems.

HEX4C6B4F
Decimal7610779
Binary100110011010111001111
Octal114153117

Shades and tints

Shades of #4C6B4F

#4C6B4F
(76,107,79)
#466248
(70,98,72)
#405941
(64,89,65)
#3A503A
(58,80,58)
#344733
(52,71,51)
#2E3E2C
(46,62,44)
#283525
(40,53,37)
#222C1E
(34,44,30)
#1C2317
(28,35,23)
#161A10
(22,26,16)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C6B4F

#4C6B4F
(76,107,79)
#5C785F
(92,120,95)
#6C856F
(108,133,111)
#7C927F
(124,146,127)
#8C9F8F
(140,159,143)
#9CAC9F
(156,172,159)
#ACB9AF
(172,185,175)
#BCC6BF
(188,198,191)
#CCD3CF
(204,211,207)
#DCE0DF
(220,224,223)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6B4F; }

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

This text font color is #4C6B4F.


Background Color

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

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

This div background color is #4C6B4F.


Border color

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

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

This div border color is #4C6B4F.


Opacity

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

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

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

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

This text has shadow with #4C6B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6B4F on black background.


Color preview on white background

This text has color #4C6B4F on white background.



Black color preview on #4C6B4F background

This text has black color on #4C6B4F background.


White color preview on #4C6B4F background

This text has white color on #4C6B4F background.