COLOR #134929

HEX: #134929
RGB: (19,73,41)

Color info

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

RGB color model

#134929 color RGB value is (19,73,41).

  • red value is 19;
  • green value is 73;
  • blue value is 41.
RGB:
(19,73,41)
(7%,29%,16%)

RGB channels and saturation

R 19 of 255 = 7%
G 73 of 255 = 29%
B 41 of 255 = 16%

19
73
41

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

Portions of RGB colors in percentages

R + G + B =
19 + 73 + 41 = 133 (100%)
R 19 of 133 ~ 14.29%
G 73 of 133 ~ 54.89%
B 41 of 133 ~ 30.83%

%14.29
%54.89
%30.83

CMYK color model

#134929 color CMYK value is (74,0,44,71).

  • cyan value is 73.97%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 71.37%
CMYK:
(74,0,44,71)
C74M0Y44K71 
(74%,0%,44%,71%)
(0.74/0.00/0.44/0.71)	

CMYK percentages

%73.97
%0
%43.84
%71.37

Codes

Color #134929 in popluar color models

134929
RGB197341
HSL144°58.70%18.04%
HSB/HSV144°73.97%28.63%
CMYK73.97%0.00%43.84%
71.37%

Color #134929 in popluar number systems.

HEX134929
Decimal197341
Binary100111001001101001
Octal2311151

Shades and tints

Shades of #134929

#134929
(19,73,41)
#124326
(18,67,38)
#113D23
(17,61,35)
#103720
(16,55,32)
#0F311D
(15,49,29)
#0E2B1A
(14,43,26)
#0D2517
(13,37,23)
#0C1F14
(12,31,20)
#0B1911
(11,25,17)
#0A130E
(10,19,14)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #134929

#134929
(19,73,41)
#28593C
(40,89,60)
#3D694F
(61,105,79)
#527962
(82,121,98)
#678975
(103,137,117)
#7C9988
(124,153,136)
#91A99B
(145,169,155)
#A6B9AE
(166,185,174)
#BBC9C1
(187,201,193)
#D0D9D4
(208,217,212)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134929 color. Also use rgb(19,73,41) instead hex code.

Text Font Color

.myTextColor { color: #134929; }

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

This text font color is #134929.


Background Color

.myBgColor { background-color: #134929; }

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

This div background color is #134929.


Border color

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

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

This div border color is #134929.


Opacity

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

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

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

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

This text has shadow with #134929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134929 on black background.


Color preview on white background

This text has color #134929 on white background.



Black color preview on #134929 background

This text has black color on #134929 background.


White color preview on #134929 background

This text has white color on #134929 background.