COLOR #134D22

HEX: #134D22
RGB: (19,77,34)

Color info

#134D22 contains red, green and blue colors in about the same proportion. Web safe color of #134D22 is #003333 (or #033).

RGB color model

#134D22 color RGB value is (19,77,34).

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

RGB channels and saturation

R 19 of 255 = 7%
G 77 of 255 = 30%
B 34 of 255 = 13%

19
77
34

R + G + B ~ 17%. #134D22 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 77 + 34 = 130 (100%)
R 19 of 130 ~ 14.62%
G 77 of 130 ~ 59.23%
B 34 of 130 ~ 26.15%

%14.62
%59.23
%26.15

CMYK color model

#134D22 color CMYK value is (75,0,56,70).

  • cyan value is 75.32%
  • magenta value is 0.00%
  • yellow value is 55.84%
  • key color value is 69.80%
CMYK:
(75,0,56,70)
C75M0Y56K70 
(75%,0%,56%,70%)
(0.75/0.00/0.56/0.70)	

CMYK percentages

%75.32
%0
%55.84
%69.8

Codes

Color #134D22 in popluar color models

134D22
RGB197734
HSL136°60.42%18.82%
HSB/HSV136°75.32%30.20%
CMYK75.32%0.00%55.84%
69.80%

Color #134D22 in popluar number systems.

HEX134D22
Decimal197734
Binary100111001101100010
Octal2311542

Shades and tints

Shades of #134D22

#134D22
(19,77,34)
#12461F
(18,70,31)
#113F1C
(17,63,28)
#103819
(16,56,25)
#0F3116
(15,49,22)
#0E2A13
(14,42,19)
#0D2310
(13,35,16)
#0C1C0D
(12,28,13)
#0B150A
(11,21,10)
#0A0E07
(10,14,7)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #134D22

#134D22
(19,77,34)
#285D36
(40,93,54)
#3D6D4A
(61,109,74)
#527D5E
(82,125,94)
#678D72
(103,141,114)
#7C9D86
(124,157,134)
#91AD9A
(145,173,154)
#A6BDAE
(166,189,174)
#BBCDC2
(187,205,194)
#D0DDD6
(208,221,214)
#E5EDEA
(229,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134D22; }

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

This text font color is #134D22.


Background Color

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

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

This div background color is #134D22.


Border color

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

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

This div border color is #134D22.


Opacity

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

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

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

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

This text has shadow with #134D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134D22 on black background.


Color preview on white background

This text has color #134D22 on white background.



Black color preview on #134D22 background

This text has black color on #134D22 background.


White color preview on #134D22 background

This text has white color on #134D22 background.