COLOR #48B087

HEX: #48B087
RGB: (72,176,135)

Renk bilgisi

#48B087 contains mainly green and blue colors. #48B087 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#48B087 color RGB value is (72,176,135).

  • kırmız ton 72;
  • yeşil ton 176;
  • mavi ton 135.
RGB:
(72,176,135)
(28%,69%,53%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 176 of 255 = 69%
B 135 of 255 = 53%

72
176
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 176 + 135 = 383 (100%)
R 72 of 383 ~ 18.8%
G 176 of 383 ~ 45.95%
B 135 of 383 ~ 35.25%

%18.8
%45.95
%35.25

CMYK RENK MODELİ

#48B087 rengi CMYK tonu (59,0,23,31).

  • camgöbeği tonu 59.09%
  • eflatun tonu 0.00%
  • sarı tonu 23.30%
  • ana renk tonu 30.98%
CMYK:
(59,0,23,31)
C59M0Y23K31 
(59%,0%,23%,31%)
(0.59/0.00/0.23/0.31)	

CMYK yüzdeleri

%59.09
%0
%23.3
%30.98

Codes

Color #48B087 in popluar color models

48B087
RGB72176135
HSL156°41.94%48.63%
HSB/HSV156°59.09%69.02%
CMYK59.09%0.00%23.30%
30.98%

Color #48B087 in popluar number systems.

HEX48B087
Decimal72176135
Binary10010001011000010000111
Octal110260207

Shades and tints

Shades of #48B087

#48B087
(72,176,135)
#42A07B
(66,160,123)
#3C906F
(60,144,111)
#368063
(54,128,99)
#307057
(48,112,87)
#2A604B
(42,96,75)
#24503F
(36,80,63)
#1E4033
(30,64,51)
#183027
(24,48,39)
#12201B
(18,32,27)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #48B087

#48B087
(72,176,135)
#58B791
(88,183,145)
#68BE9B
(104,190,155)
#78C5A5
(120,197,165)
#88CCAF
(136,204,175)
#98D3B9
(152,211,185)
#A8DAC3
(168,218,195)
#B8E1CD
(184,225,205)
#C8E8D7
(200,232,215)
#D8EFE1
(216,239,225)
#E8F6EB
(232,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B087 color. Also use rgb(72,176,135) instead hex code.

Text Font Color

.myTextColor { color: #48B087; }

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

This text font color is #48B087.


Background Color

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

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

This div background color is #48B087.


Border color

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

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

This div border color is #48B087.


Opacity

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

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

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

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

This text has shadow with #48B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B087 on black background.


Color preview on white background

This text has color #48B087 on white background.



Black color preview on #48B087 background

This text has black color on #48B087 background.


White color preview on #48B087 background

This text has white color on #48B087 background.