COLOR #134138

HEX: #134138
RGB: (19,65,56)

Color info

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

RGB color model

#134138 color RGB value is (19,65,56).

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

RGB channels and saturation

R 19 of 255 = 7%
G 65 of 255 = 25%
B 56 of 255 = 22%

19
65
56

R + G + B ~ 18%. #134138 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 65 + 56 = 140 (100%)
R 19 of 140 ~ 13.57%
G 65 of 140 ~ 46.43%
B 56 of 140 ~ 40%

%13.57
%46.43
%40

CMYK color model

#134138 color CMYK value is (71,0,14,75).

  • cyan value is 70.77%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(71,0,14,75)
C71M0Y14K75 
(71%,0%,14%,75%)
(0.71/0.00/0.14/0.75)	

CMYK percentages

%70.77
%0
%13.85
%74.51

Codes

Color #134138 in popluar color models

134138
RGB196556
HSL168°54.76%16.47%
HSB/HSV168°70.77%25.49%
CMYK70.77%0.00%13.85%
74.51%

Color #134138 in popluar number systems.

HEX134138
Decimal196556
Binary100111000001111000
Octal2310170

Shades and tints

Shades of #134138

#134138
(19,65,56)
#123C33
(18,60,51)
#11372E
(17,55,46)
#103229
(16,50,41)
#0F2D24
(15,45,36)
#0E281F
(14,40,31)
#0D231A
(13,35,26)
#0C1E15
(12,30,21)
#0B1910
(11,25,16)
#0A140B
(10,20,11)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #134138

#134138
(19,65,56)
#28524A
(40,82,74)
#3D635C
(61,99,92)
#52746E
(82,116,110)
#678580
(103,133,128)
#7C9692
(124,150,146)
#91A7A4
(145,167,164)
#A6B8B6
(166,184,182)
#BBC9C8
(187,201,200)
#D0DADA
(208,218,218)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134138; }

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

This text font color is #134138.


Background Color

.myBgColor { background-color: #134138; }

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

This div background color is #134138.


Border color

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

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

This div border color is #134138.


Opacity

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

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

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

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

This text has shadow with #134138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134138 on black background.


Color preview on white background

This text has color #134138 on white background.



Black color preview on #134138 background

This text has black color on #134138 background.


White color preview on #134138 background

This text has white color on #134138 background.