COLOR #1F7C0A

HEX: #1F7C0A
RGB: (31,124,10)

Color info

#1F7C0A contains mainly green color. Web safe color of #1F7C0A is #336600 (or #360).

RGB color model

#1F7C0A color RGB value is (31,124,10).

  • red value is 31;
  • green value is 124;
  • blue value is 10.
RGB:
(31,124,10)
(12%,49%,4%)

RGB channels and saturation

R 31 of 255 = 12%
G 124 of 255 = 49%
B 10 of 255 = 4%

31
124
10

R + G + B ~ 22%. #1F7C0A is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 124 + 10 = 165 (100%)
R 31 of 165 ~ 18.79%
G 124 of 165 ~ 75.15%
B 10 of 165 ~ 6.06%

%18.79
%75.15

CMYK color model

#1F7C0A color CMYK value is (75,0,92,51).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 91.94%
  • key color value is 51.37%
CMYK:
(75,0,92,51)
C75M0Y92K51 
(75%,0%,92%,51%)
(0.75/0.00/0.92/0.51)	

CMYK percentages

%75
%0
%91.94
%51.37

Codes

Color #1F7C0A in popluar color models

1F7C0A
RGB3112410
HSL109°85.07%26.27%
HSB/HSV109°91.94%48.63%
CMYK75.00%0.00%91.94%
51.37%

Color #1F7C0A in popluar number systems.

HEX1F7C0A
Decimal3112410
Binary1111111111001010
Octal3717412

Shades and tints

Shades of #1F7C0A

#1F7C0A
(31,124,10)
#1D710A
(29,113,10)
#1B660A
(27,102,10)
#195B0A
(25,91,10)
#17500A
(23,80,10)
#15450A
(21,69,10)
#133A0A
(19,58,10)
#112F0A
(17,47,10)
#0F240A
(15,36,10)
#0D190A
(13,25,10)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #1F7C0A

#1F7C0A
(31,124,10)
#338720
(51,135,32)
#479236
(71,146,54)
#5B9D4C
(91,157,76)
#6FA862
(111,168,98)
#83B378
(131,179,120)
#97BE8E
(151,190,142)
#ABC9A4
(171,201,164)
#BFD4BA
(191,212,186)
#D3DFD0
(211,223,208)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7C0A color. Also use rgb(31,124,10) instead hex code.

Text Font Color

.myTextColor { color: #1F7C0A; }

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

This text font color is #1F7C0A.


Background Color

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

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

This div background color is #1F7C0A.


Border color

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

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

This div border color is #1F7C0A.


Opacity

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

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

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

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

This text has shadow with #1F7C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F7C0A on black background.


Color preview on white background

This text has color #1F7C0A on white background.



Black color preview on #1F7C0A background

This text has black color on #1F7C0A background.


White color preview on #1F7C0A background

This text has white color on #1F7C0A background.