COLOR #48B746

HEX: #48B746
RGB: (72,183,70)

Renk bilgisi

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

RGB renk modeli

#48B746 color RGB value is (72,183,70).

  • kırmız ton 72;
  • yeşil ton 183;
  • mavi ton 70.
RGB:
(72,183,70)
(28%,72%,27%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 183 of 255 = 72%
B 70 of 255 = 27%

72
183
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 183 + 70 = 325 (100%)
R 72 of 325 ~ 22.15%
G 183 of 325 ~ 56.31%
B 70 of 325 ~ 21.54%

%22.15
%56.31
%21.54

CMYK RENK MODELİ

#48B746 rengi CMYK tonu (61,0,62,28).

  • camgöbeği tonu 60.66%
  • eflatun tonu 0.00%
  • sarı tonu 61.75%
  • ana renk tonu 28.24%
CMYK:
(61,0,62,28)
C61M0Y62K28 
(61%,0%,62%,28%)
(0.61/0.00/0.62/0.28)	

CMYK yüzdeleri

%60.66
%0
%61.75
%28.24

Codes

Color #48B746 in popluar color models

48B746
RGB7218370
HSL119°44.66%49.61%
HSB/HSV119°61.75%71.76%
CMYK60.66%0.00%61.75%
28.24%

Color #48B746 in popluar number systems.

HEX48B746
Decimal7218370
Binary1001000101101111000110
Octal110267106

Shades and tints

Shades of #48B746

#48B746
(72,183,70)
#42A740
(66,167,64)
#3C973A
(60,151,58)
#368734
(54,135,52)
#30772E
(48,119,46)
#2A6728
(42,103,40)
#245722
(36,87,34)
#1E471C
(30,71,28)
#183716
(24,55,22)
#122710
(18,39,16)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #48B746

#48B746
(72,183,70)
#58BD56
(88,189,86)
#68C366
(104,195,102)
#78C976
(120,201,118)
#88CF86
(136,207,134)
#98D596
(152,213,150)
#A8DBA6
(168,219,166)
#B8E1B6
(184,225,182)
#C8E7C6
(200,231,198)
#D8EDD6
(216,237,214)
#E8F3E6
(232,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B746 color. Also use rgb(72,183,70) instead hex code.

Text Font Color

.myTextColor { color: #48B746; }

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

This text font color is #48B746.


Background Color

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

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

This div background color is #48B746.


Border color

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

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

This div border color is #48B746.


Opacity

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

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

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

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

This text has shadow with #48B746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B746 on black background.


Color preview on white background

This text has color #48B746 on white background.



Black color preview on #48B746 background

This text has black color on #48B746 background.


White color preview on #48B746 background

This text has white color on #48B746 background.