COLOR #4C9E3D

HEX: #4C9E3D
RGB: (76,158,61)

Renk bilgisi

#4C9E3D contains mainly green color. #4C9E3D ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4C9E3D color RGB value is (76,158,61).

  • kırmız ton 76;
  • yeşil ton 158;
  • mavi ton 61.
RGB:
(76,158,61)
(30%,62%,24%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 158 of 255 = 62%
B 61 of 255 = 24%

76
158
61

R + G + B ~ 39%. #4C9E3D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 158 + 61 = 295 (100%)
R 76 of 295 ~ 25.76%
G 158 of 295 ~ 53.56%
B 61 of 295 ~ 20.68%

%25.76
%53.56
%20.68

CMYK RENK MODELİ

#4C9E3D rengi CMYK tonu (52,0,61,38).

  • camgöbeği tonu 51.90%
  • eflatun tonu 0.00%
  • sarı tonu 61.39%
  • ana renk tonu 38.04%
CMYK:
(52,0,61,38)
C52M0Y61K38 
(52%,0%,61%,38%)
(0.52/0.00/0.61/0.38)	

CMYK yüzdeleri

%51.9
%0
%61.39
%38.04

Codes

Color #4C9E3D in popluar color models

4C9E3D
RGB7615861
HSL111°44.29%42.94%
HSB/HSV111°61.39%61.96%
CMYK51.90%0.00%61.39%
38.04%

Color #4C9E3D in popluar number systems.

HEX4C9E3D
Decimal7615861
Binary100110010011110111101
Octal11423675

Shades and tints

Shades of #4C9E3D

#4C9E3D
(76,158,61)
#469038
(70,144,56)
#408233
(64,130,51)
#3A742E
(58,116,46)
#346629
(52,102,41)
#2E5824
(46,88,36)
#284A1F
(40,74,31)
#223C1A
(34,60,26)
#1C2E15
(28,46,21)
#162010
(22,32,16)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #4C9E3D

#4C9E3D
(76,158,61)
#5CA64E
(92,166,78)
#6CAE5F
(108,174,95)
#7CB670
(124,182,112)
#8CBE81
(140,190,129)
#9CC692
(156,198,146)
#ACCEA3
(172,206,163)
#BCD6B4
(188,214,180)
#CCDEC5
(204,222,197)
#DCE6D6
(220,230,214)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9E3D color. Also use rgb(76,158,61) instead hex code.

Text Font Color

.myTextColor { color: #4C9E3D; }

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

This text font color is #4C9E3D.


Background Color

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

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

This div background color is #4C9E3D.


Border color

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

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

This div border color is #4C9E3D.


Opacity

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

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

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

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

This text has shadow with #4C9E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9E3D on black background.


Color preview on white background

This text has color #4C9E3D on white background.



Black color preview on #4C9E3D background

This text has black color on #4C9E3D background.


White color preview on #4C9E3D background

This text has white color on #4C9E3D background.