COLOR #48915A

HEX: #48915A
RGB: (72,145,90)

Color info

#48915A contains mainly green and blue colors. Web safe color of #48915A is #339966 (or #396).

RGB color model

#48915A color RGB value is (72,145,90).

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

RGB channels and saturation

R 72 of 255 = 28%
G 145 of 255 = 57%
B 90 of 255 = 35%

72
145
90

R + G + B ~ 40%. #48915A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 145 + 90 = 307 (100%)
R 72 of 307 ~ 23.45%
G 145 of 307 ~ 47.23%
B 90 of 307 ~ 29.32%

%23.45
%47.23
%29.32

CMYK color model

#48915A color CMYK value is (50,0,38,43).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 43.14%
CMYK:
(50,0,38,43)
C50M0Y38K43 
(50%,0%,38%,43%)
(0.50/0.00/0.38/0.43)	

CMYK percentages

%50.34
%0
%37.93
%43.14

Codes

Color #48915A in popluar color models

48915A
RGB7214590
HSL135°33.64%42.55%
HSB/HSV135°50.34%56.86%
CMYK50.34%0.00%37.93%
43.14%

Color #48915A in popluar number systems.

HEX48915A
Decimal7214590
Binary1001000100100011011010
Octal110221132

Shades and tints

Shades of #48915A

#48915A
(72,145,90)
#428452
(66,132,82)
#3C774A
(60,119,74)
#366A42
(54,106,66)
#305D3A
(48,93,58)
#2A5032
(42,80,50)
#24432A
(36,67,42)
#1E3622
(30,54,34)
#18291A
(24,41,26)
#121C12
(18,28,18)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #48915A

#48915A
(72,145,90)
#589B69
(88,155,105)
#68A578
(104,165,120)
#78AF87
(120,175,135)
#88B996
(136,185,150)
#98C3A5
(152,195,165)
#A8CDB4
(168,205,180)
#B8D7C3
(184,215,195)
#C8E1D2
(200,225,210)
#D8EBE1
(216,235,225)
#E8F5F0
(232,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48915A color. Also use rgb(72,145,90) instead hex code.

Text Font Color

.myTextColor { color: #48915A; }

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

This text font color is #48915A.


Background Color

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

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

This div background color is #48915A.


Border color

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

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

This div border color is #48915A.


Opacity

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

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

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

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

This text has shadow with #48915A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48915A on black background.


Color preview on white background

This text has color #48915A on white background.



Black color preview on #48915A background

This text has black color on #48915A background.


White color preview on #48915A background

This text has white color on #48915A background.