COLOR #134A13

HEX: #134A13
RGB: (19,74,19)

Color info

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

RGB color model

#134A13 color RGB value is (19,74,19).

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

RGB channels and saturation

R 19 of 255 = 7%
G 74 of 255 = 29%
B 19 of 255 = 7%

19
74
19

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

Portions of RGB colors in percentages

R + G + B =
19 + 74 + 19 = 112 (100%)
R 19 of 112 ~ 16.96%
G 74 of 112 ~ 66.07%
B 19 of 112 ~ 16.96%

%16.96
%66.07
%16.96

CMYK color model

#134A13 color CMYK value is (74,0,74,71).

  • cyan value is 74.32%
  • magenta value is 0.00%
  • yellow value is 74.32%
  • key color value is 70.98%
CMYK:
(74,0,74,71)
C74M0Y74K71 
(74%,0%,74%,71%)
(0.74/0.00/0.74/0.71)	

CMYK percentages

%74.32
%0
%74.32
%70.98

Codes

Color #134A13 in popluar color models

134A13
RGB197419
HSL120°59.14%18.24%
HSB/HSV120°74.32%29.02%
CMYK74.32%0.00%74.32%
70.98%

Color #134A13 in popluar number systems.

HEX134A13
Decimal197419
Binary10011100101010011
Octal2311223

Shades and tints

Shades of #134A13

#134A13
(19,74,19)
#124412
(18,68,18)
#113E11
(17,62,17)
#103810
(16,56,16)
#0F320F
(15,50,15)
#0E2C0E
(14,44,14)
#0D260D
(13,38,13)
#0C200C
(12,32,12)
#0B1A0B
(11,26,11)
#0A140A
(10,20,10)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #134A13

#134A13
(19,74,19)
#285A28
(40,90,40)
#3D6A3D
(61,106,61)
#527A52
(82,122,82)
#678A67
(103,138,103)
#7C9A7C
(124,154,124)
#91AA91
(145,170,145)
#A6BAA6
(166,186,166)
#BBCABB
(187,202,187)
#D0DAD0
(208,218,208)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134A13 color. Also use rgb(19,74,19) instead hex code.

Text Font Color

.myTextColor { color: #134A13; }

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

This text font color is #134A13.


Background Color

.myBgColor { background-color: #134A13; }

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

This div background color is #134A13.


Border color

.myBorderColor { border: 1px solid #134A13; }

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

This div border color is #134A13.


Opacity

.myOpacity80 { color: #134A13; opacity: 0.8; }

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

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

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

This text has shadow with #134A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134A13 on black background.


Color preview on white background

This text has color #134A13 on white background.



Black color preview on #134A13 background

This text has black color on #134A13 background.


White color preview on #134A13 background

This text has white color on #134A13 background.