COLOR #318B6D

HEX: #318B6D
RGB: (49,139,109)

Color info

#318B6D contains mainly green and blue colors. Web safe color of #318B6D is #339966 (or #396).

RGB color model

#318B6D color RGB value is (49,139,109).

  • red value is 49;
  • green value is 139;
  • blue value is 109.
RGB:
(49,139,109)
(19%,55%,43%)

RGB channels and saturation

R 49 of 255 = 19%
G 139 of 255 = 55%
B 109 of 255 = 43%

49
139
109

R + G + B ~ 39%. #318B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 139 + 109 = 297 (100%)
R 49 of 297 ~ 16.5%
G 139 of 297 ~ 46.8%
B 109 of 297 ~ 36.7%

%16.5
%46.8
%36.7

CMYK color model

#318B6D color CMYK value is (65,0,22,45).

  • cyan value is 64.75%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 45.49%
CMYK:
(65,0,22,45)
C65M0Y22K45 
(65%,0%,22%,45%)
(0.65/0.00/0.22/0.45)	

CMYK percentages

%64.75
%0
%21.58
%45.49

Codes

Color #318B6D in popluar color models

318B6D
RGB49139109
HSL160°47.87%36.86%
HSB/HSV160°64.75%54.51%
CMYK64.75%0.00%21.58%
45.49%

Color #318B6D in popluar number systems.

HEX318B6D
Decimal49139109
Binary110001100010111101101
Octal61213155

Shades and tints

Shades of #318B6D

#318B6D
(49,139,109)
#2D7F64
(45,127,100)
#29735B
(41,115,91)
#256752
(37,103,82)
#215B49
(33,91,73)
#1D4F40
(29,79,64)
#194337
(25,67,55)
#15372E
(21,55,46)
#112B25
(17,43,37)
#0D1F1C
(13,31,28)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #318B6D

#318B6D
(49,139,109)
#43957A
(67,149,122)
#559F87
(85,159,135)
#67A994
(103,169,148)
#79B3A1
(121,179,161)
#8BBDAE
(139,189,174)
#9DC7BB
(157,199,187)
#AFD1C8
(175,209,200)
#C1DBD5
(193,219,213)
#D3E5E2
(211,229,226)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318B6D color. Also use rgb(49,139,109) instead hex code.

Text Font Color

.myTextColor { color: #318B6D; }

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

This text font color is #318B6D.


Background Color

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

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

This div background color is #318B6D.


Border color

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

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

This div border color is #318B6D.


Opacity

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

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

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

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

This text has shadow with #318B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318B6D on black background.


Color preview on white background

This text has color #318B6D on white background.



Black color preview on #318B6D background

This text has black color on #318B6D background.


White color preview on #318B6D background

This text has white color on #318B6D background.