COLOR #134D33

HEX: #134D33 RGB: (19,77,51)

Color info

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

RGB color model

#134D33 color RGB value is (19,77,51).

RGB: (19,77,51) (7%, 30%, 20%)

RGB channels and saturation

R 19 of 255 = 7%
G 77 of 255 = 30%
B 51 of 255 = 20%

19
77
51

R + G + B ~ 19%. #134D33 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 77 + 51 = 147 (100%)
R 19 of 147 ~ 12.93%
G 77 of 147 ~ 52.38%
B 51 of 147 ~ 34.69'%

%12.93
%52.38
%34.69

CMYK color model

#134D33 color CMYK value is (75,0,34,70).

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

CMYK: (75,0,34,70)
C75M0Y34K70 (75%, 0%, 34%, 70%)
(0.75 / 0.00 / 0.34 / 0.70)

CMYK percentages

%75.32
%0
%33.77
%69.8

Codes

Color #134D33 in popluar color models

13 4D 33
RGB 19 77 51
HSL 153° 60.42% 18.82%
HSB/HSV 153° 75.32% 30.20%
CMYK 75.32% 0.00% 33.77%
69.80%

Color #134D33 in popluar number systems.

HEX 13 4D 33
Decimal 19 77 51
Binary 10011 1001101 110011
Octal 23 115 63

Shades and tints

Shades of #134D33

#134D33
(19,77,51)
#12462F
(18,70,47)
#113F2B
(17,63,43)
#103827
(16,56,39)
#0F3123
(15,49,35)
#0E2A1F
(14,42,31)
#0D231B
(13,35,27)
#0C1C17
(12,28,23)
#0B1513
(11,21,19)
#0A0E0F
(10,14,15)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #134D33

#134D33
(19,77,51)
#285D45
(40,93,69)
#3D6D57
(61,109,87)
#527D69
(82,125,105)
#678D7B
(103,141,123)
#7C9D8D
(124,157,141)
#91AD9F
(145,173,159)
#A6BDB1
(166,189,177)
#BBCDC3
(187,205,195)
#D0DDD5
(208,221,213)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134D33; }

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

This text font color is #134D33.

Background Color

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

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

This div background color is #134D33.

Border color

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

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

This div border color is #134D33.

Opacity

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

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

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

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

This text has shadow with #134D33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #134D33.

Preview

Color preview on black background

This text has color #134D33 on black background.


Color preview on white background

This text has color #134D33 on white background.


Black color preview on #134D33 background

This text has black color on #134D33 background.


White color preview on #134D33 background

This text has white color on #134D33 background.


Related colors

Complementary color

Complementary color for #hex is #ECB2CC.


I love getcolorcode.com

Triadic colors

1 #33134D and #4D3313 with #134D33 are triadic colors.

2 #334D13 and #4D1333 with #134D33 are triadic colors.