COLOR #134003

HEX: #134003
RGB: (19,64,3)

Color info

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

RGB color model

#134003 color RGB value is (19,64,3).

  • red value is 19;
  • green value is 64;
  • blue value is 3.
RGB:
(19,64,3)
(7%,25%,1%)

RGB channels and saturation

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

19
64
3

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

Portions of RGB colors in percentages

R + G + B =
19 + 64 + 3 = 86 (100%)
R 19 of 86 ~ 22.09%
G 64 of 86 ~ 74.42%
B 3 of 86 ~ 3.49%

%22.09
%74.42

CMYK color model

#134003 color CMYK value is (70,0,95,75).

  • cyan value is 70.31%
  • magenta value is 0.00%
  • yellow value is 95.31%
  • key color value is 74.90%
CMYK:
(70,0,95,75)
C70M0Y95K75 
(70%,0%,95%,75%)
(0.70/0.00/0.95/0.75)	

CMYK percentages

%70.31
%0
%95.31
%74.9

Codes

Color #134003 in popluar color models

134003
RGB19643
HSL104°91.04%13.14%
HSB/HSV104°95.31%25.10%
CMYK70.31%0.00%95.31%
74.90%

Color #134003 in popluar number systems.

HEX134003
Decimal19643
Binary10011100000011
Octal231003

Shades and tints

Shades of #134003

#134003
(19,64,3)
#123B03
(18,59,3)
#113603
(17,54,3)
#103103
(16,49,3)
#0F2C03
(15,44,3)
#0E2703
(14,39,3)
#0D2203
(13,34,3)
#0C1D03
(12,29,3)
#0B1803
(11,24,3)
#0A1303
(10,19,3)
#090E03
(9,14,3)
#000000
(0,0,0)

Tints of #134003

#134003
(19,64,3)
#285119
(40,81,25)
#3D622F
(61,98,47)
#527345
(82,115,69)
#67845B
(103,132,91)
#7C9571
(124,149,113)
#91A687
(145,166,135)
#A6B79D
(166,183,157)
#BBC8B3
(187,200,179)
#D0D9C9
(208,217,201)
#E5EADF
(229,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134003; }

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

This text font color is #134003.


Background Color

.myBgColor { background-color: #134003; }

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

This div background color is #134003.


Border color

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

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

This div border color is #134003.


Opacity

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

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

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

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

This text has shadow with #134003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134003 on black background.


Color preview on white background

This text has color #134003 on white background.



Black color preview on #134003 background

This text has black color on #134003 background.


White color preview on #134003 background

This text has white color on #134003 background.