COLOR #48B62D

HEX: #48B62D
RGB: (72,182,45)

Color info

#48B62D contains mainly green color. Web safe color of #48B62D is #33CC33 (or #3C3).

RGB color model

#48B62D color RGB value is (72,182,45).

  • red value is 72;
  • green value is 182;
  • blue value is 45.
RGB:
(72,182,45)
(28%,71%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 182 of 255 = 71%
B 45 of 255 = 18%

72
182
45

R + G + B ~ 39%. #48B62D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 182 + 45 = 299 (100%)
R 72 of 299 ~ 24.08%
G 182 of 299 ~ 60.87%
B 45 of 299 ~ 15.05%

%24.08
%60.87
%15.05

CMYK color model

#48B62D color CMYK value is (60,0,75,29).

  • cyan value is 60.44%
  • magenta value is 0.00%
  • yellow value is 75.27%
  • key color value is 28.63%
CMYK:
(60,0,75,29)
C60M0Y75K29 
(60%,0%,75%,29%)
(0.60/0.00/0.75/0.29)	

CMYK percentages

%60.44
%0
%75.27
%28.63

Codes

Color #48B62D in popluar color models

48B62D
RGB7218245
HSL108°60.35%44.51%
HSB/HSV108°75.27%71.37%
CMYK60.44%0.00%75.27%
28.63%

Color #48B62D in popluar number systems.

HEX48B62D
Decimal7218245
Binary100100010110110101101
Octal11026655

Shades and tints

Shades of #48B62D

#48B62D
(72,182,45)
#42A629
(66,166,41)
#3C9625
(60,150,37)
#368621
(54,134,33)
#30761D
(48,118,29)
#2A6619
(42,102,25)
#245615
(36,86,21)
#1E4611
(30,70,17)
#18360D
(24,54,13)
#122609
(18,38,9)
#0C1605
(12,22,5)
#000000
(0,0,0)

Tints of #48B62D

#48B62D
(72,182,45)
#58BC40
(88,188,64)
#68C253
(104,194,83)
#78C866
(120,200,102)
#88CE79
(136,206,121)
#98D48C
(152,212,140)
#A8DA9F
(168,218,159)
#B8E0B2
(184,224,178)
#C8E6C5
(200,230,197)
#D8ECD8
(216,236,216)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B62D color. Also use rgb(72,182,45) instead hex code.

Text Font Color

.myTextColor { color: #48B62D; }

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

This text font color is #48B62D.


Background Color

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

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

This div background color is #48B62D.


Border color

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

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

This div border color is #48B62D.


Opacity

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

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

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

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

This text has shadow with #48B62D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B62D on black background.


Color preview on white background

This text has color #48B62D on white background.



Black color preview on #48B62D background

This text has black color on #48B62D background.


White color preview on #48B62D background

This text has white color on #48B62D background.