COLOR #134127

HEX: #134127
RGB: (19,65,39)

Color info

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

RGB color model

#134127 color RGB value is (19,65,39).

  • red value is 19;
  • green value is 65;
  • blue value is 39.
RGB:
(19,65,39)
(7%,25%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 65 of 255 = 25%
B 39 of 255 = 15%

19
65
39

R + G + B ~ 16%. #134127 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 65 + 39 = 123 (100%)
R 19 of 123 ~ 15.45%
G 65 of 123 ~ 52.85%
B 39 of 123 ~ 31.71%

%15.45
%52.85
%31.71

CMYK color model

#134127 color CMYK value is (71,0,40,75).

  • cyan value is 70.77%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 74.51%
CMYK:
(71,0,40,75)
C71M0Y40K75 
(71%,0%,40%,75%)
(0.71/0.00/0.40/0.75)	

CMYK percentages

%70.77
%0
%40
%74.51

Codes

Color #134127 in popluar color models

134127
RGB196539
HSL146°54.76%16.47%
HSB/HSV146°70.77%25.49%
CMYK70.77%0.00%40.00%
74.51%

Color #134127 in popluar number systems.

HEX134127
Decimal196539
Binary100111000001100111
Octal2310147

Shades and tints

Shades of #134127

#134127
(19,65,39)
#123C24
(18,60,36)
#113721
(17,55,33)
#10321E
(16,50,30)
#0F2D1B
(15,45,27)
#0E2818
(14,40,24)
#0D2315
(13,35,21)
#0C1E12
(12,30,18)
#0B190F
(11,25,15)
#0A140C
(10,20,12)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #134127

#134127
(19,65,39)
#28523A
(40,82,58)
#3D634D
(61,99,77)
#527460
(82,116,96)
#678573
(103,133,115)
#7C9686
(124,150,134)
#91A799
(145,167,153)
#A6B8AC
(166,184,172)
#BBC9BF
(187,201,191)
#D0DAD2
(208,218,210)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134127 color. Also use rgb(19,65,39) instead hex code.

Text Font Color

.myTextColor { color: #134127; }

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

This text font color is #134127.


Background Color

.myBgColor { background-color: #134127; }

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

This div background color is #134127.


Border color

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

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

This div border color is #134127.


Opacity

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

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

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

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

This text has shadow with #134127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134127 on black background.


Color preview on white background

This text has color #134127 on white background.



Black color preview on #134127 background

This text has black color on #134127 background.


White color preview on #134127 background

This text has white color on #134127 background.