COLOR #418996

HEX: #418996
RGB: (65,137,150)

Color info

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

RGB color model

#418996 color RGB value is (65,137,150).

  • red value is 65;
  • green value is 137;
  • blue value is 150.
RGB:
(65,137,150)
(25%,54%,59%)

RGB channels and saturation

R 65 of 255 = 25%
G 137 of 255 = 54%
B 150 of 255 = 59%

65
137
150

R + G + B ~ 46%. #418996 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 137 + 150 = 352 (100%)
R 65 of 352 ~ 18.47%
G 137 of 352 ~ 38.92%
B 150 of 352 ~ 42.61%

%18.47
%38.92
%42.61

CMYK color model

#418996 color CMYK value is (57,9,0,41).

  • cyan value is 56.67%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(57,9,0,41)
C57M9Y0K41 
(57%,9%,0%,41%)
(0.57/0.09/0.00/0.41)	

CMYK percentages

%56.67
%8.67
%0
%41.18

Codes

Color #418996 in popluar color models

418996
RGB65137150
HSL189°39.53%42.16%
HSB/HSV189°56.67%58.82%
CMYK56.67%8.67%0.00%
41.18%

Color #418996 in popluar number systems.

HEX418996
Decimal65137150
Binary10000011000100110010110
Octal101211226

Shades and tints

Shades of #418996

#418996
(65,137,150)
#3C7D89
(60,125,137)
#37717C
(55,113,124)
#32656F
(50,101,111)
#2D5962
(45,89,98)
#284D55
(40,77,85)
#234148
(35,65,72)
#1E353B
(30,53,59)
#19292E
(25,41,46)
#141D21
(20,29,33)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #418996

#418996
(65,137,150)
#52939F
(82,147,159)
#639DA8
(99,157,168)
#74A7B1
(116,167,177)
#85B1BA
(133,177,186)
#96BBC3
(150,187,195)
#A7C5CC
(167,197,204)
#B8CFD5
(184,207,213)
#C9D9DE
(201,217,222)
#DAE3E7
(218,227,231)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418996 color. Also use rgb(65,137,150) instead hex code.

Text Font Color

.myTextColor { color: #418996; }

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

This text font color is #418996.


Background Color

.myBgColor { background-color: #418996; }

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

This div background color is #418996.


Border color

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

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

This div border color is #418996.


Opacity

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

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

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

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

This text has shadow with #418996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418996 on black background.


Color preview on white background

This text has color #418996 on white background.



Black color preview on #418996 background

This text has black color on #418996 background.


White color preview on #418996 background

This text has white color on #418996 background.