COLOR #134309

HEX: #134309
RGB: (19,67,9)

Color info

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

RGB color model

#134309 color RGB value is (19,67,9).

  • red value is 19;
  • green value is 67;
  • blue value is 9.
RGB:
(19,67,9)
(7%,26%,4%)

RGB channels and saturation

R 19 of 255 = 7%
G 67 of 255 = 26%
B 9 of 255 = 4%

19
67
9

R + G + B ~ 12%. #134309 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 67 + 9 = 95 (100%)
R 19 of 95 ~ 20%
G 67 of 95 ~ 70.53%
B 9 of 95 ~ 9.47%

%20
%70.53

CMYK color model

#134309 color CMYK value is (72,0,87,74).

  • cyan value is 71.64%
  • magenta value is 0.00%
  • yellow value is 86.57%
  • key color value is 73.73%
CMYK:
(72,0,87,74)
C72M0Y87K74 
(72%,0%,87%,74%)
(0.72/0.00/0.87/0.74)	

CMYK percentages

%71.64
%0
%86.57
%73.73

Codes

Color #134309 in popluar color models

134309
RGB19679
HSL110°76.32%14.90%
HSB/HSV110°86.57%26.27%
CMYK71.64%0.00%86.57%
73.73%

Color #134309 in popluar number systems.

HEX134309
Decimal19679
Binary1001110000111001
Octal2310311

Shades and tints

Shades of #134309

#134309
(19,67,9)
#123D09
(18,61,9)
#113709
(17,55,9)
#103109
(16,49,9)
#0F2B09
(15,43,9)
#0E2509
(14,37,9)
#0D1F09
(13,31,9)
#0C1909
(12,25,9)
#0B1309
(11,19,9)
#0A0D09
(10,13,9)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #134309

#134309
(19,67,9)
#28541F
(40,84,31)
#3D6535
(61,101,53)
#52764B
(82,118,75)
#678761
(103,135,97)
#7C9877
(124,152,119)
#91A98D
(145,169,141)
#A6BAA3
(166,186,163)
#BBCBB9
(187,203,185)
#D0DCCF
(208,220,207)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134309 color. Also use rgb(19,67,9) instead hex code.

Text Font Color

.myTextColor { color: #134309; }

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

This text font color is #134309.


Background Color

.myBgColor { background-color: #134309; }

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

This div background color is #134309.


Border color

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

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

This div border color is #134309.


Opacity

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

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

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

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

This text has shadow with #134309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134309 on black background.


Color preview on white background

This text has color #134309 on white background.



Black color preview on #134309 background

This text has black color on #134309 background.


White color preview on #134309 background

This text has white color on #134309 background.