COLOR #48912E

HEX: #48912E
RGB: (72,145,46)

Color info

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

RGB color model

#48912E color RGB value is (72,145,46).

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

RGB channels and saturation

R 72 of 255 = 28%
G 145 of 255 = 57%
B 46 of 255 = 18%

72
145
46

R + G + B ~ 34%. #48912E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 145 + 46 = 263 (100%)
R 72 of 263 ~ 27.38%
G 145 of 263 ~ 55.13%
B 46 of 263 ~ 17.49%

%27.38
%55.13
%17.49

CMYK color model

#48912E color CMYK value is (50,0,68,43).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 68.28%
  • key color value is 43.14%
CMYK:
(50,0,68,43)
C50M0Y68K43 
(50%,0%,68%,43%)
(0.50/0.00/0.68/0.43)	

CMYK percentages

%50.34
%0
%68.28
%43.14

Codes

Color #48912E in popluar color models

48912E
RGB7214546
HSL104°51.83%37.45%
HSB/HSV104°68.28%56.86%
CMYK50.34%0.00%68.28%
43.14%

Color #48912E in popluar number systems.

HEX48912E
Decimal7214546
Binary100100010010001101110
Octal11022156

Shades and tints

Shades of #48912E

#48912E
(72,145,46)
#42842A
(66,132,42)
#3C7726
(60,119,38)
#366A22
(54,106,34)
#305D1E
(48,93,30)
#2A501A
(42,80,26)
#244316
(36,67,22)
#1E3612
(30,54,18)
#18290E
(24,41,14)
#121C0A
(18,28,10)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #48912E

#48912E
(72,145,46)
#589B41
(88,155,65)
#68A554
(104,165,84)
#78AF67
(120,175,103)
#88B97A
(136,185,122)
#98C38D
(152,195,141)
#A8CDA0
(168,205,160)
#B8D7B3
(184,215,179)
#C8E1C6
(200,225,198)
#D8EBD9
(216,235,217)
#E8F5EC
(232,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48912E; }

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

This text font color is #48912E.


Background Color

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

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

This div background color is #48912E.


Border color

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

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

This div border color is #48912E.


Opacity

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

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

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

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

This text has shadow with #48912E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48912E on black background.


Color preview on white background

This text has color #48912E on white background.



Black color preview on #48912E background

This text has black color on #48912E background.


White color preview on #48912E background

This text has white color on #48912E background.