COLOR #31706D

HEX: #31706D
RGB: (49,112,109)

Color info

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

RGB color model

#31706D color RGB value is (49,112,109).

  • red value is 49;
  • green value is 112;
  • blue value is 109.
RGB:
(49,112,109)
(19%,44%,43%)

RGB channels and saturation

R 49 of 255 = 19%
G 112 of 255 = 44%
B 109 of 255 = 43%

49
112
109

R + G + B ~ 35%. #31706D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 112 + 109 = 270 (100%)
R 49 of 270 ~ 18.15%
G 112 of 270 ~ 41.48%
B 109 of 270 ~ 40.37%

%18.15
%41.48
%40.37

CMYK color model

#31706D color CMYK value is (56,0,3,56).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(56,0,3,56)
C56M0Y3K56 
(56%,0%,3%,56%)
(0.56/0.00/0.03/0.56)	

CMYK percentages

%56.25
%0
%2.68
%56.08

Codes

Color #31706D in popluar color models

31706D
RGB49112109
HSL177°39.13%31.57%
HSB/HSV177°56.25%43.92%
CMYK56.25%0.00%2.68%
56.08%

Color #31706D in popluar number systems.

HEX31706D
Decimal49112109
Binary11000111100001101101
Octal61160155

Shades and tints

Shades of #31706D

#31706D
(49,112,109)
#2D6664
(45,102,100)
#295C5B
(41,92,91)
#255252
(37,82,82)
#214849
(33,72,73)
#1D3E40
(29,62,64)
#193437
(25,52,55)
#152A2E
(21,42,46)
#112025
(17,32,37)
#0D161C
(13,22,28)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #31706D

#31706D
(49,112,109)
#437D7A
(67,125,122)
#558A87
(85,138,135)
#679794
(103,151,148)
#79A4A1
(121,164,161)
#8BB1AE
(139,177,174)
#9DBEBB
(157,190,187)
#AFCBC8
(175,203,200)
#C1D8D5
(193,216,213)
#D3E5E2
(211,229,226)
#E5F2EF
(229,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31706D color. Also use rgb(49,112,109) instead hex code.

Text Font Color

.myTextColor { color: #31706D; }

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

This text font color is #31706D.


Background Color

.myBgColor { background-color: #31706D; }

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

This div background color is #31706D.


Border color

.myBorderColor { border: 1px solid #31706D; }

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

This div border color is #31706D.


Opacity

.myOpacity80 { color: #31706D; opacity: 0.8; }

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

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

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

This text has shadow with #31706D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31706D on black background.


Color preview on white background

This text has color #31706D on white background.



Black color preview on #31706D background

This text has black color on #31706D background.


White color preview on #31706D background

This text has white color on #31706D background.