COLOR #48A934

HEX: #48A934
RGB: (72,169,52)

Color info

#48A934 contains mainly green color. Web safe color of #48A934 is #339933 (or #393).

RGB color model

#48A934 color RGB value is (72,169,52).

  • red value is 72;
  • green value is 169;
  • blue value is 52.
RGB:
(72,169,52)
(28%,66%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 169 of 255 = 66%
B 52 of 255 = 20%

72
169
52

R + G + B ~ 38%. #48A934 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 169 + 52 = 293 (100%)
R 72 of 293 ~ 24.57%
G 169 of 293 ~ 57.68%
B 52 of 293 ~ 17.75%

%24.57
%57.68
%17.75

CMYK color model

#48A934 color CMYK value is (57,0,69,34).

  • cyan value is 57.40%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 33.73%
CMYK:
(57,0,69,34)
C57M0Y69K34 
(57%,0%,69%,34%)
(0.57/0.00/0.69/0.34)	

CMYK percentages

%57.4
%0
%69.23
%33.73

Codes

Color #48A934 in popluar color models

48A934
RGB7216952
HSL110°52.94%43.33%
HSB/HSV110°69.23%66.27%
CMYK57.40%0.00%69.23%
33.73%

Color #48A934 in popluar number systems.

HEX48A934
Decimal7216952
Binary100100010101001110100
Octal11025164

Shades and tints

Shades of #48A934

#48A934
(72,169,52)
#429A30
(66,154,48)
#3C8B2C
(60,139,44)
#367C28
(54,124,40)
#306D24
(48,109,36)
#2A5E20
(42,94,32)
#244F1C
(36,79,28)
#1E4018
(30,64,24)
#183114
(24,49,20)
#122210
(18,34,16)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #48A934

#48A934
(72,169,52)
#58B046
(88,176,70)
#68B758
(104,183,88)
#78BE6A
(120,190,106)
#88C57C
(136,197,124)
#98CC8E
(152,204,142)
#A8D3A0
(168,211,160)
#B8DAB2
(184,218,178)
#C8E1C4
(200,225,196)
#D8E8D6
(216,232,214)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A934 color. Also use rgb(72,169,52) instead hex code.

Text Font Color

.myTextColor { color: #48A934; }

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

This text font color is #48A934.


Background Color

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

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

This div background color is #48A934.


Border color

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

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

This div border color is #48A934.


Opacity

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

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

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

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

This text has shadow with #48A934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A934 on black background.


Color preview on white background

This text has color #48A934 on white background.



Black color preview on #48A934 background

This text has black color on #48A934 background.


White color preview on #48A934 background

This text has white color on #48A934 background.