COLOR #4C951B

HEX: #4C951B
RGB: (76,149,27)

Renk bilgisi

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

RGB renk modeli

#4C951B color RGB value is (76,149,27).

  • kırmız ton 76;
  • yeşil ton 149;
  • mavi ton 27.
RGB:
(76,149,27)
(30%,58%,11%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 149 of 255 = 58%
B 27 of 255 = 11%

76
149
27

R + G + B ~ 33%. #4C951B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 149 + 27 = 252 (100%)
R 76 of 252 ~ 30.16%
G 149 of 252 ~ 59.13%
B 27 of 252 ~ 10.71%

%30.16
%59.13
%10.71

CMYK RENK MODELİ

#4C951B rengi CMYK tonu (49,0,82,42).

  • camgöbeği tonu 48.99%
  • eflatun tonu 0.00%
  • sarı tonu 81.88%
  • ana renk tonu 41.57%
CMYK:
(49,0,82,42)
C49M0Y82K42 
(49%,0%,82%,42%)
(0.49/0.00/0.82/0.42)	

CMYK yüzdeleri

%48.99
%0
%81.88
%41.57

Codes

Color #4C951B in popluar color models

4C951B
RGB7614927
HSL96°69.32%34.51%
HSB/HSV96°81.88%58.43%
CMYK48.99%0.00%81.88%
41.57%

Color #4C951B in popluar number systems.

HEX4C951B
Decimal7614927
Binary10011001001010111011
Octal11422533

Shades and tints

Shades of #4C951B

#4C951B
(76,149,27)
#468819
(70,136,25)
#407B17
(64,123,23)
#3A6E15
(58,110,21)
#346113
(52,97,19)
#2E5411
(46,84,17)
#28470F
(40,71,15)
#223A0D
(34,58,13)
#1C2D0B
(28,45,11)
#162009
(22,32,9)
#101307
(16,19,7)
#000000
(0,0,0)

Tints of #4C951B

#4C951B
(76,149,27)
#5C9E2F
(92,158,47)
#6CA743
(108,167,67)
#7CB057
(124,176,87)
#8CB96B
(140,185,107)
#9CC27F
(156,194,127)
#ACCB93
(172,203,147)
#BCD4A7
(188,212,167)
#CCDDBB
(204,221,187)
#DCE6CF
(220,230,207)
#ECEFE3
(236,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C951B color. Also use rgb(76,149,27) instead hex code.

Text Font Color

.myTextColor { color: #4C951B; }

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

This text font color is #4C951B.


Background Color

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

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

This div background color is #4C951B.


Border color

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

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

This div border color is #4C951B.


Opacity

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

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

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

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

This text has shadow with #4C951B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C951B on black background.


Color preview on white background

This text has color #4C951B on white background.



Black color preview on #4C951B background

This text has black color on #4C951B background.


White color preview on #4C951B background

This text has white color on #4C951B background.