COLOR #48AE50

HEX: #48AE50
RGB: (72,174,80)

Renk bilgisi

#48AE50 contains mainly green color. #48AE50 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#48AE50 color RGB value is (72,174,80).

  • kırmız ton 72;
  • yeşil ton 174;
  • mavi ton 80.
RGB:
(72,174,80)
(28%,68%,31%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 174 of 255 = 68%
B 80 of 255 = 31%

72
174
80

R + G + B ~ 42%. #48AE50 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 174 + 80 = 326 (100%)
R 72 of 326 ~ 22.09%
G 174 of 326 ~ 53.37%
B 80 of 326 ~ 24.54%

%22.09
%53.37
%24.54

CMYK RENK MODELİ

#48AE50 rengi CMYK tonu (59,0,54,32).

  • camgöbeği tonu 58.62%
  • eflatun tonu 0.00%
  • sarı tonu 54.02%
  • ana renk tonu 31.76%
CMYK:
(59,0,54,32)
C59M0Y54K32 
(59%,0%,54%,32%)
(0.59/0.00/0.54/0.32)	

CMYK yüzdeleri

%58.62
%0
%54.02
%31.76

Codes

Color #48AE50 in popluar color models

48AE50
RGB7217480
HSL125°41.46%48.24%
HSB/HSV125°58.62%68.24%
CMYK58.62%0.00%54.02%
31.76%

Color #48AE50 in popluar number systems.

HEX48AE50
Decimal7217480
Binary1001000101011101010000
Octal110256120

Shades and tints

Shades of #48AE50

#48AE50
(72,174,80)
#429F49
(66,159,73)
#3C9042
(60,144,66)
#36813B
(54,129,59)
#307234
(48,114,52)
#2A632D
(42,99,45)
#245426
(36,84,38)
#1E451F
(30,69,31)
#183618
(24,54,24)
#122711
(18,39,17)
#0C180A
(12,24,10)
#000000
(0,0,0)

Tints of #48AE50

#48AE50
(72,174,80)
#58B55F
(88,181,95)
#68BC6E
(104,188,110)
#78C37D
(120,195,125)
#88CA8C
(136,202,140)
#98D19B
(152,209,155)
#A8D8AA
(168,216,170)
#B8DFB9
(184,223,185)
#C8E6C8
(200,230,200)
#D8EDD7
(216,237,215)
#E8F4E6
(232,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AE50 color. Also use rgb(72,174,80) instead hex code.

Text Font Color

.myTextColor { color: #48AE50; }

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

This text font color is #48AE50.


Background Color

.myBgColor { background-color: #48AE50; }

<div style="background-color:#48AE50">Inner text</div>

This div background color is #48AE50.


Border color

.myBorderColor { border: 1px solid #48AE50; }

<div style="border:3px solid #48AE50">Div</div>

This div border color is #48AE50.


Opacity

.myOpacity80 { color: #48AE50; opacity: 0.8; }

<p style="color:#48AE50;opacity:0.8;">80%</p>

Text with #48AE50 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 #48AE50;}

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

This text has shadow with #48AE50 color.

.textShadow {text-shadow: 3px 3px 1px #48AE50, 3px 3px 1px red;}

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

This text has shadow with #48AE50 primary color and red secondary color.


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

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

This text has shadow with #48AE50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AE50 on black background.


Color preview on white background

This text has color #48AE50 on white background.



Black color preview on #48AE50 background

This text has black color on #48AE50 background.


White color preview on #48AE50 background

This text has white color on #48AE50 background.