COLOR #31697F

HEX: #31697F RGB: (49,105,127)

Color info

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

RGB color model

#31697F color RGB value is (49,105,127).

RGB: (49,105,127) (19%, 41%, 50%)

RGB channels and saturation

R 49 of 255 = 19%
G 105 of 255 = 41%
B 127 of 255 = 50%

49
105
127

R + G + B ~ 37%. #31697F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 105 + 127 = 281 (100%)
R 49 of 281 ~ 17.44%
G 105 of 281 ~ 37.37%
B 127 of 281 ~ 45.2'%

%17.44
%37.37
%45.2

CMYK color model

#31697F color CMYK value is (61,17,0,50).

  • cyan value is 61.42%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (61,17,0,50)
C61M17Y0K50 (61%, 17%, 0%, 50%)
(0.61 / 0.17 / 0.00 / 0.50)

CMYK percentages

%61.42
%17.32
%0
%50.2

Codes

Color #31697F in popluar color models

31 69 7F
RGB 49 105 127
HSL 197° 44.32% 34.51%
HSB/HSV 197° 61.42% 49.80%
CMYK 61.42% 17.32% 0.00%
50.20%

Color #31697F in popluar number systems.

HEX 31 69 7F
Decimal 49 105 127
Binary 110001 1101001 1111111
Octal 61 151 177

Shades and tints

Shades of #31697F

#31697F
(49,105,127)
#2D6074
(45,96,116)
#295769
(41,87,105)
#254E5E
(37,78,94)
#214553
(33,69,83)
#1D3C48
(29,60,72)
#19333D
(25,51,61)
#152A32
(21,42,50)
#112127
(17,33,39)
#0D181C
(13,24,28)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #31697F

#31697F
(49,105,127)
#43768A
(67,118,138)
#558395
(85,131,149)
#6790A0
(103,144,160)
#799DAB
(121,157,171)
#8BAAB6
(139,170,182)
#9DB7C1
(157,183,193)
#AFC4CC
(175,196,204)
#C1D1D7
(193,209,215)
#D3DEE2
(211,222,226)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31697F; }

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

This text font color is #31697F.

Background Color

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

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

This div background color is #31697F.

Border color

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

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

This div border color is #31697F.

Opacity

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

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

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

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

This text has shadow with #31697F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31697F.

Preview

Color preview on black background

This text has color #31697F on black background.


Color preview on white background

This text has color #31697F on white background.


Black color preview on #31697F background

This text has black color on #31697F background.


White color preview on #31697F background

This text has white color on #31697F background.


Related colors

Complementary color

Complementary color for #hex is #CE9680.


I love getcolorcode.com

Triadic colors

1 #7F3169 and #697F31 with #31697F are triadic colors.

2 #7F6931 and #69317F with #31697F are triadic colors.