COLOR #4C6B4E

HEX: #4C6B4E
RGB: (76,107,78)

Renk bilgisi

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

RGB renk modeli

#4C6B4E color RGB value is (76,107,78).

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

RGB bağlantıları ve doygunluk

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

76
107
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 107 + 78 = 261 (100%)
R 76 of 261 ~ 29.12%
G 107 of 261 ~ 41%
B 78 of 261 ~ 29.89%

%29.12
%41
%29.89

CMYK RENK MODELİ

#4C6B4E rengi CMYK tonu (29,0,27,58).

  • camgöbeği tonu 28.97%
  • eflatun tonu 0.00%
  • sarı tonu 27.10%
  • ana renk tonu 58.04%
CMYK:
(29,0,27,58)
C29M0Y27K58 
(29%,0%,27%,58%)
(0.29/0.00/0.27/0.58)	

CMYK yüzdeleri

%28.97
%0
%27.1
%58.04

Codes

Color #4C6B4E in popluar color models

4C6B4E
RGB7610778
HSL124°16.94%35.88%
HSB/HSV124°28.97%41.96%
CMYK28.97%0.00%27.10%
58.04%

Color #4C6B4E in popluar number systems.

HEX4C6B4E
Decimal7610778
Binary100110011010111001110
Octal114153116

Shades and tints

Shades of #4C6B4E

#4C6B4E
(76,107,78)
#466247
(70,98,71)
#405940
(64,89,64)
#3A5039
(58,80,57)
#344732
(52,71,50)
#2E3E2B
(46,62,43)
#283524
(40,53,36)
#222C1D
(34,44,29)
#1C2316
(28,35,22)
#161A0F
(22,26,15)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #4C6B4E

#4C6B4E
(76,107,78)
#5C785E
(92,120,94)
#6C856E
(108,133,110)
#7C927E
(124,146,126)
#8C9F8E
(140,159,142)
#9CAC9E
(156,172,158)
#ACB9AE
(172,185,174)
#BCC6BE
(188,198,190)
#CCD3CE
(204,211,206)
#DCE0DE
(220,224,222)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6B4E; }

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

This text font color is #4C6B4E.


Background Color

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

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

This div background color is #4C6B4E.


Border color

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

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

This div border color is #4C6B4E.


Opacity

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

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

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

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

This text has shadow with #4C6B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6B4E on black background.


Color preview on white background

This text has color #4C6B4E on white background.



Black color preview on #4C6B4E background

This text has black color on #4C6B4E background.


White color preview on #4C6B4E background

This text has white color on #4C6B4E background.