COLOR #48758F

HEX: #48758F
RGB: (72,117,143)

Color info

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

RGB color model

#48758F color RGB value is (72,117,143).

  • red value is 72;
  • green value is 117;
  • blue value is 143.
RGB:
(72,117,143)
(28%,46%,56%)

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 143 of 255 = 56%

72
117
143

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

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 143 = 332 (100%)
R 72 of 332 ~ 21.69%
G 117 of 332 ~ 35.24%
B 143 of 332 ~ 43.07%

%21.69
%35.24
%43.07

CMYK color model

#48758F color CMYK value is (50,18,0,44).

  • cyan value is 49.65%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(50,18,0,44)
C50M18Y0K44 
(50%,18%,0%,44%)
(0.50/0.18/0.00/0.44)	

CMYK percentages

%49.65
%18.18
%0
%43.92

Codes

Color #48758F in popluar color models

48758F
RGB72117143
HSL202°33.02%42.16%
HSB/HSV202°49.65%56.08%
CMYK49.65%18.18%0.00%
43.92%

Color #48758F in popluar number systems.

HEX48758F
Decimal72117143
Binary1001000111010110001111
Octal110165217

Shades and tints

Shades of #48758F

#48758F
(72,117,143)
#426B82
(66,107,130)
#3C6175
(60,97,117)
#365768
(54,87,104)
#304D5B
(48,77,91)
#2A434E
(42,67,78)
#243941
(36,57,65)
#1E2F34
(30,47,52)
#182527
(24,37,39)
#121B1A
(18,27,26)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #48758F

#48758F
(72,117,143)
#588199
(88,129,153)
#688DA3
(104,141,163)
#7899AD
(120,153,173)
#88A5B7
(136,165,183)
#98B1C1
(152,177,193)
#A8BDCB
(168,189,203)
#B8C9D5
(184,201,213)
#C8D5DF
(200,213,223)
#D8E1E9
(216,225,233)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48758F color. Also use rgb(72,117,143) instead hex code.

Text Font Color

.myTextColor { color: #48758F; }

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

This text font color is #48758F.


Background Color

.myBgColor { background-color: #48758F; }

<div style="background-color:#48758F">Inner text</div>

This div background color is #48758F.


Border color

.myBorderColor { border: 1px solid #48758F; }

<div style="border:3px solid #48758F">Div</div>

This div border color is #48758F.


Opacity

.myOpacity80 { color: #48758F; opacity: 0.8; }

<p style="color:#48758F;opacity:0.8;">80%</p>

Text with #48758F 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 #48758F;}

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

This text has shadow with #48758F color.

.textShadow {text-shadow: 3px 3px 1px #48758F, 3px 3px 1px red;}

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

This text has shadow with #48758F primary color and red secondary color.


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

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

This text has shadow with #48758F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48758F on black background.


Color preview on white background

This text has color #48758F on white background.



Black color preview on #48758F background

This text has black color on #48758F background.


White color preview on #48758F background

This text has white color on #48758F background.