COLOR #418B70

HEX: #418B70
RGB: (65,139,112)

Color info

#418B70 contains mainly green and blue colors. Web safe color of #418B70 is #339966 (or #396).

RGB color model

#418B70 color RGB value is (65,139,112).

  • red value is 65;
  • green value is 139;
  • blue value is 112.
RGB:
(65,139,112)
(25%,55%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 139 of 255 = 55%
B 112 of 255 = 44%

65
139
112

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

Portions of RGB colors in percentages

R + G + B =
65 + 139 + 112 = 316 (100%)
R 65 of 316 ~ 20.57%
G 139 of 316 ~ 43.99%
B 112 of 316 ~ 35.44%

%20.57
%43.99
%35.44

CMYK color model

#418B70 color CMYK value is (53,0,19,45).

  • cyan value is 53.24%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 45.49%
CMYK:
(53,0,19,45)
C53M0Y19K45 
(53%,0%,19%,45%)
(0.53/0.00/0.19/0.45)	

CMYK percentages

%53.24
%0
%19.42
%45.49

Codes

Color #418B70 in popluar color models

418B70
RGB65139112
HSL158°36.27%40.00%
HSB/HSV158°53.24%54.51%
CMYK53.24%0.00%19.42%
45.49%

Color #418B70 in popluar number systems.

HEX418B70
Decimal65139112
Binary1000001100010111110000
Octal101213160

Shades and tints

Shades of #418B70

#418B70
(65,139,112)
#3C7F66
(60,127,102)
#37735C
(55,115,92)
#326752
(50,103,82)
#2D5B48
(45,91,72)
#284F3E
(40,79,62)
#234334
(35,67,52)
#1E372A
(30,55,42)
#192B20
(25,43,32)
#141F16
(20,31,22)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #418B70

#418B70
(65,139,112)
#52957D
(82,149,125)
#639F8A
(99,159,138)
#74A997
(116,169,151)
#85B3A4
(133,179,164)
#96BDB1
(150,189,177)
#A7C7BE
(167,199,190)
#B8D1CB
(184,209,203)
#C9DBD8
(201,219,216)
#DAE5E5
(218,229,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418B70 color. Also use rgb(65,139,112) instead hex code.

Text Font Color

.myTextColor { color: #418B70; }

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

This text font color is #418B70.


Background Color

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

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

This div background color is #418B70.


Border color

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

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

This div border color is #418B70.


Opacity

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

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

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

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

This text has shadow with #418B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418B70 on black background.


Color preview on white background

This text has color #418B70 on white background.



Black color preview on #418B70 background

This text has black color on #418B70 background.


White color preview on #418B70 background

This text has white color on #418B70 background.