COLOR #31778C

HEX: #31778C
RGB: (49,119,140)

Color info

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

RGB color model

#31778C color RGB value is (49,119,140).

  • red value is 49;
  • green value is 119;
  • blue value is 140.
RGB:
(49,119,140)
(19%,47%,55%)

RGB channels and saturation

R 49 of 255 = 19%
G 119 of 255 = 47%
B 140 of 255 = 55%

49
119
140

R + G + B ~ 40%. #31778C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 119 + 140 = 308 (100%)
R 49 of 308 ~ 15.91%
G 119 of 308 ~ 38.64%
B 140 of 308 ~ 45.45%

%15.91
%38.64
%45.45

CMYK color model

#31778C color CMYK value is (65,15,0,45).

  • cyan value is 65.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(65,15,0,45)
C65M15Y0K45 
(65%,15%,0%,45%)
(0.65/0.15/0.00/0.45)	

CMYK percentages

%65
%15
%0
%45.1

Codes

Color #31778C in popluar color models

31778C
RGB49119140
HSL194°48.15%37.06%
HSB/HSV194°65.00%54.90%
CMYK65.00%15.00%0.00%
45.10%

Color #31778C in popluar number systems.

HEX31778C
Decimal49119140
Binary110001111011110001100
Octal61167214

Shades and tints

Shades of #31778C

#31778C
(49,119,140)
#2D6D80
(45,109,128)
#296374
(41,99,116)
#255968
(37,89,104)
#214F5C
(33,79,92)
#1D4550
(29,69,80)
#193B44
(25,59,68)
#153138
(21,49,56)
#11272C
(17,39,44)
#0D1D20
(13,29,32)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #31778C

#31778C
(49,119,140)
#438396
(67,131,150)
#558FA0
(85,143,160)
#679BAA
(103,155,170)
#79A7B4
(121,167,180)
#8BB3BE
(139,179,190)
#9DBFC8
(157,191,200)
#AFCBD2
(175,203,210)
#C1D7DC
(193,215,220)
#D3E3E6
(211,227,230)
#E5EFF0
(229,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31778C color. Also use rgb(49,119,140) instead hex code.

Text Font Color

.myTextColor { color: #31778C; }

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

This text font color is #31778C.


Background Color

.myBgColor { background-color: #31778C; }

<div style="background-color:#31778C">Inner text</div>

This div background color is #31778C.


Border color

.myBorderColor { border: 1px solid #31778C; }

<div style="border:3px solid #31778C">Div</div>

This div border color is #31778C.


Opacity

.myOpacity80 { color: #31778C; opacity: 0.8; }

<p style="color:#31778C;opacity:0.8;">80%</p>

Text with #31778C 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 #31778C;}

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

This text has shadow with #31778C color.

.textShadow {text-shadow: 3px 3px 1px #31778C, 3px 3px 1px red;}

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

This text has shadow with #31778C primary color and red secondary color.


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

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

This text has shadow with #31778C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31778C on black background.


Color preview on white background

This text has color #31778C on white background.



Black color preview on #31778C background

This text has black color on #31778C background.


White color preview on #31778C background

This text has white color on #31778C background.