COLOR #48B550

HEX: #48B550
RGB: (72,181,80)

Renk bilgisi

#48B550 contains mainly green color. #48B550 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#48B550 color RGB value is (72,181,80).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 181 of 255 = 71%
B 80 of 255 = 31%

72
181
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 181 + 80 = 333 (100%)
R 72 of 333 ~ 21.62%
G 181 of 333 ~ 54.35%
B 80 of 333 ~ 24.02%

%21.62
%54.35
%24.02

CMYK RENK MODELİ

#48B550 rengi CMYK tonu (60,0,56,29).

  • camgöbeği tonu 60.22%
  • eflatun tonu 0.00%
  • sarı tonu 55.80%
  • ana renk tonu 29.02%
CMYK:
(60,0,56,29)
C60M0Y56K29 
(60%,0%,56%,29%)
(0.60/0.00/0.56/0.29)	

CMYK yüzdeleri

%60.22
%0
%55.8
%29.02

Codes

Color #48B550 in popluar color models

48B550
RGB7218180
HSL124°43.08%49.61%
HSB/HSV124°60.22%70.98%
CMYK60.22%0.00%55.80%
29.02%

Color #48B550 in popluar number systems.

HEX48B550
Decimal7218180
Binary1001000101101011010000
Octal110265120

Shades and tints

Shades of #48B550

#48B550
(72,181,80)
#42A549
(66,165,73)
#3C9542
(60,149,66)
#36853B
(54,133,59)
#307534
(48,117,52)
#2A652D
(42,101,45)
#245526
(36,85,38)
#1E451F
(30,69,31)
#183518
(24,53,24)
#122511
(18,37,17)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #48B550

#48B550
(72,181,80)
#58BB5F
(88,187,95)
#68C16E
(104,193,110)
#78C77D
(120,199,125)
#88CD8C
(136,205,140)
#98D39B
(152,211,155)
#A8D9AA
(168,217,170)
#B8DFB9
(184,223,185)
#C8E5C8
(200,229,200)
#D8EBD7
(216,235,215)
#E8F1E6
(232,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48B550; }

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

This text font color is #48B550.


Background Color

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

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

This div background color is #48B550.


Border color

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

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

This div border color is #48B550.


Opacity

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

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

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

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

This text has shadow with #48B550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B550 on black background.


Color preview on white background

This text has color #48B550 on white background.



Black color preview on #48B550 background

This text has black color on #48B550 background.


White color preview on #48B550 background

This text has white color on #48B550 background.