COLOR #48768B

HEX: #48768B
RGB: (72,118,139)

Color info

#48768B contains mainly green and blue colors. Web safe color of #48768B is #336699 (or #369).

RGB color model

#48768B color RGB value is (72,118,139).

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

RGB channels and saturation

R 72 of 255 = 28%
G 118 of 255 = 46%
B 139 of 255 = 55%

72
118
139

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

Portions of RGB colors in percentages

R + G + B =
72 + 118 + 139 = 329 (100%)
R 72 of 329 ~ 21.88%
G 118 of 329 ~ 35.87%
B 139 of 329 ~ 42.25%

%21.88
%35.87
%42.25

CMYK color model

#48768B color CMYK value is (48,15,0,45).

  • cyan value is 48.20%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(48,15,0,45)
C48M15Y0K45 
(48%,15%,0%,45%)
(0.48/0.15/0.00/0.45)	

CMYK percentages

%48.2
%15.11
%0
%45.49

Codes

Color #48768B in popluar color models

48768B
RGB72118139
HSL199°31.75%41.37%
HSB/HSV199°48.20%54.51%
CMYK48.20%15.11%0.00%
45.49%

Color #48768B in popluar number systems.

HEX48768B
Decimal72118139
Binary1001000111011010001011
Octal110166213

Shades and tints

Shades of #48768B

#48768B
(72,118,139)
#426C7F
(66,108,127)
#3C6273
(60,98,115)
#365867
(54,88,103)
#304E5B
(48,78,91)
#2A444F
(42,68,79)
#243A43
(36,58,67)
#1E3037
(30,48,55)
#18262B
(24,38,43)
#121C1F
(18,28,31)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #48768B

#48768B
(72,118,139)
#588295
(88,130,149)
#688E9F
(104,142,159)
#789AA9
(120,154,169)
#88A6B3
(136,166,179)
#98B2BD
(152,178,189)
#A8BEC7
(168,190,199)
#B8CAD1
(184,202,209)
#C8D6DB
(200,214,219)
#D8E2E5
(216,226,229)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48768B; }

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

This text font color is #48768B.


Background Color

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

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

This div background color is #48768B.


Border color

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

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

This div border color is #48768B.


Opacity

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

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

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

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

This text has shadow with #48768B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48768B on black background.


Color preview on white background

This text has color #48768B on white background.



Black color preview on #48768B background

This text has black color on #48768B background.


White color preview on #48768B background

This text has white color on #48768B background.