COLOR #48896E

HEX: #48896E
RGB: (72,137,110)

Color info

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

RGB color model

#48896E color RGB value is (72,137,110).

  • red value is 72;
  • green value is 137;
  • blue value is 110.
RGB:
(72,137,110)
(28%,54%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 137 of 255 = 54%
B 110 of 255 = 43%

72
137
110

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

Portions of RGB colors in percentages

R + G + B =
72 + 137 + 110 = 319 (100%)
R 72 of 319 ~ 22.57%
G 137 of 319 ~ 42.95%
B 110 of 319 ~ 34.48%

%22.57
%42.95
%34.48

CMYK color model

#48896E color CMYK value is (47,0,20,46).

  • cyan value is 47.45%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(47,0,20,46)
C47M0Y20K46 
(47%,0%,20%,46%)
(0.47/0.00/0.20/0.46)	

CMYK percentages

%47.45
%0
%19.71
%46.27

Codes

Color #48896E in popluar color models

48896E
RGB72137110
HSL155°31.10%40.98%
HSB/HSV155°47.45%53.73%
CMYK47.45%0.00%19.71%
46.27%

Color #48896E in popluar number systems.

HEX48896E
Decimal72137110
Binary1001000100010011101110
Octal110211156

Shades and tints

Shades of #48896E

#48896E
(72,137,110)
#427D64
(66,125,100)
#3C715A
(60,113,90)
#366550
(54,101,80)
#305946
(48,89,70)
#2A4D3C
(42,77,60)
#244132
(36,65,50)
#1E3528
(30,53,40)
#18291E
(24,41,30)
#121D14
(18,29,20)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #48896E

#48896E
(72,137,110)
#58937B
(88,147,123)
#689D88
(104,157,136)
#78A795
(120,167,149)
#88B1A2
(136,177,162)
#98BBAF
(152,187,175)
#A8C5BC
(168,197,188)
#B8CFC9
(184,207,201)
#C8D9D6
(200,217,214)
#D8E3E3
(216,227,227)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48896E color. Also use rgb(72,137,110) instead hex code.

Text Font Color

.myTextColor { color: #48896E; }

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

This text font color is #48896E.


Background Color

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

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

This div background color is #48896E.


Border color

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

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

This div border color is #48896E.


Opacity

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

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

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

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

This text has shadow with #48896E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48896E on black background.


Color preview on white background

This text has color #48896E on white background.



Black color preview on #48896E background

This text has black color on #48896E background.


White color preview on #48896E background

This text has white color on #48896E background.