COLOR #318DA4

HEX: #318DA4
RGB: (49,141,164)

Color info

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

RGB color model

#318DA4 color RGB value is (49,141,164).

  • red value is 49;
  • green value is 141;
  • blue value is 164.
RGB:
(49,141,164)
(19%,55%,64%)

RGB channels and saturation

R 49 of 255 = 19%
G 141 of 255 = 55%
B 164 of 255 = 64%

49
141
164

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

Portions of RGB colors in percentages

R + G + B =
49 + 141 + 164 = 354 (100%)
R 49 of 354 ~ 13.84%
G 141 of 354 ~ 39.83%
B 164 of 354 ~ 46.33%

%13.84
%39.83
%46.33

CMYK color model

#318DA4 color CMYK value is (70,14,0,36).

  • cyan value is 70.12%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(70,14,0,36)
C70M14Y0K36 
(70%,14%,0%,36%)
(0.70/0.14/0.00/0.36)	

CMYK percentages

%70.12
%14.02
%0
%35.69

Codes

Color #318DA4 in popluar color models

318DA4
RGB49141164
HSL192°53.99%41.76%
HSB/HSV192°70.12%64.31%
CMYK70.12%14.02%0.00%
35.69%

Color #318DA4 in popluar number systems.

HEX318DA4
Decimal49141164
Binary1100011000110110100100
Octal61215244

Shades and tints

Shades of #318DA4

#318DA4
(49,141,164)
#2D8196
(45,129,150)
#297588
(41,117,136)
#25697A
(37,105,122)
#215D6C
(33,93,108)
#1D515E
(29,81,94)
#194550
(25,69,80)
#153942
(21,57,66)
#112D34
(17,45,52)
#0D2126
(13,33,38)
#091518
(9,21,24)
#000000
(0,0,0)

Tints of #318DA4

#318DA4
(49,141,164)
#4397AC
(67,151,172)
#55A1B4
(85,161,180)
#67ABBC
(103,171,188)
#79B5C4
(121,181,196)
#8BBFCC
(139,191,204)
#9DC9D4
(157,201,212)
#AFD3DC
(175,211,220)
#C1DDE4
(193,221,228)
#D3E7EC
(211,231,236)
#E5F1F4
(229,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318DA4 color. Also use rgb(49,141,164) instead hex code.

Text Font Color

.myTextColor { color: #318DA4; }

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

This text font color is #318DA4.


Background Color

.myBgColor { background-color: #318DA4; }

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

This div background color is #318DA4.


Border color

.myBorderColor { border: 1px solid #318DA4; }

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

This div border color is #318DA4.


Opacity

.myOpacity80 { color: #318DA4; opacity: 0.8; }

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

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

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

This text has shadow with #318DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318DA4 on black background.


Color preview on white background

This text has color #318DA4 on white background.



Black color preview on #318DA4 background

This text has black color on #318DA4 background.


White color preview on #318DA4 background

This text has white color on #318DA4 background.