COLOR #147D07

HEX: #147D07
RGB: (20,125,7)

Color info

#147D07 contains mainly green color. Web safe color of #147D07 is #006600 (or #060).

RGB color model

#147D07 color RGB value is (20,125,7).

  • red value is 20;
  • green value is 125;
  • blue value is 7.
RGB:
(20,125,7)
(8%,49%,3%)

RGB channels and saturation

R 20 of 255 = 8%
G 125 of 255 = 49%
B 7 of 255 = 3%

20
125
7

R + G + B ~ 20%. #147D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 125 + 7 = 152 (100%)
R 20 of 152 ~ 13.16%
G 125 of 152 ~ 82.24%
B 7 of 152 ~ 4.61%

%13.16
%82.24

CMYK color model

#147D07 color CMYK value is (84,0,94,51).

  • cyan value is 84.00%
  • magenta value is 0.00%
  • yellow value is 94.40%
  • key color value is 50.98%
CMYK:
(84,0,94,51)
C84M0Y94K51 
(84%,0%,94%,51%)
(0.84/0.00/0.94/0.51)	

CMYK percentages

%84
%0
%94.4
%50.98

Codes

Color #147D07 in popluar color models

147D07
RGB201257
HSL113°89.39%25.88%
HSB/HSV113°94.40%49.02%
CMYK84.00%0.00%94.40%
50.98%

Color #147D07 in popluar number systems.

HEX147D07
Decimal201257
Binary101001111101111
Octal241757

Shades and tints

Shades of #147D07

#147D07
(20,125,7)
#137207
(19,114,7)
#126707
(18,103,7)
#115C07
(17,92,7)
#105107
(16,81,7)
#0F4607
(15,70,7)
#0E3B07
(14,59,7)
#0D3007
(13,48,7)
#0C2507
(12,37,7)
#0B1A07
(11,26,7)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #147D07

#147D07
(20,125,7)
#29881D
(41,136,29)
#3E9333
(62,147,51)
#539E49
(83,158,73)
#68A95F
(104,169,95)
#7DB475
(125,180,117)
#92BF8B
(146,191,139)
#A7CAA1
(167,202,161)
#BCD5B7
(188,213,183)
#D1E0CD
(209,224,205)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #147D07 color. Also use rgb(20,125,7) instead hex code.

Text Font Color

.myTextColor { color: #147D07; }

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

This text font color is #147D07.


Background Color

.myBgColor { background-color: #147D07; }

<div style="background-color:#147D07">Inner text</div>

This div background color is #147D07.


Border color

.myBorderColor { border: 1px solid #147D07; }

<div style="border:3px solid #147D07">Div</div>

This div border color is #147D07.


Opacity

.myOpacity80 { color: #147D07; opacity: 0.8; }

<p style="color:#147D07;opacity:0.8;">80%</p>

Text with #147D07 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 #147D07;}

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

This text has shadow with #147D07 color.

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

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

This text has shadow with #147D07 primary color and red secondary color.


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

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

This text has shadow with #147D07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147D07 on black background.


Color preview on white background

This text has color #147D07 on white background.



Black color preview on #147D07 background

This text has black color on #147D07 background.


White color preview on #147D07 background

This text has white color on #147D07 background.