COLOR #1F7732

HEX: #1F7732
RGB: (31,119,50)

Color info

#1F7732 contains mainly green color. Web safe color of #1F7732 is #336633 (or #363).

RGB color model

#1F7732 color RGB value is (31,119,50).

  • red value is 31;
  • green value is 119;
  • blue value is 50.
RGB:
(31,119,50)
(12%,47%,20%)

RGB channels and saturation

R 31 of 255 = 12%
G 119 of 255 = 47%
B 50 of 255 = 20%

31
119
50

R + G + B ~ 26%. #1F7732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 119 + 50 = 200 (100%)
R 31 of 200 ~ 15.5%
G 119 of 200 ~ 59.5%
B 50 of 200 ~ 25%

%15.5
%59.5
%25

CMYK color model

#1F7732 color CMYK value is (74,0,58,53).

  • cyan value is 73.95%
  • magenta value is 0.00%
  • yellow value is 57.98%
  • key color value is 53.33%
CMYK:
(74,0,58,53)
C74M0Y58K53 
(74%,0%,58%,53%)
(0.74/0.00/0.58/0.53)	

CMYK percentages

%73.95
%0
%57.98
%53.33

Codes

Color #1F7732 in popluar color models

1F7732
RGB3111950
HSL133°58.67%29.41%
HSB/HSV133°73.95%46.67%
CMYK73.95%0.00%57.98%
53.33%

Color #1F7732 in popluar number systems.

HEX1F7732
Decimal3111950
Binary111111110111110010
Octal3716762

Shades and tints

Shades of #1F7732

#1F7732
(31,119,50)
#1D6D2E
(29,109,46)
#1B632A
(27,99,42)
#195926
(25,89,38)
#174F22
(23,79,34)
#15451E
(21,69,30)
#133B1A
(19,59,26)
#113116
(17,49,22)
#0F2712
(15,39,18)
#0D1D0E
(13,29,14)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #1F7732

#1F7732
(31,119,50)
#338344
(51,131,68)
#478F56
(71,143,86)
#5B9B68
(91,155,104)
#6FA77A
(111,167,122)
#83B38C
(131,179,140)
#97BF9E
(151,191,158)
#ABCBB0
(171,203,176)
#BFD7C2
(191,215,194)
#D3E3D4
(211,227,212)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7732 color. Also use rgb(31,119,50) instead hex code.

Text Font Color

.myTextColor { color: #1F7732; }

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

This text font color is #1F7732.


Background Color

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

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

This div background color is #1F7732.


Border color

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

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

This div border color is #1F7732.


Opacity

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

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

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

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

This text has shadow with #1F7732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F7732 on black background.


Color preview on white background

This text has color #1F7732 on white background.



Black color preview on #1F7732 background

This text has black color on #1F7732 background.


White color preview on #1F7732 background

This text has white color on #1F7732 background.