COLOR #318676

HEX: #318676
RGB: (49,134,118)

Color info

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

RGB color model

#318676 color RGB value is (49,134,118).

  • red value is 49;
  • green value is 134;
  • blue value is 118.
RGB:
(49,134,118)
(19%,53%,46%)

RGB channels and saturation

R 49 of 255 = 19%
G 134 of 255 = 53%
B 118 of 255 = 46%

49
134
118

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

Portions of RGB colors in percentages

R + G + B =
49 + 134 + 118 = 301 (100%)
R 49 of 301 ~ 16.28%
G 134 of 301 ~ 44.52%
B 118 of 301 ~ 39.2%

%16.28
%44.52
%39.2

CMYK color model

#318676 color CMYK value is (63,0,12,47).

  • cyan value is 63.43%
  • magenta value is 0.00%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(63,0,12,47)
C63M0Y12K47 
(63%,0%,12%,47%)
(0.63/0.00/0.12/0.47)	

CMYK percentages

%63.43
%0
%11.94
%47.45

Codes

Color #318676 in popluar color models

318676
RGB49134118
HSL169°46.45%35.88%
HSB/HSV169°63.43%52.55%
CMYK63.43%0.00%11.94%
47.45%

Color #318676 in popluar number systems.

HEX318676
Decimal49134118
Binary110001100001101110110
Octal61206166

Shades and tints

Shades of #318676

#318676
(49,134,118)
#2D7A6C
(45,122,108)
#296E62
(41,110,98)
#256258
(37,98,88)
#21564E
(33,86,78)
#1D4A44
(29,74,68)
#193E3A
(25,62,58)
#153230
(21,50,48)
#112626
(17,38,38)
#0D1A1C
(13,26,28)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #318676

#318676
(49,134,118)
#439182
(67,145,130)
#559C8E
(85,156,142)
#67A79A
(103,167,154)
#79B2A6
(121,178,166)
#8BBDB2
(139,189,178)
#9DC8BE
(157,200,190)
#AFD3CA
(175,211,202)
#C1DED6
(193,222,214)
#D3E9E2
(211,233,226)
#E5F4EE
(229,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318676 color. Also use rgb(49,134,118) instead hex code.

Text Font Color

.myTextColor { color: #318676; }

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

This text font color is #318676.


Background Color

.myBgColor { background-color: #318676; }

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

This div background color is #318676.


Border color

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

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

This div border color is #318676.


Opacity

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

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

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

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

This text has shadow with #318676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318676 on black background.


Color preview on white background

This text has color #318676 on white background.



Black color preview on #318676 background

This text has black color on #318676 background.


White color preview on #318676 background

This text has white color on #318676 background.