COLOR #48932E

HEX: #48932E
RGB: (72,147,46)

Color info

#48932E contains mainly green color. Web safe color of #48932E is #339933 (or #393).

RGB color model

#48932E color RGB value is (72,147,46).

  • red value is 72;
  • green value is 147;
  • blue value is 46.
RGB:
(72,147,46)
(28%,58%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 147 of 255 = 58%
B 46 of 255 = 18%

72
147
46

R + G + B ~ 35%. #48932E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 147 + 46 = 265 (100%)
R 72 of 265 ~ 27.17%
G 147 of 265 ~ 55.47%
B 46 of 265 ~ 17.36%

%27.17
%55.47
%17.36

CMYK color model

#48932E color CMYK value is (51,0,69,42).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 68.71%
  • key color value is 42.35%
CMYK:
(51,0,69,42)
C51M0Y69K42 
(51%,0%,69%,42%)
(0.51/0.00/0.69/0.42)	

CMYK percentages

%51.02
%0
%68.71
%42.35

Codes

Color #48932E in popluar color models

48932E
RGB7214746
HSL105°52.33%37.84%
HSB/HSV105°68.71%57.65%
CMYK51.02%0.00%68.71%
42.35%

Color #48932E in popluar number systems.

HEX48932E
Decimal7214746
Binary100100010010011101110
Octal11022356

Shades and tints

Shades of #48932E

#48932E
(72,147,46)
#42862A
(66,134,42)
#3C7926
(60,121,38)
#366C22
(54,108,34)
#305F1E
(48,95,30)
#2A521A
(42,82,26)
#244516
(36,69,22)
#1E3812
(30,56,18)
#182B0E
(24,43,14)
#121E0A
(18,30,10)
#0C1106
(12,17,6)
#000000
(0,0,0)

Tints of #48932E

#48932E
(72,147,46)
#589C41
(88,156,65)
#68A554
(104,165,84)
#78AE67
(120,174,103)
#88B77A
(136,183,122)
#98C08D
(152,192,141)
#A8C9A0
(168,201,160)
#B8D2B3
(184,210,179)
#C8DBC6
(200,219,198)
#D8E4D9
(216,228,217)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48932E color. Also use rgb(72,147,46) instead hex code.

Text Font Color

.myTextColor { color: #48932E; }

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

This text font color is #48932E.


Background Color

.myBgColor { background-color: #48932E; }

<div style="background-color:#48932E">Inner text</div>

This div background color is #48932E.


Border color

.myBorderColor { border: 1px solid #48932E; }

<div style="border:3px solid #48932E">Div</div>

This div border color is #48932E.


Opacity

.myOpacity80 { color: #48932E; opacity: 0.8; }

<p style="color:#48932E;opacity:0.8;">80%</p>

Text with #48932E 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 #48932E;}

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

This text has shadow with #48932E color.

.textShadow {text-shadow: 3px 3px 1px #48932E, 3px 3px 1px red;}

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

This text has shadow with #48932E primary color and red secondary color.


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

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

This text has shadow with #48932E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48932E on black background.


Color preview on white background

This text has color #48932E on white background.



Black color preview on #48932E background

This text has black color on #48932E background.


White color preview on #48932E background

This text has white color on #48932E background.