COLOR #31665E

HEX: #31665E
RGB: (49,102,94)

Color info

#31665E contains red, green and blue colors in about the same proportion. Web safe color of #31665E is #336666 (or #366).

RGB color model

#31665E color RGB value is (49,102,94).

  • red value is 49;
  • green value is 102;
  • blue value is 94.
RGB:
(49,102,94)
(19%,40%,37%)

RGB channels and saturation

R 49 of 255 = 19%
G 102 of 255 = 40%
B 94 of 255 = 37%

49
102
94

R + G + B ~ 32%. #31665E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 102 + 94 = 245 (100%)
R 49 of 245 ~ 20%
G 102 of 245 ~ 41.63%
B 94 of 245 ~ 38.37%

%20
%41.63
%38.37

CMYK color model

#31665E color CMYK value is (52,0,8,60).

  • cyan value is 51.96%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 60.00%
CMYK:
(52,0,8,60)
C52M0Y8K60 
(52%,0%,8%,60%)
(0.52/0.00/0.08/0.60)	

CMYK percentages

%51.96
%0
%7.84
%60

Codes

Color #31665E in popluar color models

31665E
RGB4910294
HSL171°35.10%29.61%
HSB/HSV171°51.96%40.00%
CMYK51.96%0.00%7.84%
60.00%

Color #31665E in popluar number systems.

HEX31665E
Decimal4910294
Binary11000111001101011110
Octal61146136

Shades and tints

Shades of #31665E

#31665E
(49,102,94)
#2D5D56
(45,93,86)
#29544E
(41,84,78)
#254B46
(37,75,70)
#21423E
(33,66,62)
#1D3936
(29,57,54)
#19302E
(25,48,46)
#152726
(21,39,38)
#111E1E
(17,30,30)
#0D1516
(13,21,22)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #31665E

#31665E
(49,102,94)
#43736C
(67,115,108)
#55807A
(85,128,122)
#678D88
(103,141,136)
#799A96
(121,154,150)
#8BA7A4
(139,167,164)
#9DB4B2
(157,180,178)
#AFC1C0
(175,193,192)
#C1CECE
(193,206,206)
#D3DBDC
(211,219,220)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31665E color. Also use rgb(49,102,94) instead hex code.

Text Font Color

.myTextColor { color: #31665E; }

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

This text font color is #31665E.


Background Color

.myBgColor { background-color: #31665E; }

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

This div background color is #31665E.


Border color

.myBorderColor { border: 1px solid #31665E; }

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

This div border color is #31665E.


Opacity

.myOpacity80 { color: #31665E; opacity: 0.8; }

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

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

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

This text has shadow with #31665E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31665E on black background.


Color preview on white background

This text has color #31665E on white background.



Black color preview on #31665E background

This text has black color on #31665E background.


White color preview on #31665E background

This text has white color on #31665E background.