COLOR #19687E

HEX: #19687E
RGB: (25,104,126)

Color info

#19687E contains mainly green and blue colors. Web safe color of #19687E is #006666 (or #066).

RGB color model

#19687E color RGB value is (25,104,126).

  • red value is 25;
  • green value is 104;
  • blue value is 126.
RGB:
(25,104,126)
(10%,41%,49%)

RGB channels and saturation

R 25 of 255 = 10%
G 104 of 255 = 41%
B 126 of 255 = 49%

25
104
126

R + G + B ~ 33%. #19687E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 104 + 126 = 255 (100%)
R 25 of 255 ~ 9.8%
G 104 of 255 ~ 40.78%
B 126 of 255 ~ 49.41%

%9.8
%40.78
%49.41

CMYK color model

#19687E color CMYK value is (80,17,0,51).

  • cyan value is 80.16%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(80,17,0,51)
C80M17Y0K51 
(80%,17%,0%,51%)
(0.80/0.17/0.00/0.51)	

CMYK percentages

%80.16
%17.46
%0
%50.59

Codes

Color #19687E in popluar color models

19687E
RGB25104126
HSL193°66.89%29.61%
HSB/HSV193°80.16%49.41%
CMYK80.16%17.46%0.00%
50.59%

Color #19687E in popluar number systems.

HEX19687E
Decimal25104126
Binary1100111010001111110
Octal31150176

Shades and tints

Shades of #19687E

#19687E
(25,104,126)
#175F73
(23,95,115)
#155668
(21,86,104)
#134D5D
(19,77,93)
#114452
(17,68,82)
#0F3B47
(15,59,71)
#0D323C
(13,50,60)
#0B2931
(11,41,49)
#092026
(9,32,38)
#07171B
(7,23,27)
#050E10
(5,14,16)
#000000
(0,0,0)

Tints of #19687E

#19687E
(25,104,126)
#2D7589
(45,117,137)
#418294
(65,130,148)
#558F9F
(85,143,159)
#699CAA
(105,156,170)
#7DA9B5
(125,169,181)
#91B6C0
(145,182,192)
#A5C3CB
(165,195,203)
#B9D0D6
(185,208,214)
#CDDDE1
(205,221,225)
#E1EAEC
(225,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19687E color. Also use rgb(25,104,126) instead hex code.

Text Font Color

.myTextColor { color: #19687E; }

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

This text font color is #19687E.


Background Color

.myBgColor { background-color: #19687E; }

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

This div background color is #19687E.


Border color

.myBorderColor { border: 1px solid #19687E; }

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

This div border color is #19687E.


Opacity

.myOpacity80 { color: #19687E; opacity: 0.8; }

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

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

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

This text has shadow with #19687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19687E on black background.


Color preview on white background

This text has color #19687E on white background.



Black color preview on #19687E background

This text has black color on #19687E background.


White color preview on #19687E background

This text has white color on #19687E background.