COLOR #4C6C2B

HEX: #4C6C2B
RGB: (76,108,43)

Renk bilgisi

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

RGB renk modeli

#4C6C2B color RGB value is (76,108,43).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 108 of 255 = 42%
B 43 of 255 = 17%

76
108
43

R + G + B ~ 30%. #4C6C2B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 108 + 43 = 227 (100%)
R 76 of 227 ~ 33.48%
G 108 of 227 ~ 47.58%
B 43 of 227 ~ 18.94%

%33.48
%47.58
%18.94

CMYK RENK MODELİ

#4C6C2B rengi CMYK tonu (30,0,60,58).

  • camgöbeği tonu 29.63%
  • eflatun tonu 0.00%
  • sarı tonu 60.19%
  • ana renk tonu 57.65%
CMYK:
(30,0,60,58)
C30M0Y60K58 
(30%,0%,60%,58%)
(0.30/0.00/0.60/0.58)	

CMYK yüzdeleri

%29.63
%0
%60.19
%57.65

Codes

Color #4C6C2B in popluar color models

4C6C2B
RGB7610843
HSL90°43.05%29.61%
HSB/HSV90°60.19%42.35%
CMYK29.63%0.00%60.19%
57.65%

Color #4C6C2B in popluar number systems.

HEX4C6C2B
Decimal7610843
Binary10011001101100101011
Octal11415453

Shades and tints

Shades of #4C6C2B

#4C6C2B
(76,108,43)
#466328
(70,99,40)
#405A25
(64,90,37)
#3A5122
(58,81,34)
#34481F
(52,72,31)
#2E3F1C
(46,63,28)
#283619
(40,54,25)
#222D16
(34,45,22)
#1C2413
(28,36,19)
#161B10
(22,27,16)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #4C6C2B

#4C6C2B
(76,108,43)
#5C793E
(92,121,62)
#6C8651
(108,134,81)
#7C9364
(124,147,100)
#8CA077
(140,160,119)
#9CAD8A
(156,173,138)
#ACBA9D
(172,186,157)
#BCC7B0
(188,199,176)
#CCD4C3
(204,212,195)
#DCE1D6
(220,225,214)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6C2B; }

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

This text font color is #4C6C2B.


Background Color

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

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

This div background color is #4C6C2B.


Border color

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

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

This div border color is #4C6C2B.


Opacity

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

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

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

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

This text has shadow with #4C6C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6C2B on black background.


Color preview on white background

This text has color #4C6C2B on white background.



Black color preview on #4C6C2B background

This text has black color on #4C6C2B background.


White color preview on #4C6C2B background

This text has white color on #4C6C2B background.