COLOR #48C492

HEX: #48C492
RGB: (72,196,146)

Renk bilgisi

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

RGB renk modeli

#48C492 color RGB value is (72,196,146).

  • kırmız ton 72;
  • yeşil ton 196;
  • mavi ton 146.
RGB:
(72,196,146)
(28%,77%,57%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 196 of 255 = 77%
B 146 of 255 = 57%

72
196
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 196 + 146 = 414 (100%)
R 72 of 414 ~ 17.39%
G 196 of 414 ~ 47.34%
B 146 of 414 ~ 35.27%

%17.39
%47.34
%35.27

CMYK RENK MODELİ

#48C492 rengi CMYK tonu (63,0,26,23).

  • camgöbeği tonu 63.27%
  • eflatun tonu 0.00%
  • sarı tonu 25.51%
  • ana renk tonu 23.14%
CMYK:
(63,0,26,23)
C63M0Y26K23 
(63%,0%,26%,23%)
(0.63/0.00/0.26/0.23)	

CMYK yüzdeleri

%63.27
%0
%25.51
%23.14

Codes

Color #48C492 in popluar color models

48C492
RGB72196146
HSL156°51.24%52.55%
HSB/HSV156°63.27%76.86%
CMYK63.27%0.00%25.51%
23.14%

Color #48C492 in popluar number systems.

HEX48C492
Decimal72196146
Binary10010001100010010010010
Octal110304222

Shades and tints

Shades of #48C492

#48C492
(72,196,146)
#42B385
(66,179,133)
#3CA278
(60,162,120)
#36916B
(54,145,107)
#30805E
(48,128,94)
#2A6F51
(42,111,81)
#245E44
(36,94,68)
#1E4D37
(30,77,55)
#183C2A
(24,60,42)
#122B1D
(18,43,29)
#0C1A10
(12,26,16)
#000000
(0,0,0)

Tints of #48C492

#48C492
(72,196,146)
#58C99B
(88,201,155)
#68CEA4
(104,206,164)
#78D3AD
(120,211,173)
#88D8B6
(136,216,182)
#98DDBF
(152,221,191)
#A8E2C8
(168,226,200)
#B8E7D1
(184,231,209)
#C8ECDA
(200,236,218)
#D8F1E3
(216,241,227)
#E8F6EC
(232,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C492 color. Also use rgb(72,196,146) instead hex code.

Text Font Color

.myTextColor { color: #48C492; }

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

This text font color is #48C492.


Background Color

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

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

This div background color is #48C492.


Border color

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

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

This div border color is #48C492.


Opacity

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

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

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

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

This text has shadow with #48C492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C492 on black background.


Color preview on white background

This text has color #48C492 on white background.



Black color preview on #48C492 background

This text has black color on #48C492 background.


White color preview on #48C492 background

This text has white color on #48C492 background.