COLOR #1F715F

HEX: #1F715F
RGB: (31,113,95)

Color info

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

RGB color model

#1F715F color RGB value is (31,113,95).

  • red value is 31;
  • green value is 113;
  • blue value is 95.
RGB:
(31,113,95)
(12%,44%,37%)

RGB channels and saturation

R 31 of 255 = 12%
G 113 of 255 = 44%
B 95 of 255 = 37%

31
113
95

R + G + B ~ 31%. #1F715F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 113 + 95 = 239 (100%)
R 31 of 239 ~ 12.97%
G 113 of 239 ~ 47.28%
B 95 of 239 ~ 39.75%

%12.97
%47.28
%39.75

CMYK color model

#1F715F color CMYK value is (73,0,16,56).

  • cyan value is 72.57%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(73,0,16,56)
C73M0Y16K56 
(73%,0%,16%,56%)
(0.73/0.00/0.16/0.56)	

CMYK percentages

%72.57
%0
%15.93
%55.69

Codes

Color #1F715F in popluar color models

1F715F
RGB3111395
HSL167°56.94%28.24%
HSB/HSV167°72.57%44.31%
CMYK72.57%0.00%15.93%
55.69%

Color #1F715F in popluar number systems.

HEX1F715F
Decimal3111395
Binary1111111100011011111
Octal37161137

Shades and tints

Shades of #1F715F

#1F715F
(31,113,95)
#1D6757
(29,103,87)
#1B5D4F
(27,93,79)
#195347
(25,83,71)
#17493F
(23,73,63)
#153F37
(21,63,55)
#13352F
(19,53,47)
#112B27
(17,43,39)
#0F211F
(15,33,31)
#0D1717
(13,23,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #1F715F

#1F715F
(31,113,95)
#337D6D
(51,125,109)
#47897B
(71,137,123)
#5B9589
(91,149,137)
#6FA197
(111,161,151)
#83ADA5
(131,173,165)
#97B9B3
(151,185,179)
#ABC5C1
(171,197,193)
#BFD1CF
(191,209,207)
#D3DDDD
(211,221,221)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F715F color. Also use rgb(31,113,95) instead hex code.

Text Font Color

.myTextColor { color: #1F715F; }

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

This text font color is #1F715F.


Background Color

.myBgColor { background-color: #1F715F; }

<div style="background-color:#1F715F">Inner text</div>

This div background color is #1F715F.


Border color

.myBorderColor { border: 1px solid #1F715F; }

<div style="border:3px solid #1F715F">Div</div>

This div border color is #1F715F.


Opacity

.myOpacity80 { color: #1F715F; opacity: 0.8; }

<p style="color:#1F715F;opacity:0.8;">80%</p>

Text with #1F715F 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 #1F715F;}

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

This text has shadow with #1F715F color.

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

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

This text has shadow with #1F715F primary color and red secondary color.


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

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

This text has shadow with #1F715F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F715F on black background.


Color preview on white background

This text has color #1F715F on white background.



Black color preview on #1F715F background

This text has black color on #1F715F background.


White color preview on #1F715F background

This text has white color on #1F715F background.