COLOR #31684A

HEX: #31684A
RGB: (49,104,74)

Color info

#31684A contains red, green and blue colors in about the same proportion. Web safe color of #31684A is #336633 (or #363).

RGB color model

#31684A color RGB value is (49,104,74).

  • red value is 49;
  • green value is 104;
  • blue value is 74.
RGB:
(49,104,74)
(19%,41%,29%)

RGB channels and saturation

R 49 of 255 = 19%
G 104 of 255 = 41%
B 74 of 255 = 29%

49
104
74

R + G + B ~ 30%. #31684A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 104 + 74 = 227 (100%)
R 49 of 227 ~ 21.59%
G 104 of 227 ~ 45.81%
B 74 of 227 ~ 32.6%

%21.59
%45.81
%32.6

CMYK color model

#31684A color CMYK value is (53,0,29,59).

  • cyan value is 52.88%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 59.22%
CMYK:
(53,0,29,59)
C53M0Y29K59 
(53%,0%,29%,59%)
(0.53/0.00/0.29/0.59)	

CMYK percentages

%52.88
%0
%28.85
%59.22

Codes

Color #31684A in popluar color models

31684A
RGB4910474
HSL147°35.95%30.00%
HSB/HSV147°52.88%40.78%
CMYK52.88%0.00%28.85%
59.22%

Color #31684A in popluar number systems.

HEX31684A
Decimal4910474
Binary11000111010001001010
Octal61150112

Shades and tints

Shades of #31684A

#31684A
(49,104,74)
#2D5F44
(45,95,68)
#29563E
(41,86,62)
#254D38
(37,77,56)
#214432
(33,68,50)
#1D3B2C
(29,59,44)
#193226
(25,50,38)
#152920
(21,41,32)
#11201A
(17,32,26)
#0D1714
(13,23,20)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #31684A

#31684A
(49,104,74)
#43755A
(67,117,90)
#55826A
(85,130,106)
#678F7A
(103,143,122)
#799C8A
(121,156,138)
#8BA99A
(139,169,154)
#9DB6AA
(157,182,170)
#AFC3BA
(175,195,186)
#C1D0CA
(193,208,202)
#D3DDDA
(211,221,218)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31684A color. Also use rgb(49,104,74) instead hex code.

Text Font Color

.myTextColor { color: #31684A; }

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

This text font color is #31684A.


Background Color

.myBgColor { background-color: #31684A; }

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

This div background color is #31684A.


Border color

.myBorderColor { border: 1px solid #31684A; }

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

This div border color is #31684A.


Opacity

.myOpacity80 { color: #31684A; opacity: 0.8; }

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

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

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

This text has shadow with #31684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31684A on black background.


Color preview on white background

This text has color #31684A on white background.



Black color preview on #31684A background

This text has black color on #31684A background.


White color preview on #31684A background

This text has white color on #31684A background.