COLOR #134C31

HEX: #134C31
RGB: (19,76,49)

Color info

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

RGB color model

#134C31 color RGB value is (19,76,49).

  • red value is 19;
  • green value is 76;
  • blue value is 49.
RGB:
(19,76,49)
(7%,30%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 76 of 255 = 30%
B 49 of 255 = 19%

19
76
49

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

Portions of RGB colors in percentages

R + G + B =
19 + 76 + 49 = 144 (100%)
R 19 of 144 ~ 13.19%
G 76 of 144 ~ 52.78%
B 49 of 144 ~ 34.03%

%13.19
%52.78
%34.03

CMYK color model

#134C31 color CMYK value is (75,0,36,70).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 70.20%
CMYK:
(75,0,36,70)
C75M0Y36K70 
(75%,0%,36%,70%)
(0.75/0.00/0.36/0.70)	

CMYK percentages

%75
%0
%35.53
%70.2

Codes

Color #134C31 in popluar color models

134C31
RGB197649
HSL152°60.00%18.63%
HSB/HSV152°75.00%29.80%
CMYK75.00%0.00%35.53%
70.20%

Color #134C31 in popluar number systems.

HEX134C31
Decimal197649
Binary100111001100110001
Octal2311461

Shades and tints

Shades of #134C31

#134C31
(19,76,49)
#12462D
(18,70,45)
#114029
(17,64,41)
#103A25
(16,58,37)
#0F3421
(15,52,33)
#0E2E1D
(14,46,29)
#0D2819
(13,40,25)
#0C2215
(12,34,21)
#0B1C11
(11,28,17)
#0A160D
(10,22,13)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #134C31

#134C31
(19,76,49)
#285C43
(40,92,67)
#3D6C55
(61,108,85)
#527C67
(82,124,103)
#678C79
(103,140,121)
#7C9C8B
(124,156,139)
#91AC9D
(145,172,157)
#A6BCAF
(166,188,175)
#BBCCC1
(187,204,193)
#D0DCD3
(208,220,211)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134C31 color. Also use rgb(19,76,49) instead hex code.

Text Font Color

.myTextColor { color: #134C31; }

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

This text font color is #134C31.


Background Color

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

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

This div background color is #134C31.


Border color

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

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

This div border color is #134C31.


Opacity

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

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

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

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

This text has shadow with #134C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134C31 on black background.


Color preview on white background

This text has color #134C31 on white background.



Black color preview on #134C31 background

This text has black color on #134C31 background.


White color preview on #134C31 background

This text has white color on #134C31 background.