COLOR #134F2F

HEX: #134F2F RGB: (19,79,47)

Color info

#134F2F contains mainly green and blue colors. Web safe color of #134F2F is #006633 (or #063).

RGB color model

#134F2F color RGB value is (19,79,47).

RGB: (19,79,47) (7%, 31%, 18%)

RGB channels and saturation

R 19 of 255 = 7%
G 79 of 255 = 31%
B 47 of 255 = 18%

19
79
47

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

Portions of RGB colors in percentages

R + G + B = 19 + 79 + 47 = 145 (100%)
R 19 of 145 ~ 13.1%
G 79 of 145 ~ 54.48%
B 47 of 145 ~ 32.41'%

%13.1
%54.48
%32.41

CMYK color model

#134F2F color CMYK value is (76,0,41,69).

  • cyan value is 75.95%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 69.02%

CMYK: (76,0,41,69)
C76M0Y41K69 (76%, 0%, 41%, 69%)
(0.76 / 0.00 / 0.41 / 0.69)

CMYK percentages

%75.95
%0
%40.51
%69.02

Codes

Color #134F2F in popluar color models

13 4F 2F
RGB 19 79 47
HSL 148° 61.22% 19.22%
HSB/HSV 148° 75.95% 30.98%
CMYK 75.95% 0.00% 40.51%
69.02%

Color #134F2F in popluar number systems.

HEX 13 4F 2F
Decimal 19 79 47
Binary 10011 1001111 101111
Octal 23 117 57

Shades and tints

Shades of #134F2F

#134F2F
(19,79,47)
#12482B
(18,72,43)
#114127
(17,65,39)
#103A23
(16,58,35)
#0F331F
(15,51,31)
#0E2C1B
(14,44,27)
#0D2517
(13,37,23)
#0C1E13
(12,30,19)
#0B170F
(11,23,15)
#0A100B
(10,16,11)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #134F2F

#134F2F
(19,79,47)
#285F41
(40,95,65)
#3D6F53
(61,111,83)
#527F65
(82,127,101)
#678F77
(103,143,119)
#7C9F89
(124,159,137)
#91AF9B
(145,175,155)
#A6BFAD
(166,191,173)
#BBCFBF
(187,207,191)
#D0DFD1
(208,223,209)
#E5EFE3
(229,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134F2F color. Also use rgb(19,79,47) instead hex code.

Text Font Color

.myTextColor { color: #134F2F; }

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

This text font color is #134F2F.

Background Color

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

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

This div background color is #134F2F.

Border color

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

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

This div border color is #134F2F.

Opacity

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

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

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

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

This text has shadow with #134F2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #134F2F.

Preview

Color preview on black background

This text has color #134F2F on black background.


Color preview on white background

This text has color #134F2F on white background.


Black color preview on #134F2F background

This text has black color on #134F2F background.


White color preview on #134F2F background

This text has white color on #134F2F background.


Related colors

Complementary color

Complementary color for #hex is #ECB0D0.


I love getcolorcode.com

Triadic colors

1 #2F134F and #4F2F13 with #134F2F are triadic colors.

2 #2F4F13 and #4F132F with #134F2F are triadic colors.