COLOR #48951A

HEX: #48951A
RGB: (72,149,26)

Color info

#48951A contains mainly green color. Web safe color of #48951A is #339900 (or #390).

RGB color model

#48951A color RGB value is (72,149,26).

  • red value is 72;
  • green value is 149;
  • blue value is 26.
RGB:
(72,149,26)
(28%,58%,10%)

RGB channels and saturation

R 72 of 255 = 28%
G 149 of 255 = 58%
B 26 of 255 = 10%

72
149
26

R + G + B ~ 32%. #48951A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 149 + 26 = 247 (100%)
R 72 of 247 ~ 29.15%
G 149 of 247 ~ 60.32%
B 26 of 247 ~ 10.53%

%29.15
%60.32
%10.53

CMYK color model

#48951A color CMYK value is (52,0,83,42).

  • cyan value is 51.68%
  • magenta value is 0.00%
  • yellow value is 82.55%
  • key color value is 41.57%
CMYK:
(52,0,83,42)
C52M0Y83K42 
(52%,0%,83%,42%)
(0.52/0.00/0.83/0.42)	

CMYK percentages

%51.68
%0
%82.55
%41.57

Codes

Color #48951A in popluar color models

48951A
RGB7214926
HSL98°70.29%34.31%
HSB/HSV98°82.55%58.43%
CMYK51.68%0.00%82.55%
41.57%

Color #48951A in popluar number systems.

HEX48951A
Decimal7214926
Binary10010001001010111010
Octal11022532

Shades and tints

Shades of #48951A

#48951A
(72,149,26)
#428818
(66,136,24)
#3C7B16
(60,123,22)
#366E14
(54,110,20)
#306112
(48,97,18)
#2A5410
(42,84,16)
#24470E
(36,71,14)
#1E3A0C
(30,58,12)
#182D0A
(24,45,10)
#122008
(18,32,8)
#0C1306
(12,19,6)
#000000
(0,0,0)

Tints of #48951A

#48951A
(72,149,26)
#589E2E
(88,158,46)
#68A742
(104,167,66)
#78B056
(120,176,86)
#88B96A
(136,185,106)
#98C27E
(152,194,126)
#A8CB92
(168,203,146)
#B8D4A6
(184,212,166)
#C8DDBA
(200,221,186)
#D8E6CE
(216,230,206)
#E8EFE2
(232,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48951A color. Also use rgb(72,149,26) instead hex code.

Text Font Color

.myTextColor { color: #48951A; }

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

This text font color is #48951A.


Background Color

.myBgColor { background-color: #48951A; }

<div style="background-color:#48951A">Inner text</div>

This div background color is #48951A.


Border color

.myBorderColor { border: 1px solid #48951A; }

<div style="border:3px solid #48951A">Div</div>

This div border color is #48951A.


Opacity

.myOpacity80 { color: #48951A; opacity: 0.8; }

<p style="color:#48951A;opacity:0.8;">80%</p>

Text with #48951A 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 #48951A;}

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

This text has shadow with #48951A color.

.textShadow {text-shadow: 3px 3px 1px #48951A, 3px 3px 1px red;}

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

This text has shadow with #48951A primary color and red secondary color.


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

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

This text has shadow with #48951A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48951A on black background.


Color preview on white background

This text has color #48951A on white background.



Black color preview on #48951A background

This text has black color on #48951A background.


White color preview on #48951A background

This text has white color on #48951A background.