COLOR #48C63F

HEX: #48C63F
RGB: (72,198,63)

Renk bilgisi

#48C63F contains mainly green color. #48C63F ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#48C63F color RGB value is (72,198,63).

  • kırmız ton 72;
  • yeşil ton 198;
  • mavi ton 63.
RGB:
(72,198,63)
(28%,78%,25%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 198 of 255 = 78%
B 63 of 255 = 25%

72
198
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 198 + 63 = 333 (100%)
R 72 of 333 ~ 21.62%
G 198 of 333 ~ 59.46%
B 63 of 333 ~ 18.92%

%21.62
%59.46
%18.92

CMYK RENK MODELİ

#48C63F rengi CMYK tonu (64,0,68,22).

  • camgöbeği tonu 63.64%
  • eflatun tonu 0.00%
  • sarı tonu 68.18%
  • ana renk tonu 22.35%
CMYK:
(64,0,68,22)
C64M0Y68K22 
(64%,0%,68%,22%)
(0.64/0.00/0.68/0.22)	

CMYK yüzdeleri

%63.64
%0
%68.18
%22.35

Codes

Color #48C63F in popluar color models

48C63F
RGB7219863
HSL116°54.22%51.18%
HSB/HSV116°68.18%77.65%
CMYK63.64%0.00%68.18%
22.35%

Color #48C63F in popluar number systems.

HEX48C63F
Decimal7219863
Binary100100011000110111111
Octal11030677

Shades and tints

Shades of #48C63F

#48C63F
(72,198,63)
#42B43A
(66,180,58)
#3CA235
(60,162,53)
#369030
(54,144,48)
#307E2B
(48,126,43)
#2A6C26
(42,108,38)
#245A21
(36,90,33)
#1E481C
(30,72,28)
#183617
(24,54,23)
#122412
(18,36,18)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #48C63F

#48C63F
(72,198,63)
#58CB50
(88,203,80)
#68D061
(104,208,97)
#78D572
(120,213,114)
#88DA83
(136,218,131)
#98DF94
(152,223,148)
#A8E4A5
(168,228,165)
#B8E9B6
(184,233,182)
#C8EEC7
(200,238,199)
#D8F3D8
(216,243,216)
#E8F8E9
(232,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C63F color. Also use rgb(72,198,63) instead hex code.

Text Font Color

.myTextColor { color: #48C63F; }

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

This text font color is #48C63F.


Background Color

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

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

This div background color is #48C63F.


Border color

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

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

This div border color is #48C63F.


Opacity

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

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

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

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

This text has shadow with #48C63F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C63F on black background.


Color preview on white background

This text has color #48C63F on white background.



Black color preview on #48C63F background

This text has black color on #48C63F background.


White color preview on #48C63F background

This text has white color on #48C63F background.