COLOR #318477

HEX: #318477
RGB: (49,132,119)

Color info

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

RGB color model

#318477 color RGB value is (49,132,119).

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

RGB channels and saturation

R 49 of 255 = 19%
G 132 of 255 = 52%
B 119 of 255 = 47%

49
132
119

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

Portions of RGB colors in percentages

R + G + B =
49 + 132 + 119 = 300 (100%)
R 49 of 300 ~ 16.33%
G 132 of 300 ~ 44%
B 119 of 300 ~ 39.67%

%16.33
%44
%39.67

CMYK color model

#318477 color CMYK value is (63,0,10,48).

  • cyan value is 62.88%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(63,0,10,48)
C63M0Y10K48 
(63%,0%,10%,48%)
(0.63/0.00/0.10/0.48)	

CMYK percentages

%62.88
%0
%9.85
%48.24

Codes

Color #318477 in popluar color models

318477
RGB49132119
HSL171°45.86%35.49%
HSB/HSV171°62.88%51.76%
CMYK62.88%0.00%9.85%
48.24%

Color #318477 in popluar number systems.

HEX318477
Decimal49132119
Binary110001100001001110111
Octal61204167

Shades and tints

Shades of #318477

#318477
(49,132,119)
#2D786D
(45,120,109)
#296C63
(41,108,99)
#256059
(37,96,89)
#21544F
(33,84,79)
#1D4845
(29,72,69)
#193C3B
(25,60,59)
#153031
(21,48,49)
#112427
(17,36,39)
#0D181D
(13,24,29)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #318477

#318477
(49,132,119)
#438F83
(67,143,131)
#559A8F
(85,154,143)
#67A59B
(103,165,155)
#79B0A7
(121,176,167)
#8BBBB3
(139,187,179)
#9DC6BF
(157,198,191)
#AFD1CB
(175,209,203)
#C1DCD7
(193,220,215)
#D3E7E3
(211,231,227)
#E5F2EF
(229,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #318477; }

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

This text font color is #318477.


Background Color

.myBgColor { background-color: #318477; }

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

This div background color is #318477.


Border color

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

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

This div border color is #318477.


Opacity

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

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

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

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

This text has shadow with #318477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318477 on black background.


Color preview on white background

This text has color #318477 on white background.



Black color preview on #318477 background

This text has black color on #318477 background.


White color preview on #318477 background

This text has white color on #318477 background.