COLOR #418D99

HEX: #418D99
RGB: (65,141,153)

Color info

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

RGB color model

#418D99 color RGB value is (65,141,153).

  • red value is 65;
  • green value is 141;
  • blue value is 153.
RGB:
(65,141,153)
(25%,55%,60%)

RGB channels and saturation

R 65 of 255 = 25%
G 141 of 255 = 55%
B 153 of 255 = 60%

65
141
153

R + G + B ~ 47%. #418D99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 141 + 153 = 359 (100%)
R 65 of 359 ~ 18.11%
G 141 of 359 ~ 39.28%
B 153 of 359 ~ 42.62%

%18.11
%39.28
%42.62

CMYK color model

#418D99 color CMYK value is (58,8,0,40).

  • cyan value is 57.52%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(58,8,0,40)
C58M8Y0K40 
(58%,8%,0%,40%)
(0.58/0.08/0.00/0.40)	

CMYK percentages

%57.52
%7.84
%0
%40

Codes

Color #418D99 in popluar color models

418D99
RGB65141153
HSL188°40.37%42.75%
HSB/HSV188°57.52%60.00%
CMYK57.52%7.84%0.00%
40.00%

Color #418D99 in popluar number systems.

HEX418D99
Decimal65141153
Binary10000011000110110011001
Octal101215231

Shades and tints

Shades of #418D99

#418D99
(65,141,153)
#3C818C
(60,129,140)
#37757F
(55,117,127)
#326972
(50,105,114)
#2D5D65
(45,93,101)
#285158
(40,81,88)
#23454B
(35,69,75)
#1E393E
(30,57,62)
#192D31
(25,45,49)
#142124
(20,33,36)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #418D99

#418D99
(65,141,153)
#5297A2
(82,151,162)
#63A1AB
(99,161,171)
#74ABB4
(116,171,180)
#85B5BD
(133,181,189)
#96BFC6
(150,191,198)
#A7C9CF
(167,201,207)
#B8D3D8
(184,211,216)
#C9DDE1
(201,221,225)
#DAE7EA
(218,231,234)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418D99 color. Also use rgb(65,141,153) instead hex code.

Text Font Color

.myTextColor { color: #418D99; }

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

This text font color is #418D99.


Background Color

.myBgColor { background-color: #418D99; }

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

This div background color is #418D99.


Border color

.myBorderColor { border: 1px solid #418D99; }

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

This div border color is #418D99.


Opacity

.myOpacity80 { color: #418D99; opacity: 0.8; }

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

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

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

This text has shadow with #418D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418D99 on black background.


Color preview on white background

This text has color #418D99 on white background.



Black color preview on #418D99 background

This text has black color on #418D99 background.


White color preview on #418D99 background

This text has white color on #418D99 background.