COLOR #48C346

HEX: #48C346
RGB: (72,195,70)

Color info

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

RGB color model

#48C346 color RGB value is (72,195,70).

  • red value is 72;
  • green value is 195;
  • blue value is 70.
RGB:
(72,195,70)
(28%,76%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 195 of 255 = 76%
B 70 of 255 = 27%

72
195
70

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

Portions of RGB colors in percentages

R + G + B =
72 + 195 + 70 = 337 (100%)
R 72 of 337 ~ 21.36%
G 195 of 337 ~ 57.86%
B 70 of 337 ~ 20.77%

%21.36
%57.86
%20.77

CMYK color model

#48C346 color CMYK value is (63,0,64,24).

  • cyan value is 63.08%
  • magenta value is 0.00%
  • yellow value is 64.10%
  • key color value is 23.53%
CMYK:
(63,0,64,24)
C63M0Y64K24 
(63%,0%,64%,24%)
(0.63/0.00/0.64/0.24)	

CMYK percentages

%63.08
%0
%64.1
%23.53

Codes

Color #48C346 in popluar color models

48C346
RGB7219570
HSL119°51.02%51.96%
HSB/HSV119°64.10%76.47%
CMYK63.08%0.00%64.10%
23.53%

Color #48C346 in popluar number systems.

HEX48C346
Decimal7219570
Binary1001000110000111000110
Octal110303106

Shades and tints

Shades of #48C346

#48C346
(72,195,70)
#42B240
(66,178,64)
#3CA13A
(60,161,58)
#369034
(54,144,52)
#307F2E
(48,127,46)
#2A6E28
(42,110,40)
#245D22
(36,93,34)
#1E4C1C
(30,76,28)
#183B16
(24,59,22)
#122A10
(18,42,16)
#0C190A
(12,25,10)
#000000
(0,0,0)

Tints of #48C346

#48C346
(72,195,70)
#58C856
(88,200,86)
#68CD66
(104,205,102)
#78D276
(120,210,118)
#88D786
(136,215,134)
#98DC96
(152,220,150)
#A8E1A6
(168,225,166)
#B8E6B6
(184,230,182)
#C8EBC6
(200,235,198)
#D8F0D6
(216,240,214)
#E8F5E6
(232,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48C346; }

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

This text font color is #48C346.


Background Color

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

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

This div background color is #48C346.


Border color

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

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

This div border color is #48C346.


Opacity

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

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

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

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

This text has shadow with #48C346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C346 on black background.


Color preview on white background

This text has color #48C346 on white background.



Black color preview on #48C346 background

This text has black color on #48C346 background.


White color preview on #48C346 background

This text has white color on #48C346 background.