COLOR #134215

HEX: #134215
RGB: (19,66,21)

Color info

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

RGB color model

#134215 color RGB value is (19,66,21).

  • red value is 19;
  • green value is 66;
  • blue value is 21.
RGB:
(19,66,21)
(7%,26%,8%)

RGB channels and saturation

R 19 of 255 = 7%
G 66 of 255 = 26%
B 21 of 255 = 8%

19
66
21

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

Portions of RGB colors in percentages

R + G + B =
19 + 66 + 21 = 106 (100%)
R 19 of 106 ~ 17.92%
G 66 of 106 ~ 62.26%
B 21 of 106 ~ 19.81%

%17.92
%62.26
%19.81

CMYK color model

#134215 color CMYK value is (71,0,68,74).

  • cyan value is 71.21%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 74.12%
CMYK:
(71,0,68,74)
C71M0Y68K74 
(71%,0%,68%,74%)
(0.71/0.00/0.68/0.74)	

CMYK percentages

%71.21
%0
%68.18
%74.12

Codes

Color #134215 in popluar color models

134215
RGB196621
HSL123°55.29%16.67%
HSB/HSV123°71.21%25.88%
CMYK71.21%0.00%68.18%
74.12%

Color #134215 in popluar number systems.

HEX134215
Decimal196621
Binary10011100001010101
Octal2310225

Shades and tints

Shades of #134215

#134215
(19,66,21)
#123C14
(18,60,20)
#113613
(17,54,19)
#103012
(16,48,18)
#0F2A11
(15,42,17)
#0E2410
(14,36,16)
#0D1E0F
(13,30,15)
#0C180E
(12,24,14)
#0B120D
(11,18,13)
#0A0C0C
(10,12,12)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #134215

#134215
(19,66,21)
#28532A
(40,83,42)
#3D643F
(61,100,63)
#527554
(82,117,84)
#678669
(103,134,105)
#7C977E
(124,151,126)
#91A893
(145,168,147)
#A6B9A8
(166,185,168)
#BBCABD
(187,202,189)
#D0DBD2
(208,219,210)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134215 color. Also use rgb(19,66,21) instead hex code.

Text Font Color

.myTextColor { color: #134215; }

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

This text font color is #134215.


Background Color

.myBgColor { background-color: #134215; }

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

This div background color is #134215.


Border color

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

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

This div border color is #134215.


Opacity

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

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

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

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

This text has shadow with #134215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134215 on black background.


Color preview on white background

This text has color #134215 on white background.



Black color preview on #134215 background

This text has black color on #134215 background.


White color preview on #134215 background

This text has white color on #134215 background.