COLOR #134F13

HEX: #134F13
RGB: (19,79,19)

Color info

#134F13 contains mainly green color. Web safe color of #134F13 is #006600 (or #060).

RGB color model

#134F13 color RGB value is (19,79,19).

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

RGB channels and saturation

R 19 of 255 = 7%
G 79 of 255 = 31%
B 19 of 255 = 7%

19
79
19

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

Portions of RGB colors in percentages

R + G + B =
19 + 79 + 19 = 117 (100%)
R 19 of 117 ~ 16.24%
G 79 of 117 ~ 67.52%
B 19 of 117 ~ 16.24%

%16.24
%67.52
%16.24

CMYK color model

#134F13 color CMYK value is (76,0,76,69).

  • cyan value is 75.95%
  • magenta value is 0.00%
  • yellow value is 75.95%
  • key color value is 69.02%
CMYK:
(76,0,76,69)
C76M0Y76K69 
(76%,0%,76%,69%)
(0.76/0.00/0.76/0.69)	

CMYK percentages

%75.95
%0
%75.95
%69.02

Codes

Color #134F13 in popluar color models

134F13
RGB197919
HSL120°61.22%19.22%
HSB/HSV120°75.95%30.98%
CMYK75.95%0.00%75.95%
69.02%

Color #134F13 in popluar number systems.

HEX134F13
Decimal197919
Binary10011100111110011
Octal2311723

Shades and tints

Shades of #134F13

#134F13
(19,79,19)
#124812
(18,72,18)
#114111
(17,65,17)
#103A10
(16,58,16)
#0F330F
(15,51,15)
#0E2C0E
(14,44,14)
#0D250D
(13,37,13)
#0C1E0C
(12,30,12)
#0B170B
(11,23,11)
#0A100A
(10,16,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #134F13

#134F13
(19,79,19)
#285F28
(40,95,40)
#3D6F3D
(61,111,61)
#527F52
(82,127,82)
#678F67
(103,143,103)
#7C9F7C
(124,159,124)
#91AF91
(145,175,145)
#A6BFA6
(166,191,166)
#BBCFBB
(187,207,187)
#D0DFD0
(208,223,208)
#E5EFE5
(229,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134F13; }

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

This text font color is #134F13.


Background Color

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

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

This div background color is #134F13.


Border color

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

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

This div border color is #134F13.


Opacity

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

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

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

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

This text has shadow with #134F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134F13 on black background.


Color preview on white background

This text has color #134F13 on white background.



Black color preview on #134F13 background

This text has black color on #134F13 background.


White color preview on #134F13 background

This text has white color on #134F13 background.