COLOR #4C6E28

HEX: #4C6E28
RGB: (76,110,40)

Renk bilgisi

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

RGB renk modeli

#4C6E28 color RGB value is (76,110,40).

  • kırmız ton 76;
  • yeşil ton 110;
  • mavi ton 40.
RGB:
(76,110,40)
(30%,43%,16%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 110 of 255 = 43%
B 40 of 255 = 16%

76
110
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 110 + 40 = 226 (100%)
R 76 of 226 ~ 33.63%
G 110 of 226 ~ 48.67%
B 40 of 226 ~ 17.7%

%33.63
%48.67
%17.7

CMYK RENK MODELİ

#4C6E28 rengi CMYK tonu (31,0,64,57).

  • camgöbeği tonu 30.91%
  • eflatun tonu 0.00%
  • sarı tonu 63.64%
  • ana renk tonu 56.86%
CMYK:
(31,0,64,57)
C31M0Y64K57 
(31%,0%,64%,57%)
(0.31/0.00/0.64/0.57)	

CMYK yüzdeleri

%30.91
%0
%63.64
%56.86

Codes

Color #4C6E28 in popluar color models

4C6E28
RGB7611040
HSL89°46.67%29.41%
HSB/HSV89°63.64%43.14%
CMYK30.91%0.00%63.64%
56.86%

Color #4C6E28 in popluar number systems.

HEX4C6E28
Decimal7611040
Binary10011001101110101000
Octal11415650

Shades and tints

Shades of #4C6E28

#4C6E28
(76,110,40)
#466425
(70,100,37)
#405A22
(64,90,34)
#3A501F
(58,80,31)
#34461C
(52,70,28)
#2E3C19
(46,60,25)
#283216
(40,50,22)
#222813
(34,40,19)
#1C1E10
(28,30,16)
#16140D
(22,20,13)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C6E28

#4C6E28
(76,110,40)
#5C7B3B
(92,123,59)
#6C884E
(108,136,78)
#7C9561
(124,149,97)
#8CA274
(140,162,116)
#9CAF87
(156,175,135)
#ACBC9A
(172,188,154)
#BCC9AD
(188,201,173)
#CCD6C0
(204,214,192)
#DCE3D3
(220,227,211)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6E28 color. Also use rgb(76,110,40) instead hex code.

Text Font Color

.myTextColor { color: #4C6E28; }

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

This text font color is #4C6E28.


Background Color

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

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

This div background color is #4C6E28.


Border color

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

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

This div border color is #4C6E28.


Opacity

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

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

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

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

This text has shadow with #4C6E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E28 on black background.


Color preview on white background

This text has color #4C6E28 on white background.



Black color preview on #4C6E28 background

This text has black color on #4C6E28 background.


White color preview on #4C6E28 background

This text has white color on #4C6E28 background.