COLOR #134D03

HEX: #134D03 RGB: (19,77,3)

Color info

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

RGB color model

#134D03 color RGB value is (19,77,3).

RGB: (19,77,3) (7%, 30%, 1%)

RGB channels and saturation

R 19 of 255 = 7%
G 77 of 255 = 30%
B 3 of 255 = 1%

19
77
3

R + G + B ~ 13%. #134D03 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 77 + 3 = 99 (100%)
R 19 of 99 ~ 19.19%
G 77 of 99 ~ 77.78%
B 3 of 99 ~ 3.03'%

%19.19
%77.78

CMYK color model

#134D03 color CMYK value is (75,0,96,70).

  • cyan value is 75.32%
  • magenta value is 0.00%
  • yellow value is 96.10%
  • key color value is 69.80%

CMYK: (75,0,96,70)
C75M0Y96K70 (75%, 0%, 96%, 70%)
(0.75 / 0.00 / 0.96 / 0.70)

CMYK percentages

%75.32
%0
%96.1
%69.8

Codes

Color #134D03 in popluar color models

13 4D 03
RGB 19 77 3
HSL 107° 92.50% 15.69%
HSB/HSV 107° 96.10% 30.20%
CMYK 75.32% 0.00% 96.10%
69.80%

Color #134D03 in popluar number systems.

HEX 13 4D 03
Decimal 19 77 3
Binary 10011 1001101 11
Octal 23 115 3

Shades and tints

Shades of #134D03

#134D03
(19,77,3)
#124603
(18,70,3)
#113F03
(17,63,3)
#103803
(16,56,3)
#0F3103
(15,49,3)
#0E2A03
(14,42,3)
#0D2303
(13,35,3)
#0C1C03
(12,28,3)
#0B1503
(11,21,3)
#0A0E03
(10,14,3)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #134D03

#134D03
(19,77,3)
#285D19
(40,93,25)
#3D6D2F
(61,109,47)
#527D45
(82,125,69)
#678D5B
(103,141,91)
#7C9D71
(124,157,113)
#91AD87
(145,173,135)
#A6BD9D
(166,189,157)
#BBCDB3
(187,205,179)
#D0DDC9
(208,221,201)
#E5EDDF
(229,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134D03; }

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

This text font color is #134D03.

Background Color

.myBgColor { background-color: #134D03; }

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

This div background color is #134D03.

Border color

.myBorderColor { border: 1px solid #134D03; }

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

This div border color is #134D03.

Opacity

.myOpacity80 { color: #134D03; opacity: 0.8; }

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

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

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

This text has shadow with #134D03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #134D03.

Preview

Color preview on black background

This text has color #134D03 on black background.


Color preview on white background

This text has color #134D03 on white background.


Black color preview on #134D03 background

This text has black color on #134D03 background.


White color preview on #134D03 background

This text has white color on #134D03 background.


Related colors

Complementary color

Complementary color for #hex is #ECB2FC.


I love getcolorcode.com

Triadic colors

1 #03134D and #4D0313 with #134D03 are triadic colors.

2 #034D13 and #4D1303 with #134D03 are triadic colors.