COLOR #48B73C

HEX: #48B73C
RGB: (72,183,60)

Color info

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

RGB color model

#48B73C color RGB value is (72,183,60).

  • red value is 72;
  • green value is 183;
  • blue value is 60.
RGB:
(72,183,60)
(28%,72%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 183 of 255 = 72%
B 60 of 255 = 24%

72
183
60

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

Portions of RGB colors in percentages

R + G + B =
72 + 183 + 60 = 315 (100%)
R 72 of 315 ~ 22.86%
G 183 of 315 ~ 58.1%
B 60 of 315 ~ 19.05%

%22.86
%58.1
%19.05

CMYK color model

#48B73C color CMYK value is (61,0,67,28).

  • cyan value is 60.66%
  • magenta value is 0.00%
  • yellow value is 67.21%
  • key color value is 28.24%
CMYK:
(61,0,67,28)
C61M0Y67K28 
(61%,0%,67%,28%)
(0.61/0.00/0.67/0.28)	

CMYK percentages

%60.66
%0
%67.21
%28.24

Codes

Color #48B73C in popluar color models

48B73C
RGB7218360
HSL114°50.62%47.65%
HSB/HSV114°67.21%71.76%
CMYK60.66%0.00%67.21%
28.24%

Color #48B73C in popluar number systems.

HEX48B73C
Decimal7218360
Binary100100010110111111100
Octal11026774

Shades and tints

Shades of #48B73C

#48B73C
(72,183,60)
#42A737
(66,167,55)
#3C9732
(60,151,50)
#36872D
(54,135,45)
#307728
(48,119,40)
#2A6723
(42,103,35)
#24571E
(36,87,30)
#1E4719
(30,71,25)
#183714
(24,55,20)
#12270F
(18,39,15)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #48B73C

#48B73C
(72,183,60)
#58BD4D
(88,189,77)
#68C35E
(104,195,94)
#78C96F
(120,201,111)
#88CF80
(136,207,128)
#98D591
(152,213,145)
#A8DBA2
(168,219,162)
#B8E1B3
(184,225,179)
#C8E7C4
(200,231,196)
#D8EDD5
(216,237,213)
#E8F3E6
(232,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48B73C; }

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

This text font color is #48B73C.


Background Color

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

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

This div background color is #48B73C.


Border color

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

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

This div border color is #48B73C.


Opacity

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

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

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

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

This text has shadow with #48B73C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B73C on black background.


Color preview on white background

This text has color #48B73C on white background.



Black color preview on #48B73C background

This text has black color on #48B73C background.


White color preview on #48B73C background

This text has white color on #48B73C background.