COLOR #31747F

HEX: #31747F
RGB: (49,116,127)

Color info

#31747F contains mainly green and blue colors. Web safe color of #31747F is #336666 (or #366).

RGB color model

#31747F color RGB value is (49,116,127).

  • red value is 49;
  • green value is 116;
  • blue value is 127.
RGB:
(49,116,127)
(19%,45%,50%)

RGB channels and saturation

R 49 of 255 = 19%
G 116 of 255 = 45%
B 127 of 255 = 50%

49
116
127

R + G + B ~ 38%. #31747F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 116 + 127 = 292 (100%)
R 49 of 292 ~ 16.78%
G 116 of 292 ~ 39.73%
B 127 of 292 ~ 43.49%

%16.78
%39.73
%43.49

CMYK color model

#31747F color CMYK value is (61,9,0,50).

  • cyan value is 61.42%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(61,9,0,50)
C61M9Y0K50 
(61%,9%,0%,50%)
(0.61/0.09/0.00/0.50)	

CMYK percentages

%61.42
%8.66
%0
%50.2

Codes

Color #31747F in popluar color models

31747F
RGB49116127
HSL188°44.32%34.51%
HSB/HSV188°61.42%49.80%
CMYK61.42%8.66%0.00%
50.20%

Color #31747F in popluar number systems.

HEX31747F
Decimal49116127
Binary11000111101001111111
Octal61164177

Shades and tints

Shades of #31747F

#31747F
(49,116,127)
#2D6A74
(45,106,116)
#296069
(41,96,105)
#25565E
(37,86,94)
#214C53
(33,76,83)
#1D4248
(29,66,72)
#19383D
(25,56,61)
#152E32
(21,46,50)
#112427
(17,36,39)
#0D1A1C
(13,26,28)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #31747F

#31747F
(49,116,127)
#43808A
(67,128,138)
#558C95
(85,140,149)
#6798A0
(103,152,160)
#79A4AB
(121,164,171)
#8BB0B6
(139,176,182)
#9DBCC1
(157,188,193)
#AFC8CC
(175,200,204)
#C1D4D7
(193,212,215)
#D3E0E2
(211,224,226)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31747F color. Also use rgb(49,116,127) instead hex code.

Text Font Color

.myTextColor { color: #31747F; }

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

This text font color is #31747F.


Background Color

.myBgColor { background-color: #31747F; }

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

This div background color is #31747F.


Border color

.myBorderColor { border: 1px solid #31747F; }

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

This div border color is #31747F.


Opacity

.myOpacity80 { color: #31747F; opacity: 0.8; }

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

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

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

This text has shadow with #31747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31747F on black background.


Color preview on white background

This text has color #31747F on white background.



Black color preview on #31747F background

This text has black color on #31747F background.


White color preview on #31747F background

This text has white color on #31747F background.