COLOR #48B493

HEX: #48B493
RGB: (72,180,147)

Renk bilgisi

#48B493 contains mainly green and blue colors. #48B493 ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#48B493 color RGB value is (72,180,147).

  • kırmız ton 72;
  • yeşil ton 180;
  • mavi ton 147.
RGB:
(72,180,147)
(28%,71%,58%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 180 of 255 = 71%
B 147 of 255 = 58%

72
180
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 180 + 147 = 399 (100%)
R 72 of 399 ~ 18.05%
G 180 of 399 ~ 45.11%
B 147 of 399 ~ 36.84%

%18.05
%45.11
%36.84

CMYK RENK MODELİ

#48B493 rengi CMYK tonu (60,0,18,29).

  • camgöbeği tonu 60.00%
  • eflatun tonu 0.00%
  • sarı tonu 18.33%
  • ana renk tonu 29.41%
CMYK:
(60,0,18,29)
C60M0Y18K29 
(60%,0%,18%,29%)
(0.60/0.00/0.18/0.29)	

CMYK yüzdeleri

%60
%0
%18.33
%29.41

Codes

Color #48B493 in popluar color models

48B493
RGB72180147
HSL162°42.86%49.41%
HSB/HSV162°60.00%70.59%
CMYK60.00%0.00%18.33%
29.41%

Color #48B493 in popluar number systems.

HEX48B493
Decimal72180147
Binary10010001011010010010011
Octal110264223

Shades and tints

Shades of #48B493

#48B493
(72,180,147)
#42A486
(66,164,134)
#3C9479
(60,148,121)
#36846C
(54,132,108)
#30745F
(48,116,95)
#2A6452
(42,100,82)
#245445
(36,84,69)
#1E4438
(30,68,56)
#18342B
(24,52,43)
#12241E
(18,36,30)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #48B493

#48B493
(72,180,147)
#58BA9C
(88,186,156)
#68C0A5
(104,192,165)
#78C6AE
(120,198,174)
#88CCB7
(136,204,183)
#98D2C0
(152,210,192)
#A8D8C9
(168,216,201)
#B8DED2
(184,222,210)
#C8E4DB
(200,228,219)
#D8EAE4
(216,234,228)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B493 color. Also use rgb(72,180,147) instead hex code.

Text Font Color

.myTextColor { color: #48B493; }

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

This text font color is #48B493.


Background Color

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

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

This div background color is #48B493.


Border color

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

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

This div border color is #48B493.


Opacity

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

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

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

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

This text has shadow with #48B493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B493 on black background.


Color preview on white background

This text has color #48B493 on white background.



Black color preview on #48B493 background

This text has black color on #48B493 background.


White color preview on #48B493 background

This text has white color on #48B493 background.