COLOR #134700

HEX: #134700
RGB: (19,71,0)

Color info

#134700 contains only red and green colors. Web safe color of #134700 is #003300 (or #030).

RGB color model

#134700 color RGB value is (19,71,0).

  • red value is 19;
  • green value is 71;
  • blue value is 0.
RGB:
(19,71,0)
(7%,28%,0%)

RGB channels and saturation

R 19 of 255 = 7%
G 71 of 255 = 28%
B 0 of 255 = 0%

19
71
0

R + G + B ~ 12%. #134700 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 71 + 0 = 90 (100%)
R 19 of 90 ~ 21.11%
G 71 of 90 ~ 78.89%
B 0 of 90 ~ 0%

%21.11
%78.89

CMYK color model

#134700 color CMYK value is (73,0,100,72).

  • cyan value is 73.24%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(73,0,100,72)
C73M0Y100K72 
(73%,0%,100%,72%)
(0.73/0.00/1.00/0.72)	

CMYK percentages

%73.24
%0
%100
%72.16

Codes

Color #134700 in popluar color models

134700
RGB19710
HSL104°100.00%13.92%
HSB/HSV104°100.00%27.84%
CMYK73.24%0.00%100.00%
72.16%

Color #134700 in popluar number systems.

HEX134700
Decimal19710
Binary1001110001110
Octal231070

Shades and tints

Shades of #134700

#134700
(19,71,0)
#124100
(18,65,0)
#113B00
(17,59,0)
#103500
(16,53,0)
#0F2F00
(15,47,0)
#0E2900
(14,41,0)
#0D2300
(13,35,0)
#0C1D00
(12,29,0)
#0B1700
(11,23,0)
#0A1100
(10,17,0)
#090B00
(9,11,0)
#000000
(0,0,0)

Tints of #134700

#134700
(19,71,0)
#285717
(40,87,23)
#3D672E
(61,103,46)
#527745
(82,119,69)
#67875C
(103,135,92)
#7C9773
(124,151,115)
#91A78A
(145,167,138)
#A6B7A1
(166,183,161)
#BBC7B8
(187,199,184)
#D0D7CF
(208,215,207)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134700 color. Also use rgb(19,71,0) instead hex code.

Text Font Color

.myTextColor { color: #134700; }

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

This text font color is #134700.


Background Color

.myBgColor { background-color: #134700; }

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

This div background color is #134700.


Border color

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

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

This div border color is #134700.


Opacity

.myOpacity80 { color: #134700; opacity: 0.8; }

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

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

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

This text has shadow with #134700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134700 on black background.


Color preview on white background

This text has color #134700 on white background.



Black color preview on #134700 background

This text has black color on #134700 background.


White color preview on #134700 background

This text has white color on #134700 background.