COLOR #134716

HEX: #134716
RGB: (19,71,22)

Color info

#134716 contains red, green and blue colors in about the same proportion. Web safe color of #134716 is #003300 (or #030).

RGB color model

#134716 color RGB value is (19,71,22).

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

RGB channels and saturation

R 19 of 255 = 7%
G 71 of 255 = 28%
B 22 of 255 = 9%

19
71
22

R + G + B ~ 15%. #134716 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 71 + 22 = 112 (100%)
R 19 of 112 ~ 16.96%
G 71 of 112 ~ 63.39%
B 22 of 112 ~ 19.64%

%16.96
%63.39
%19.64

CMYK color model

#134716 color CMYK value is (73,0,69,72).

  • cyan value is 73.24%
  • magenta value is 0.00%
  • yellow value is 69.01%
  • key color value is 72.16%
CMYK:
(73,0,69,72)
C73M0Y69K72 
(73%,0%,69%,72%)
(0.73/0.00/0.69/0.72)	

CMYK percentages

%73.24
%0
%69.01
%72.16

Codes

Color #134716 in popluar color models

134716
RGB197122
HSL123°57.78%17.65%
HSB/HSV123°73.24%27.84%
CMYK73.24%0.00%69.01%
72.16%

Color #134716 in popluar number systems.

HEX134716
Decimal197122
Binary10011100011110110
Octal2310726

Shades and tints

Shades of #134716

#134716
(19,71,22)
#124114
(18,65,20)
#113B12
(17,59,18)
#103510
(16,53,16)
#0F2F0E
(15,47,14)
#0E290C
(14,41,12)
#0D230A
(13,35,10)
#0C1D08
(12,29,8)
#0B1706
(11,23,6)
#0A1104
(10,17,4)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #134716

#134716
(19,71,22)
#28572B
(40,87,43)
#3D6740
(61,103,64)
#527755
(82,119,85)
#67876A
(103,135,106)
#7C977F
(124,151,127)
#91A794
(145,167,148)
#A6B7A9
(166,183,169)
#BBC7BE
(187,199,190)
#D0D7D3
(208,215,211)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134716; }

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

This text font color is #134716.


Background Color

.myBgColor { background-color: #134716; }

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

This div background color is #134716.


Border color

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

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

This div border color is #134716.


Opacity

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

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

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

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

This text has shadow with #134716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134716 on black background.


Color preview on white background

This text has color #134716 on white background.



Black color preview on #134716 background

This text has black color on #134716 background.


White color preview on #134716 background

This text has white color on #134716 background.