COLOR #134D0F

HEX: #134D0F
RGB: (19,77,15)

Color info

#134D0F contains mainly red and green colors. Web safe color of #134D0F is #003300 (or #030).

RGB color model

#134D0F color RGB value is (19,77,15).

  • red value is 19;
  • green value is 77;
  • blue value is 15.
RGB:
(19,77,15)
(7%,30%,6%)

RGB channels and saturation

R 19 of 255 = 7%
G 77 of 255 = 30%
B 15 of 255 = 6%

19
77
15

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

Portions of RGB colors in percentages

R + G + B =
19 + 77 + 15 = 111 (100%)
R 19 of 111 ~ 17.12%
G 77 of 111 ~ 69.37%
B 15 of 111 ~ 13.51%

%17.12
%69.37
%13.51

CMYK color model

#134D0F color CMYK value is (75,0,81,70).

  • cyan value is 75.32%
  • magenta value is 0.00%
  • yellow value is 80.52%
  • key color value is 69.80%
CMYK:
(75,0,81,70)
C75M0Y81K70 
(75%,0%,81%,70%)
(0.75/0.00/0.81/0.70)	

CMYK percentages

%75.32
%0
%80.52
%69.8

Codes

Color #134D0F in popluar color models

134D0F
RGB197715
HSL116°67.39%18.04%
HSB/HSV116°80.52%30.20%
CMYK75.32%0.00%80.52%
69.80%

Color #134D0F in popluar number systems.

HEX134D0F
Decimal197715
Binary1001110011011111
Octal2311517

Shades and tints

Shades of #134D0F

#134D0F
(19,77,15)
#12460E
(18,70,14)
#113F0D
(17,63,13)
#10380C
(16,56,12)
#0F310B
(15,49,11)
#0E2A0A
(14,42,10)
#0D2309
(13,35,9)
#0C1C08
(12,28,8)
#0B1507
(11,21,7)
#0A0E06
(10,14,6)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #134D0F

#134D0F
(19,77,15)
#285D24
(40,93,36)
#3D6D39
(61,109,57)
#527D4E
(82,125,78)
#678D63
(103,141,99)
#7C9D78
(124,157,120)
#91AD8D
(145,173,141)
#A6BDA2
(166,189,162)
#BBCDB7
(187,205,183)
#D0DDCC
(208,221,204)
#E5EDE1
(229,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134D0F; }

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

This text font color is #134D0F.


Background Color

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

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

This div background color is #134D0F.


Border color

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

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

This div border color is #134D0F.


Opacity

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

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

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

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

This text has shadow with #134D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134D0F on black background.


Color preview on white background

This text has color #134D0F on white background.



Black color preview on #134D0F background

This text has black color on #134D0F background.


White color preview on #134D0F background

This text has white color on #134D0F background.