COLOR #1F7625

HEX: #1F7625
RGB: (31,118,37)

Color info

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

RGB color model

#1F7625 color RGB value is (31,118,37).

  • red value is 31;
  • green value is 118;
  • blue value is 37.
RGB:
(31,118,37)
(12%,46%,15%)

RGB channels and saturation

R 31 of 255 = 12%
G 118 of 255 = 46%
B 37 of 255 = 15%

31
118
37

R + G + B ~ 24%. #1F7625 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 118 + 37 = 186 (100%)
R 31 of 186 ~ 16.67%
G 118 of 186 ~ 63.44%
B 37 of 186 ~ 19.89%

%16.67
%63.44
%19.89

CMYK color model

#1F7625 color CMYK value is (74,0,69,54).

  • cyan value is 73.73%
  • magenta value is 0.00%
  • yellow value is 68.64%
  • key color value is 53.73%
CMYK:
(74,0,69,54)
C74M0Y69K54 
(74%,0%,69%,54%)
(0.74/0.00/0.69/0.54)	

CMYK percentages

%73.73
%0
%68.64
%53.73

Codes

Color #1F7625 in popluar color models

1F7625
RGB3111837
HSL124°58.39%29.22%
HSB/HSV124°73.73%46.27%
CMYK73.73%0.00%68.64%
53.73%

Color #1F7625 in popluar number systems.

HEX1F7625
Decimal3111837
Binary111111110110100101
Octal3716645

Shades and tints

Shades of #1F7625

#1F7625
(31,118,37)
#1D6C22
(29,108,34)
#1B621F
(27,98,31)
#19581C
(25,88,28)
#174E19
(23,78,25)
#154416
(21,68,22)
#133A13
(19,58,19)
#113010
(17,48,16)
#0F260D
(15,38,13)
#0D1C0A
(13,28,10)
#0B1207
(11,18,7)
#000000
(0,0,0)

Tints of #1F7625

#1F7625
(31,118,37)
#338238
(51,130,56)
#478E4B
(71,142,75)
#5B9A5E
(91,154,94)
#6FA671
(111,166,113)
#83B284
(131,178,132)
#97BE97
(151,190,151)
#ABCAAA
(171,202,170)
#BFD6BD
(191,214,189)
#D3E2D0
(211,226,208)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7625 color. Also use rgb(31,118,37) instead hex code.

Text Font Color

.myTextColor { color: #1F7625; }

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

This text font color is #1F7625.


Background Color

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

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

This div background color is #1F7625.


Border color

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

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

This div border color is #1F7625.


Opacity

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

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

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

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

This text has shadow with #1F7625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F7625 on black background.


Color preview on white background

This text has color #1F7625 on white background.



Black color preview on #1F7625 background

This text has black color on #1F7625 background.


White color preview on #1F7625 background

This text has white color on #1F7625 background.