COLOR #4AB848

HEX: #4AB848
RGB: (74,184,72)

Renk bilgisi

#4AB848 contains mainly green color. #4AB848 ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#4AB848 color RGB value is (74,184,72).

  • kırmız ton 74;
  • yeşil ton 184;
  • mavi ton 72.
RGB:
(74,184,72)
(29%,72%,28%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 184 of 255 = 72%
B 72 of 255 = 28%

74
184
72

R + G + B ~ 43%. #4AB848 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 184 + 72 = 330 (100%)
R 74 of 330 ~ 22.42%
G 184 of 330 ~ 55.76%
B 72 of 330 ~ 21.82%

%22.42
%55.76
%21.82

CMYK RENK MODELİ

#4AB848 rengi CMYK tonu (60,0,61,28).

  • camgöbeği tonu 59.78%
  • eflatun tonu 0.00%
  • sarı tonu 60.87%
  • ana renk tonu 27.84%
CMYK:
(60,0,61,28)
C60M0Y61K28 
(60%,0%,61%,28%)
(0.60/0.00/0.61/0.28)	

CMYK yüzdeleri

%59.78
%0
%60.87
%27.84

Codes

Color #4AB848 in popluar color models

4AB848
RGB7418472
HSL119°44.09%50.20%
HSB/HSV119°60.87%72.16%
CMYK59.78%0.00%60.87%
27.84%

Color #4AB848 in popluar number systems.

HEX4AB848
Decimal7418472
Binary1001010101110001001000
Octal112270110

Shades and tints

Shades of #4AB848

#4AB848
(74,184,72)
#44A842
(68,168,66)
#3E983C
(62,152,60)
#388836
(56,136,54)
#327830
(50,120,48)
#2C682A
(44,104,42)
#265824
(38,88,36)
#20481E
(32,72,30)
#1A3818
(26,56,24)
#142812
(20,40,18)
#0E180C
(14,24,12)
#000000
(0,0,0)

Tints of #4AB848

#4AB848
(74,184,72)
#5ABE58
(90,190,88)
#6AC468
(106,196,104)
#7ACA78
(122,202,120)
#8AD088
(138,208,136)
#9AD698
(154,214,152)
#AADCA8
(170,220,168)
#BAE2B8
(186,226,184)
#CAE8C8
(202,232,200)
#DAEED8
(218,238,216)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AB848 color. Also use rgb(74,184,72) instead hex code.

Text Font Color

.myTextColor { color: #4AB848; }

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

This text font color is #4AB848.


Background Color

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

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

This div background color is #4AB848.


Border color

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

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

This div border color is #4AB848.


Opacity

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

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

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

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

This text has shadow with #4AB848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AB848 on black background.


Color preview on white background

This text has color #4AB848 on white background.



Black color preview on #4AB848 background

This text has black color on #4AB848 background.


White color preview on #4AB848 background

This text has white color on #4AB848 background.