COLOR #1F8C72

HEX: #1F8C72
RGB: (31,140,114)

Color info

#1F8C72 contains mainly green and blue colors. Web safe color of #1F8C72 is #339966 (or #396).

RGB color model

#1F8C72 color RGB value is (31,140,114).

  • red value is 31;
  • green value is 140;
  • blue value is 114.
RGB:
(31,140,114)
(12%,55%,45%)

RGB channels and saturation

R 31 of 255 = 12%
G 140 of 255 = 55%
B 114 of 255 = 45%

31
140
114

R + G + B ~ 37%. #1F8C72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 140 + 114 = 285 (100%)
R 31 of 285 ~ 10.88%
G 140 of 285 ~ 49.12%
B 114 of 285 ~ 40%

%10.88
%49.12
%40

CMYK color model

#1F8C72 color CMYK value is (78,0,19,45).

  • cyan value is 77.86%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(78,0,19,45)
C78M0Y19K45 
(78%,0%,19%,45%)
(0.78/0.00/0.19/0.45)	

CMYK percentages

%77.86
%0
%18.57
%45.1

Codes

Color #1F8C72 in popluar color models

1F8C72
RGB31140114
HSL166°63.74%33.53%
HSB/HSV166°77.86%54.90%
CMYK77.86%0.00%18.57%
45.10%

Color #1F8C72 in popluar number systems.

HEX1F8C72
Decimal31140114
Binary11111100011001110010
Octal37214162

Shades and tints

Shades of #1F8C72

#1F8C72
(31,140,114)
#1D8068
(29,128,104)
#1B745E
(27,116,94)
#196854
(25,104,84)
#175C4A
(23,92,74)
#155040
(21,80,64)
#134436
(19,68,54)
#11382C
(17,56,44)
#0F2C22
(15,44,34)
#0D2018
(13,32,24)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #1F8C72

#1F8C72
(31,140,114)
#33967E
(51,150,126)
#47A08A
(71,160,138)
#5BAA96
(91,170,150)
#6FB4A2
(111,180,162)
#83BEAE
(131,190,174)
#97C8BA
(151,200,186)
#ABD2C6
(171,210,198)
#BFDCD2
(191,220,210)
#D3E6DE
(211,230,222)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F8C72 color. Also use rgb(31,140,114) instead hex code.

Text Font Color

.myTextColor { color: #1F8C72; }

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

This text font color is #1F8C72.


Background Color

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

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

This div background color is #1F8C72.


Border color

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

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

This div border color is #1F8C72.


Opacity

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

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

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

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

This text has shadow with #1F8C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F8C72 on black background.


Color preview on white background

This text has color #1F8C72 on white background.



Black color preview on #1F8C72 background

This text has black color on #1F8C72 background.


White color preview on #1F8C72 background

This text has white color on #1F8C72 background.