COLOR #4C6B4D

HEX: #4C6B4D
RGB: (76,107,77)

Renk bilgisi

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

RGB renk modeli

#4C6B4D color RGB value is (76,107,77).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 107 of 255 = 42%
B 77 of 255 = 30%

76
107
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 107 + 77 = 260 (100%)
R 76 of 260 ~ 29.23%
G 107 of 260 ~ 41.15%
B 77 of 260 ~ 29.62%

%29.23
%41.15
%29.62

CMYK RENK MODELİ

#4C6B4D rengi CMYK tonu (29,0,28,58).

  • camgöbeği tonu 28.97%
  • eflatun tonu 0.00%
  • sarı tonu 28.04%
  • ana renk tonu 58.04%
CMYK:
(29,0,28,58)
C29M0Y28K58 
(29%,0%,28%,58%)
(0.29/0.00/0.28/0.58)	

CMYK yüzdeleri

%28.97
%0
%28.04
%58.04

Codes

Color #4C6B4D in popluar color models

4C6B4D
RGB7610777
HSL122°16.94%35.88%
HSB/HSV122°28.97%41.96%
CMYK28.97%0.00%28.04%
58.04%

Color #4C6B4D in popluar number systems.

HEX4C6B4D
Decimal7610777
Binary100110011010111001101
Octal114153115

Shades and tints

Shades of #4C6B4D

#4C6B4D
(76,107,77)
#466246
(70,98,70)
#40593F
(64,89,63)
#3A5038
(58,80,56)
#344731
(52,71,49)
#2E3E2A
(46,62,42)
#283523
(40,53,35)
#222C1C
(34,44,28)
#1C2315
(28,35,21)
#161A0E
(22,26,14)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #4C6B4D

#4C6B4D
(76,107,77)
#5C785D
(92,120,93)
#6C856D
(108,133,109)
#7C927D
(124,146,125)
#8C9F8D
(140,159,141)
#9CAC9D
(156,172,157)
#ACB9AD
(172,185,173)
#BCC6BD
(188,198,189)
#CCD3CD
(204,211,205)
#DCE0DD
(220,224,221)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6B4D; }

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

This text font color is #4C6B4D.


Background Color

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

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

This div background color is #4C6B4D.


Border color

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

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

This div border color is #4C6B4D.


Opacity

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

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

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

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

This text has shadow with #4C6B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6B4D on black background.


Color preview on white background

This text has color #4C6B4D on white background.



Black color preview on #4C6B4D background

This text has black color on #4C6B4D background.


White color preview on #4C6B4D background

This text has white color on #4C6B4D background.