COLOR #48915E

HEX: #48915E RGB: (72,145,94)

Color info

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

RGB color model

#48915E color RGB value is (72,145,94).

RGB: (72,145,94) (28%, 57%, 37%)

RGB channels and saturation

R 72 of 255 = 28%
G 145 of 255 = 57%
B 94 of 255 = 37%

72
145
94

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

Portions of RGB colors in percentages

R + G + B = 72 + 145 + 94 = 311 (100%)
R 72 of 311 ~ 23.15%
G 145 of 311 ~ 46.62%
B 94 of 311 ~ 30.23'%

%23.15
%46.62
%30.23

CMYK color model

#48915E color CMYK value is (50,0,35,43).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 35.17%
  • key color value is 43.14%

CMYK: (50,0,35,43)
C50M0Y35K43 (50%, 0%, 35%, 43%)
(0.50 / 0.00 / 0.35 / 0.43)

CMYK percentages

%50.34
%0
%35.17
%43.14

Codes

Color #48915E in popluar color models

48 91 5E
RGB 72 145 94
HSL 138° 33.64% 42.55%
HSB/HSV 138° 50.34% 56.86%
CMYK 50.34% 0.00% 35.17%
43.14%

Color #48915E in popluar number systems.

HEX 48 91 5E
Decimal 72 145 94
Binary 1001000 10010001 1011110
Octal 110 221 136

Shades and tints

Shades of #48915E

#48915E
(72,145,94)
#428456
(66,132,86)
#3C774E
(60,119,78)
#366A46
(54,106,70)
#305D3E
(48,93,62)
#2A5036
(42,80,54)
#24432E
(36,67,46)
#1E3626
(30,54,38)
#18291E
(24,41,30)
#121C16
(18,28,22)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #48915E

#48915E
(72,145,94)
#589B6C
(88,155,108)
#68A57A
(104,165,122)
#78AF88
(120,175,136)
#88B996
(136,185,150)
#98C3A4
(152,195,164)
#A8CDB2
(168,205,178)
#B8D7C0
(184,215,192)
#C8E1CE
(200,225,206)
#D8EBDC
(216,235,220)
#E8F5EA
(232,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48915E; }

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

This text font color is #48915E.

Background Color

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

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

This div background color is #48915E.

Border color

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

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

This div border color is #48915E.

Opacity

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

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

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

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

This text has shadow with #48915E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48915E.

Preview

Color preview on black background

This text has color #48915E on black background.


Color preview on white background

This text has color #48915E on white background.


Black color preview on #48915E background

This text has black color on #48915E background.


White color preview on #48915E background

This text has white color on #48915E background.


Related colors

Complementary color

Complementary color for #hex is #B76EA1.


I love getcolorcode.com

Triadic colors

1 #5E4891 and #915E48 with #48915E are triadic colors.

2 #5E9148 and #91485E with #48915E are triadic colors.