COLOR #419D9E

HEX: #419D9E
RGB: (65,157,158)

Color info

#419D9E contains mainly green and blue colors. Web safe color of #419D9E is #339999 (or #399).

RGB color model

#419D9E color RGB value is (65,157,158).

  • red value is 65;
  • green value is 157;
  • blue value is 158.
RGB:
(65,157,158)
(25%,62%,62%)

RGB channels and saturation

R 65 of 255 = 25%
G 157 of 255 = 62%
B 158 of 255 = 62%

65
157
158

R + G + B ~ 50%. #419D9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 157 + 158 = 380 (100%)
R 65 of 380 ~ 17.11%
G 157 of 380 ~ 41.32%
B 158 of 380 ~ 41.58%

%17.11
%41.32
%41.58

CMYK color model

#419D9E color CMYK value is (59,1,0,38).

  • cyan value is 58.86%
  • magenta value is 0.63%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(59,1,0,38)
C59M1Y0K38 
(59%,1%,0%,38%)
(0.59/0.01/0.00/0.38)	

CMYK percentages

%58.86
%0.63
%0
%38.04

Codes

Color #419D9E in popluar color models

419D9E
RGB65157158
HSL181°41.70%43.73%
HSB/HSV181°58.86%61.96%
CMYK58.86%0.63%0.00%
38.04%

Color #419D9E in popluar number systems.

HEX419D9E
Decimal65157158
Binary10000011001110110011110
Octal101235236

Shades and tints

Shades of #419D9E

#419D9E
(65,157,158)
#3C8F90
(60,143,144)
#378182
(55,129,130)
#327374
(50,115,116)
#2D6566
(45,101,102)
#285758
(40,87,88)
#23494A
(35,73,74)
#1E3B3C
(30,59,60)
#192D2E
(25,45,46)
#141F20
(20,31,32)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #419D9E

#419D9E
(65,157,158)
#52A5A6
(82,165,166)
#63ADAE
(99,173,174)
#74B5B6
(116,181,182)
#85BDBE
(133,189,190)
#96C5C6
(150,197,198)
#A7CDCE
(167,205,206)
#B8D5D6
(184,213,214)
#C9DDDE
(201,221,222)
#DAE5E6
(218,229,230)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #419D9E color. Also use rgb(65,157,158) instead hex code.

Text Font Color

.myTextColor { color: #419D9E; }

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

This text font color is #419D9E.


Background Color

.myBgColor { background-color: #419D9E; }

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

This div background color is #419D9E.


Border color

.myBorderColor { border: 1px solid #419D9E; }

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

This div border color is #419D9E.


Opacity

.myOpacity80 { color: #419D9E; opacity: 0.8; }

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

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

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

This text has shadow with #419D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #419D9E on black background.


Color preview on white background

This text has color #419D9E on white background.



Black color preview on #419D9E background

This text has black color on #419D9E background.


White color preview on #419D9E background

This text has white color on #419D9E background.