COLOR #134326

HEX: #134326
RGB: (19,67,38)

Color info

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

RGB color model

#134326 color RGB value is (19,67,38).

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

RGB channels and saturation

R 19 of 255 = 7%
G 67 of 255 = 26%
B 38 of 255 = 15%

19
67
38

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

Portions of RGB colors in percentages

R + G + B =
19 + 67 + 38 = 124 (100%)
R 19 of 124 ~ 15.32%
G 67 of 124 ~ 54.03%
B 38 of 124 ~ 30.65%

%15.32
%54.03
%30.65

CMYK color model

#134326 color CMYK value is (72,0,43,74).

  • cyan value is 71.64%
  • magenta value is 0.00%
  • yellow value is 43.28%
  • key color value is 73.73%
CMYK:
(72,0,43,74)
C72M0Y43K74 
(72%,0%,43%,74%)
(0.72/0.00/0.43/0.74)	

CMYK percentages

%71.64
%0
%43.28
%73.73

Codes

Color #134326 in popluar color models

134326
RGB196738
HSL144°55.81%16.86%
HSB/HSV144°71.64%26.27%
CMYK71.64%0.00%43.28%
73.73%

Color #134326 in popluar number systems.

HEX134326
Decimal196738
Binary100111000011100110
Octal2310346

Shades and tints

Shades of #134326

#134326
(19,67,38)
#123D23
(18,61,35)
#113720
(17,55,32)
#10311D
(16,49,29)
#0F2B1A
(15,43,26)
#0E2517
(14,37,23)
#0D1F14
(13,31,20)
#0C1911
(12,25,17)
#0B130E
(11,19,14)
#0A0D0B
(10,13,11)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #134326

#134326
(19,67,38)
#285439
(40,84,57)
#3D654C
(61,101,76)
#52765F
(82,118,95)
#678772
(103,135,114)
#7C9885
(124,152,133)
#91A998
(145,169,152)
#A6BAAB
(166,186,171)
#BBCBBE
(187,203,190)
#D0DCD1
(208,220,209)
#E5EDE4
(229,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134326; }

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

This text font color is #134326.


Background Color

.myBgColor { background-color: #134326; }

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

This div background color is #134326.


Border color

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

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

This div border color is #134326.


Opacity

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

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

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

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

This text has shadow with #134326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134326 on black background.


Color preview on white background

This text has color #134326 on white background.



Black color preview on #134326 background

This text has black color on #134326 background.


White color preview on #134326 background

This text has white color on #134326 background.