COLOR #134912

HEX: #134912
RGB: (19,73,18)

Color info

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

RGB color model

#134912 color RGB value is (19,73,18).

  • red value is 19;
  • green value is 73;
  • blue value is 18.
RGB:
(19,73,18)
(7%,29%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 73 of 255 = 29%
B 18 of 255 = 7%

19
73
18

R + G + B ~ 14%. #134912 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 73 + 18 = 110 (100%)
R 19 of 110 ~ 17.27%
G 73 of 110 ~ 66.36%
B 18 of 110 ~ 16.36%

%17.27
%66.36
%16.36

CMYK color model

#134912 color CMYK value is (74,0,75,71).

  • cyan value is 73.97%
  • magenta value is 0.00%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(74,0,75,71)
C74M0Y75K71 
(74%,0%,75%,71%)
(0.74/0.00/0.75/0.71)	

CMYK percentages

%73.97
%0
%75.34
%71.37

Codes

Color #134912 in popluar color models

134912
RGB197318
HSL119°60.44%17.84%
HSB/HSV119°75.34%28.63%
CMYK73.97%0.00%75.34%
71.37%

Color #134912 in popluar number systems.

HEX134912
Decimal197318
Binary10011100100110010
Octal2311122

Shades and tints

Shades of #134912

#134912
(19,73,18)
#124311
(18,67,17)
#113D10
(17,61,16)
#10370F
(16,55,15)
#0F310E
(15,49,14)
#0E2B0D
(14,43,13)
#0D250C
(13,37,12)
#0C1F0B
(12,31,11)
#0B190A
(11,25,10)
#0A1309
(10,19,9)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #134912

#134912
(19,73,18)
#285927
(40,89,39)
#3D693C
(61,105,60)
#527951
(82,121,81)
#678966
(103,137,102)
#7C997B
(124,153,123)
#91A990
(145,169,144)
#A6B9A5
(166,185,165)
#BBC9BA
(187,201,186)
#D0D9CF
(208,217,207)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134912 color. Also use rgb(19,73,18) instead hex code.

Text Font Color

.myTextColor { color: #134912; }

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

This text font color is #134912.


Background Color

.myBgColor { background-color: #134912; }

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

This div background color is #134912.


Border color

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

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

This div border color is #134912.


Opacity

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

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

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

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

This text has shadow with #134912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134912 on black background.


Color preview on white background

This text has color #134912 on white background.



Black color preview on #134912 background

This text has black color on #134912 background.


White color preview on #134912 background

This text has white color on #134912 background.