COLOR #134431

HEX: #134431 RGB: (19,68,49)

Color info

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

RGB color model

#134431 color RGB value is (19,68,49).

RGB: (19,68,49) (7%, 27%, 19%)

RGB channels and saturation

R 19 of 255 = 7%
G 68 of 255 = 27%
B 49 of 255 = 19%

19
68
49

R + G + B ~ 18%. #134431 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 68 + 49 = 136 (100%)
R 19 of 136 ~ 13.97%
G 68 of 136 ~ 50%
B 49 of 136 ~ 36.03'%

%13.97
%50
%36.03

CMYK color model

#134431 color CMYK value is (72,0,28,73).

  • cyan value is 72.06%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK: (72,0,28,73) C72M0Y28K73 (72%,0%,28%,73%) (0.72/0.00/0.28/0.73) 

CMYK percentages

%72.06
%0
%27.94
%73.33

Codes

Color #134431 in popluar color models

13 44 31
RGB 19 68 49
HSL 157° 56.32% 17.06%
HSB/HSV 157° 72.06% 26.67%
CMYK 72.06% 0.00% 27.94%
73.33%

Color #134431 in popluar number systems.

HEX 13 44 31
Decimal 19 68 49
Binary 10011 1000100 110001
Octal 23 104 61

Shades and tints

Shades of #134431

#134431
(19,68,49)
#123E2D
(18,62,45)
#113829
(17,56,41)
#103225
(16,50,37)
#0F2C21
(15,44,33)
#0E261D
(14,38,29)
#0D2019
(13,32,25)
#0C1A15
(12,26,21)
#0B1411
(11,20,17)
#0A0E0D
(10,14,13)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #134431

#134431
(19,68,49)
#285543
(40,85,67)
#3D6655
(61,102,85)
#527767
(82,119,103)
#678879
(103,136,121)
#7C998B
(124,153,139)
#91AA9D
(145,170,157)
#A6BBAF
(166,187,175)
#BBCCC1
(187,204,193)
#D0DDD3
(208,221,211)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134431 color. Also use rgb(19,68,49) instead hex code.

Text Font Color

.myTextColor { color: #134431; }

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

This text font color is #134431.

Background Color

.myBgColor { background-color: #134431; }

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

This div background color is #134431.

Border color

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

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

This div border color is #134431.

Opacity

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

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

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

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

This text has shadow with #134431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #134431.

Preview

Color preview on black background

This text has color #134431 on black background.


Color preview on white background

This text has color #134431 on white background.


Black color preview on #134431 background

This text has black color on #134431 background.


White color preview on #134431 background

This text has white color on #134431 background.


Related colors

Complementary color

Complementary color for #hex is #ECBBCE.


I love getcolorcode.com

Triadic colors

1 #311344 and #443113 with #134431 are triadic colors.

2 #314413 and #441331 with #134431 are triadic colors.