COLOR #48818B

HEX: #48818B
RGB: (72,129,139)

Color info

#48818B contains mainly green and blue colors. Web safe color of #48818B is #339999 (or #399).

RGB color model

#48818B color RGB value is (72,129,139).

  • red value is 72;
  • green value is 129;
  • blue value is 139.
RGB:
(72,129,139)
(28%,51%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 129 of 255 = 51%
B 139 of 255 = 55%

72
129
139

R + G + B ~ 45%. #48818B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 129 + 139 = 340 (100%)
R 72 of 340 ~ 21.18%
G 129 of 340 ~ 37.94%
B 139 of 340 ~ 40.88%

%21.18
%37.94
%40.88

CMYK color model

#48818B color CMYK value is (48,7,0,45).

  • cyan value is 48.20%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(48,7,0,45)
C48M7Y0K45 
(48%,7%,0%,45%)
(0.48/0.07/0.00/0.45)	

CMYK percentages

%48.2
%7.19
%0
%45.49

Codes

Color #48818B in popluar color models

48818B
RGB72129139
HSL189°31.75%41.37%
HSB/HSV189°48.20%54.51%
CMYK48.20%7.19%0.00%
45.49%

Color #48818B in popluar number systems.

HEX48818B
Decimal72129139
Binary10010001000000110001011
Octal110201213

Shades and tints

Shades of #48818B

#48818B
(72,129,139)
#42767F
(66,118,127)
#3C6B73
(60,107,115)
#366067
(54,96,103)
#30555B
(48,85,91)
#2A4A4F
(42,74,79)
#243F43
(36,63,67)
#1E3437
(30,52,55)
#18292B
(24,41,43)
#121E1F
(18,30,31)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #48818B

#48818B
(72,129,139)
#588C95
(88,140,149)
#68979F
(104,151,159)
#78A2A9
(120,162,169)
#88ADB3
(136,173,179)
#98B8BD
(152,184,189)
#A8C3C7
(168,195,199)
#B8CED1
(184,206,209)
#C8D9DB
(200,217,219)
#D8E4E5
(216,228,229)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48818B color. Also use rgb(72,129,139) instead hex code.

Text Font Color

.myTextColor { color: #48818B; }

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

This text font color is #48818B.


Background Color

.myBgColor { background-color: #48818B; }

<div style="background-color:#48818B">Inner text</div>

This div background color is #48818B.


Border color

.myBorderColor { border: 1px solid #48818B; }

<div style="border:3px solid #48818B">Div</div>

This div border color is #48818B.


Opacity

.myOpacity80 { color: #48818B; opacity: 0.8; }

<p style="color:#48818B;opacity:0.8;">80%</p>

Text with #48818B 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 #48818B;}

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

This text has shadow with #48818B color.

.textShadow {text-shadow: 3px 3px 1px #48818B, 3px 3px 1px red;}

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

This text has shadow with #48818B primary color and red secondary color.


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

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

This text has shadow with #48818B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48818B on black background.


Color preview on white background

This text has color #48818B on white background.



Black color preview on #48818B background

This text has black color on #48818B background.


White color preview on #48818B background

This text has white color on #48818B background.