COLOR #48B076

HEX: #48B076
RGB: (72,176,118)

Renk bilgisi

#48B076 contains mainly green and blue colors. #48B076 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#48B076 color RGB value is (72,176,118).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 176 of 255 = 69%
B 118 of 255 = 46%

72
176
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 176 + 118 = 366 (100%)
R 72 of 366 ~ 19.67%
G 176 of 366 ~ 48.09%
B 118 of 366 ~ 32.24%

%19.67
%48.09
%32.24

CMYK RENK MODELİ

#48B076 rengi CMYK tonu (59,0,33,31).

  • camgöbeği tonu 59.09%
  • eflatun tonu 0.00%
  • sarı tonu 32.95%
  • ana renk tonu 30.98%
CMYK:
(59,0,33,31)
C59M0Y33K31 
(59%,0%,33%,31%)
(0.59/0.00/0.33/0.31)	

CMYK yüzdeleri

%59.09
%0
%32.95
%30.98

Codes

Color #48B076 in popluar color models

48B076
RGB72176118
HSL147°41.94%48.63%
HSB/HSV147°59.09%69.02%
CMYK59.09%0.00%32.95%
30.98%

Color #48B076 in popluar number systems.

HEX48B076
Decimal72176118
Binary1001000101100001110110
Octal110260166

Shades and tints

Shades of #48B076

#48B076
(72,176,118)
#42A06C
(66,160,108)
#3C9062
(60,144,98)
#368058
(54,128,88)
#30704E
(48,112,78)
#2A6044
(42,96,68)
#24503A
(36,80,58)
#1E4030
(30,64,48)
#183026
(24,48,38)
#12201C
(18,32,28)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #48B076

#48B076
(72,176,118)
#58B782
(88,183,130)
#68BE8E
(104,190,142)
#78C59A
(120,197,154)
#88CCA6
(136,204,166)
#98D3B2
(152,211,178)
#A8DABE
(168,218,190)
#B8E1CA
(184,225,202)
#C8E8D6
(200,232,214)
#D8EFE2
(216,239,226)
#E8F6EE
(232,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48B076; }

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

This text font color is #48B076.


Background Color

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

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

This div background color is #48B076.


Border color

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

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

This div border color is #48B076.


Opacity

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

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

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

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

This text has shadow with #48B076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B076 on black background.


Color preview on white background

This text has color #48B076 on white background.



Black color preview on #48B076 background

This text has black color on #48B076 background.


White color preview on #48B076 background

This text has white color on #48B076 background.