COLOR #48B15A

HEX: #48B15A
RGB: (72,177,90)

Renk bilgisi

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

RGB renk modeli

#48B15A color RGB value is (72,177,90).

  • kırmız ton 72;
  • yeşil ton 177;
  • mavi ton 90.
RGB:
(72,177,90)
(28%,69%,35%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 177 of 255 = 69%
B 90 of 255 = 35%

72
177
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 177 + 90 = 339 (100%)
R 72 of 339 ~ 21.24%
G 177 of 339 ~ 52.21%
B 90 of 339 ~ 26.55%

%21.24
%52.21
%26.55

CMYK RENK MODELİ

#48B15A rengi CMYK tonu (59,0,49,31).

  • camgöbeği tonu 59.32%
  • eflatun tonu 0.00%
  • sarı tonu 49.15%
  • ana renk tonu 30.59%
CMYK:
(59,0,49,31)
C59M0Y49K31 
(59%,0%,49%,31%)
(0.59/0.00/0.49/0.31)	

CMYK yüzdeleri

%59.32
%0
%49.15
%30.59

Codes

Color #48B15A in popluar color models

48B15A
RGB7217790
HSL130°42.17%48.82%
HSB/HSV130°59.32%69.41%
CMYK59.32%0.00%49.15%
30.59%

Color #48B15A in popluar number systems.

HEX48B15A
Decimal7217790
Binary1001000101100011011010
Octal110261132

Shades and tints

Shades of #48B15A

#48B15A
(72,177,90)
#42A152
(66,161,82)
#3C914A
(60,145,74)
#368142
(54,129,66)
#30713A
(48,113,58)
#2A6132
(42,97,50)
#24512A
(36,81,42)
#1E4122
(30,65,34)
#18311A
(24,49,26)
#122112
(18,33,18)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #48B15A

#48B15A
(72,177,90)
#58B869
(88,184,105)
#68BF78
(104,191,120)
#78C687
(120,198,135)
#88CD96
(136,205,150)
#98D4A5
(152,212,165)
#A8DBB4
(168,219,180)
#B8E2C3
(184,226,195)
#C8E9D2
(200,233,210)
#D8F0E1
(216,240,225)
#E8F7F0
(232,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B15A color. Also use rgb(72,177,90) instead hex code.

Text Font Color

.myTextColor { color: #48B15A; }

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

This text font color is #48B15A.


Background Color

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

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

This div background color is #48B15A.


Border color

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

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

This div border color is #48B15A.


Opacity

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

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

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

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

This text has shadow with #48B15A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B15A on black background.


Color preview on white background

This text has color #48B15A on white background.



Black color preview on #48B15A background

This text has black color on #48B15A background.


White color preview on #48B15A background

This text has white color on #48B15A background.