COLOR #48916C

HEX: #48916C
RGB: (72,145,108)

Color info

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

RGB color model

#48916C color RGB value is (72,145,108).

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

RGB channels and saturation

R 72 of 255 = 28%
G 145 of 255 = 57%
B 108 of 255 = 42%

72
145
108

R + G + B ~ 42%. #48916C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 145 + 108 = 325 (100%)
R 72 of 325 ~ 22.15%
G 145 of 325 ~ 44.62%
B 108 of 325 ~ 33.23%

%22.15
%44.62
%33.23

CMYK color model

#48916C color CMYK value is (50,0,26,43).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 25.52%
  • key color value is 43.14%
CMYK:
(50,0,26,43)
C50M0Y26K43 
(50%,0%,26%,43%)
(0.50/0.00/0.26/0.43)	

CMYK percentages

%50.34
%0
%25.52
%43.14

Codes

Color #48916C in popluar color models

48916C
RGB72145108
HSL150°33.64%42.55%
HSB/HSV150°50.34%56.86%
CMYK50.34%0.00%25.52%
43.14%

Color #48916C in popluar number systems.

HEX48916C
Decimal72145108
Binary1001000100100011101100
Octal110221154

Shades and tints

Shades of #48916C

#48916C
(72,145,108)
#428463
(66,132,99)
#3C775A
(60,119,90)
#366A51
(54,106,81)
#305D48
(48,93,72)
#2A503F
(42,80,63)
#244336
(36,67,54)
#1E362D
(30,54,45)
#182924
(24,41,36)
#121C1B
(18,28,27)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #48916C

#48916C
(72,145,108)
#589B79
(88,155,121)
#68A586
(104,165,134)
#78AF93
(120,175,147)
#88B9A0
(136,185,160)
#98C3AD
(152,195,173)
#A8CDBA
(168,205,186)
#B8D7C7
(184,215,199)
#C8E1D4
(200,225,212)
#D8EBE1
(216,235,225)
#E8F5EE
(232,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48916C color. Also use rgb(72,145,108) instead hex code.

Text Font Color

.myTextColor { color: #48916C; }

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

This text font color is #48916C.


Background Color

.myBgColor { background-color: #48916C; }

<div style="background-color:#48916C">Inner text</div>

This div background color is #48916C.


Border color

.myBorderColor { border: 1px solid #48916C; }

<div style="border:3px solid #48916C">Div</div>

This div border color is #48916C.


Opacity

.myOpacity80 { color: #48916C; opacity: 0.8; }

<p style="color:#48916C;opacity:0.8;">80%</p>

Text with #48916C 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 #48916C;}

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

This text has shadow with #48916C color.

.textShadow {text-shadow: 3px 3px 1px #48916C, 3px 3px 1px red;}

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

This text has shadow with #48916C primary color and red secondary color.


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

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

This text has shadow with #48916C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48916C on black background.


Color preview on white background

This text has color #48916C on white background.



Black color preview on #48916C background

This text has black color on #48916C background.


White color preview on #48916C background

This text has white color on #48916C background.