COLOR #134002

HEX: #134002 RGB: (19,64,2)

Color info

#134002 contains mainly red and green colors. Web safe color of #134002 is #003300 (or #030).

RGB color model

#134002 color RGB value is (19,64,2).

RGB: (19,64,2) (7%, 25%, 1%)

RGB channels and saturation

R 19 of 255 = 7%
G 64 of 255 = 25%
B 2 of 255 = 1%

19
64
2

R + G + B ~ 11%. #134002 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 64 + 2 = 85 (100%)
R 19 of 85 ~ 22.35%
G 64 of 85 ~ 75.29%
B 2 of 85 ~ 2.35'%

%22.35
%75.29

CMYK color model

#134002 color CMYK value is (70,0,97,75).

  • cyan value is 70.31%
  • magenta value is 0.00%
  • yellow value is 96.88%
  • key color value is 74.90%

CMYK: (70,0,97,75)
C70M0Y97K75 (70%, 0%, 97%, 75%)
(0.70 / 0.00 / 0.97 / 0.75)

CMYK percentages

%70.31
%0
%96.88
%74.9

Codes

Color #134002 in popluar color models

13 40 02
RGB 19 64 2
HSL 104° 93.94% 12.94%
HSB/HSV 104° 96.88% 25.10%
CMYK 70.31% 0.00% 96.88%
74.90%

Color #134002 in popluar number systems.

HEX 13 40 02
Decimal 19 64 2
Binary 10011 1000000 10
Octal 23 100 2

Shades and tints

Shades of #134002

#134002
(19,64,2)
#123B02
(18,59,2)
#113602
(17,54,2)
#103102
(16,49,2)
#0F2C02
(15,44,2)
#0E2702
(14,39,2)
#0D2202
(13,34,2)
#0C1D02
(12,29,2)
#0B1802
(11,24,2)
#0A1302
(10,19,2)
#090E02
(9,14,2)
#000000
(0,0,0)

Tints of #134002

#134002
(19,64,2)
#285119
(40,81,25)
#3D6230
(61,98,48)
#527347
(82,115,71)
#67845E
(103,132,94)
#7C9575
(124,149,117)
#91A68C
(145,166,140)
#A6B7A3
(166,183,163)
#BBC8BA
(187,200,186)
#D0D9D1
(208,217,209)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134002 color. Also use rgb(19,64,2) instead hex code.

Text Font Color

.myTextColor { color: #134002; }

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

This text font color is #134002.

Background Color

.myBgColor { background-color: #134002; }

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

This div background color is #134002.

Border color

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

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

This div border color is #134002.

Opacity

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

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

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

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

This text has shadow with #134002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #134002.

Preview

Color preview on black background

This text has color #134002 on black background.


Color preview on white background

This text has color #134002 on white background.


Black color preview on #134002 background

This text has black color on #134002 background.


White color preview on #134002 background

This text has white color on #134002 background.


Related colors

Complementary color

Complementary color for #hex is #ECBFFD.


I love getcolorcode.com

Triadic colors

1 #021340 and #400213 with #134002 are triadic colors.

2 #024013 and #401302 with #134002 are triadic colors.