COLOR #48778E

HEX: #48778E
RGB: (72,119,142)

Color info

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

RGB color model

#48778E color RGB value is (72,119,142).

  • red value is 72;
  • green value is 119;
  • blue value is 142.
RGB:
(72,119,142)
(28%,47%,56%)

RGB channels and saturation

R 72 of 255 = 28%
G 119 of 255 = 47%
B 142 of 255 = 56%

72
119
142

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

Portions of RGB colors in percentages

R + G + B =
72 + 119 + 142 = 333 (100%)
R 72 of 333 ~ 21.62%
G 119 of 333 ~ 35.74%
B 142 of 333 ~ 42.64%

%21.62
%35.74
%42.64

CMYK color model

#48778E color CMYK value is (49,16,0,44).

  • cyan value is 49.30%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(49,16,0,44)
C49M16Y0K44 
(49%,16%,0%,44%)
(0.49/0.16/0.00/0.44)	

CMYK percentages

%49.3
%16.2
%0
%44.31

Codes

Color #48778E in popluar color models

48778E
RGB72119142
HSL200°32.71%41.96%
HSB/HSV200°49.30%55.69%
CMYK49.30%16.20%0.00%
44.31%

Color #48778E in popluar number systems.

HEX48778E
Decimal72119142
Binary1001000111011110001110
Octal110167216

Shades and tints

Shades of #48778E

#48778E
(72,119,142)
#426D82
(66,109,130)
#3C6376
(60,99,118)
#36596A
(54,89,106)
#304F5E
(48,79,94)
#2A4552
(42,69,82)
#243B46
(36,59,70)
#1E313A
(30,49,58)
#18272E
(24,39,46)
#121D22
(18,29,34)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #48778E

#48778E
(72,119,142)
#588398
(88,131,152)
#688FA2
(104,143,162)
#789BAC
(120,155,172)
#88A7B6
(136,167,182)
#98B3C0
(152,179,192)
#A8BFCA
(168,191,202)
#B8CBD4
(184,203,212)
#C8D7DE
(200,215,222)
#D8E3E8
(216,227,232)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48778E color. Also use rgb(72,119,142) instead hex code.

Text Font Color

.myTextColor { color: #48778E; }

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

This text font color is #48778E.


Background Color

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

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

This div background color is #48778E.


Border color

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

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

This div border color is #48778E.


Opacity

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

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

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

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

This text has shadow with #48778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48778E on black background.


Color preview on white background

This text has color #48778E on white background.



Black color preview on #48778E background

This text has black color on #48778E background.


White color preview on #48778E background

This text has white color on #48778E background.