COLOR #4AB313

HEX: #4AB313
RGB: (74,179,19)

Renk bilgisi

#4AB313 contains mainly green color. #4AB313 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#4AB313 color RGB value is (74,179,19).

  • kırmız ton 74;
  • yeşil ton 179;
  • mavi ton 19.
RGB:
(74,179,19)
(29%,70%,7%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 179 of 255 = 70%
B 19 of 255 = 7%

74
179
19

R + G + B ~ 35%. #4AB313 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 179 + 19 = 272 (100%)
R 74 of 272 ~ 27.21%
G 179 of 272 ~ 65.81%
B 19 of 272 ~ 6.99%

%27.21
%65.81

CMYK RENK MODELİ

#4AB313 rengi CMYK tonu (59,0,89,30).

  • camgöbeği tonu 58.66%
  • eflatun tonu 0.00%
  • sarı tonu 89.39%
  • ana renk tonu 29.80%
CMYK:
(59,0,89,30)
C59M0Y89K30 
(59%,0%,89%,30%)
(0.59/0.00/0.89/0.30)	

CMYK yüzdeleri

%58.66
%0
%89.39
%29.8

Codes

Color #4AB313 in popluar color models

4AB313
RGB7417919
HSL99°80.81%38.82%
HSB/HSV99°89.39%70.20%
CMYK58.66%0.00%89.39%
29.80%

Color #4AB313 in popluar number systems.

HEX4AB313
Decimal7417919
Binary10010101011001110011
Octal11226323

Shades and tints

Shades of #4AB313

#4AB313
(74,179,19)
#44A312
(68,163,18)
#3E9311
(62,147,17)
#388310
(56,131,16)
#32730F
(50,115,15)
#2C630E
(44,99,14)
#26530D
(38,83,13)
#20430C
(32,67,12)
#1A330B
(26,51,11)
#14230A
(20,35,10)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #4AB313

#4AB313
(74,179,19)
#5AB928
(90,185,40)
#6ABF3D
(106,191,61)
#7AC552
(122,197,82)
#8ACB67
(138,203,103)
#9AD17C
(154,209,124)
#AAD791
(170,215,145)
#BADDA6
(186,221,166)
#CAE3BB
(202,227,187)
#DAE9D0
(218,233,208)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AB313 color. Also use rgb(74,179,19) instead hex code.

Text Font Color

.myTextColor { color: #4AB313; }

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

This text font color is #4AB313.


Background Color

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

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

This div background color is #4AB313.


Border color

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

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

This div border color is #4AB313.


Opacity

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

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

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

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

This text has shadow with #4AB313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AB313 on black background.


Color preview on white background

This text has color #4AB313 on white background.



Black color preview on #4AB313 background

This text has black color on #4AB313 background.


White color preview on #4AB313 background

This text has white color on #4AB313 background.