COLOR #4CB31F

HEX: #4CB31F
RGB: (76,179,31)

Renk bilgisi

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

RGB renk modeli

#4CB31F color RGB value is (76,179,31).

  • kırmız ton 76;
  • yeşil ton 179;
  • mavi ton 31.
RGB:
(76,179,31)
(30%,70%,12%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 179 of 255 = 70%
B 31 of 255 = 12%

76
179
31

R + G + B ~ 37%. #4CB31F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 179 + 31 = 286 (100%)
R 76 of 286 ~ 26.57%
G 179 of 286 ~ 62.59%
B 31 of 286 ~ 10.84%

%26.57
%62.59
%10.84

CMYK RENK MODELİ

#4CB31F rengi CMYK tonu (58,0,83,30).

  • camgöbeği tonu 57.54%
  • eflatun tonu 0.00%
  • sarı tonu 82.68%
  • ana renk tonu 29.80%
CMYK:
(58,0,83,30)
C58M0Y83K30 
(58%,0%,83%,30%)
(0.58/0.00/0.83/0.30)	

CMYK yüzdeleri

%57.54
%0
%82.68
%29.8

Codes

Color #4CB31F in popluar color models

4CB31F
RGB7617931
HSL102°70.48%41.18%
HSB/HSV102°82.68%70.20%
CMYK57.54%0.00%82.68%
29.80%

Color #4CB31F in popluar number systems.

HEX4CB31F
Decimal7617931
Binary10011001011001111111
Octal11426337

Shades and tints

Shades of #4CB31F

#4CB31F
(76,179,31)
#46A31D
(70,163,29)
#40931B
(64,147,27)
#3A8319
(58,131,25)
#347317
(52,115,23)
#2E6315
(46,99,21)
#285313
(40,83,19)
#224311
(34,67,17)
#1C330F
(28,51,15)
#16230D
(22,35,13)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #4CB31F

#4CB31F
(76,179,31)
#5CB933
(92,185,51)
#6CBF47
(108,191,71)
#7CC55B
(124,197,91)
#8CCB6F
(140,203,111)
#9CD183
(156,209,131)
#ACD797
(172,215,151)
#BCDDAB
(188,221,171)
#CCE3BF
(204,227,191)
#DCE9D3
(220,233,211)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB31F color. Also use rgb(76,179,31) instead hex code.

Text Font Color

.myTextColor { color: #4CB31F; }

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

This text font color is #4CB31F.


Background Color

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

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

This div background color is #4CB31F.


Border color

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

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

This div border color is #4CB31F.


Opacity

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

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

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

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

This text has shadow with #4CB31F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB31F on black background.


Color preview on white background

This text has color #4CB31F on white background.



Black color preview on #4CB31F background

This text has black color on #4CB31F background.


White color preview on #4CB31F background

This text has white color on #4CB31F background.