COLOR #319993

HEX: #319993
RGB: (49,153,147)

Color info

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

RGB color model

#319993 color RGB value is (49,153,147).

  • red value is 49;
  • green value is 153;
  • blue value is 147.
RGB:
(49,153,147)
(19%,60%,58%)

RGB channels and saturation

R 49 of 255 = 19%
G 153 of 255 = 60%
B 147 of 255 = 58%

49
153
147

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

Portions of RGB colors in percentages

R + G + B =
49 + 153 + 147 = 349 (100%)
R 49 of 349 ~ 14.04%
G 153 of 349 ~ 43.84%
B 147 of 349 ~ 42.12%

%14.04
%43.84
%42.12

CMYK color model

#319993 color CMYK value is (68,0,4,40).

  • cyan value is 67.97%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(68,0,4,40)
C68M0Y4K40 
(68%,0%,4%,40%)
(0.68/0.00/0.04/0.40)	

CMYK percentages

%67.97
%0
%3.92
%40

Codes

Color #319993 in popluar color models

319993
RGB49153147
HSL177°51.49%39.61%
HSB/HSV177°67.97%60.00%
CMYK67.97%0.00%3.92%
40.00%

Color #319993 in popluar number systems.

HEX319993
Decimal49153147
Binary1100011001100110010011
Octal61231223

Shades and tints

Shades of #319993

#319993
(49,153,147)
#2D8C86
(45,140,134)
#297F79
(41,127,121)
#25726C
(37,114,108)
#21655F
(33,101,95)
#1D5852
(29,88,82)
#194B45
(25,75,69)
#153E38
(21,62,56)
#11312B
(17,49,43)
#0D241E
(13,36,30)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #319993

#319993
(49,153,147)
#43A29C
(67,162,156)
#55ABA5
(85,171,165)
#67B4AE
(103,180,174)
#79BDB7
(121,189,183)
#8BC6C0
(139,198,192)
#9DCFC9
(157,207,201)
#AFD8D2
(175,216,210)
#C1E1DB
(193,225,219)
#D3EAE4
(211,234,228)
#E5F3ED
(229,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #319993 color. Also use rgb(49,153,147) instead hex code.

Text Font Color

.myTextColor { color: #319993; }

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

This text font color is #319993.


Background Color

.myBgColor { background-color: #319993; }

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

This div background color is #319993.


Border color

.myBorderColor { border: 1px solid #319993; }

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

This div border color is #319993.


Opacity

.myOpacity80 { color: #319993; opacity: 0.8; }

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

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

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

This text has shadow with #319993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #319993 on black background.


Color preview on white background

This text has color #319993 on white background.



Black color preview on #319993 background

This text has black color on #319993 background.


White color preview on #319993 background

This text has white color on #319993 background.