COLOR #134521

HEX: #134521
RGB: (19,69,33)

Color info

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

RGB color model

#134521 color RGB value is (19,69,33).

  • red value is 19;
  • green value is 69;
  • blue value is 33.
RGB:
(19,69,33)
(7%,27%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 69 of 255 = 27%
B 33 of 255 = 13%

19
69
33

R + G + B ~ 16%. #134521 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 69 + 33 = 121 (100%)
R 19 of 121 ~ 15.7%
G 69 of 121 ~ 57.02%
B 33 of 121 ~ 27.27%

%15.7
%57.02
%27.27

CMYK color model

#134521 color CMYK value is (72,0,52,73).

  • cyan value is 72.46%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 72.94%
CMYK:
(72,0,52,73)
C72M0Y52K73 
(72%,0%,52%,73%)
(0.72/0.00/0.52/0.73)	

CMYK percentages

%72.46
%0
%52.17
%72.94

Codes

Color #134521 in popluar color models

134521
RGB196933
HSL137°56.82%17.25%
HSB/HSV137°72.46%27.06%
CMYK72.46%0.00%52.17%
72.94%

Color #134521 in popluar number systems.

HEX134521
Decimal196933
Binary100111000101100001
Octal2310541

Shades and tints

Shades of #134521

#134521
(19,69,33)
#123F1E
(18,63,30)
#11391B
(17,57,27)
#103318
(16,51,24)
#0F2D15
(15,45,21)
#0E2712
(14,39,18)
#0D210F
(13,33,15)
#0C1B0C
(12,27,12)
#0B1509
(11,21,9)
#0A0F06
(10,15,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #134521

#134521
(19,69,33)
#285535
(40,85,53)
#3D6549
(61,101,73)
#52755D
(82,117,93)
#678571
(103,133,113)
#7C9585
(124,149,133)
#91A599
(145,165,153)
#A6B5AD
(166,181,173)
#BBC5C1
(187,197,193)
#D0D5D5
(208,213,213)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134521 color. Also use rgb(19,69,33) instead hex code.

Text Font Color

.myTextColor { color: #134521; }

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

This text font color is #134521.


Background Color

.myBgColor { background-color: #134521; }

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

This div background color is #134521.


Border color

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

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

This div border color is #134521.


Opacity

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

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

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

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

This text has shadow with #134521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134521 on black background.


Color preview on white background

This text has color #134521 on white background.



Black color preview on #134521 background

This text has black color on #134521 background.


White color preview on #134521 background

This text has white color on #134521 background.