COLOR #48827E

HEX: #48827E
RGB: (72,130,126)

Color info

#48827E contains red, green and blue colors in about the same proportion. Web safe color of #48827E is #339966 (or #396).

RGB color model

#48827E color RGB value is (72,130,126).

  • red value is 72;
  • green value is 130;
  • blue value is 126.
RGB:
(72,130,126)
(28%,51%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 130 of 255 = 51%
B 126 of 255 = 49%

72
130
126

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

Portions of RGB colors in percentages

R + G + B =
72 + 130 + 126 = 328 (100%)
R 72 of 328 ~ 21.95%
G 130 of 328 ~ 39.63%
B 126 of 328 ~ 38.41%

%21.95
%39.63
%38.41

CMYK color model

#48827E color CMYK value is (45,0,3,49).

  • cyan value is 44.62%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(45,0,3,49)
C45M0Y3K49 
(45%,0%,3%,49%)
(0.45/0.00/0.03/0.49)	

CMYK percentages

%44.62
%0
%3.08
%49.02

Codes

Color #48827E in popluar color models

48827E
RGB72130126
HSL176°28.71%39.61%
HSB/HSV176°44.62%50.98%
CMYK44.62%0.00%3.08%
49.02%

Color #48827E in popluar number systems.

HEX48827E
Decimal72130126
Binary1001000100000101111110
Octal110202176

Shades and tints

Shades of #48827E

#48827E
(72,130,126)
#427773
(66,119,115)
#3C6C68
(60,108,104)
#36615D
(54,97,93)
#305652
(48,86,82)
#2A4B47
(42,75,71)
#24403C
(36,64,60)
#1E3531
(30,53,49)
#182A26
(24,42,38)
#121F1B
(18,31,27)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #48827E

#48827E
(72,130,126)
#588D89
(88,141,137)
#689894
(104,152,148)
#78A39F
(120,163,159)
#88AEAA
(136,174,170)
#98B9B5
(152,185,181)
#A8C4C0
(168,196,192)
#B8CFCB
(184,207,203)
#C8DAD6
(200,218,214)
#D8E5E1
(216,229,225)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48827E color. Also use rgb(72,130,126) instead hex code.

Text Font Color

.myTextColor { color: #48827E; }

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

This text font color is #48827E.


Background Color

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

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

This div background color is #48827E.


Border color

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

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

This div border color is #48827E.


Opacity

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

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

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

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

This text has shadow with #48827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48827E on black background.


Color preview on white background

This text has color #48827E on white background.



Black color preview on #48827E background

This text has black color on #48827E background.


White color preview on #48827E background

This text has white color on #48827E background.