COLOR #218E62

HEX: #218E62
RGB: (33,142,98)

Color info

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

RGB color model

#218E62 color RGB value is (33,142,98).

  • red value is 33;
  • green value is 142;
  • blue value is 98.
RGB:
(33,142,98)
(13%,56%,38%)

RGB channels and saturation

R 33 of 255 = 13%
G 142 of 255 = 56%
B 98 of 255 = 38%

33
142
98

R + G + B ~ 36%. #218E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 142 + 98 = 273 (100%)
R 33 of 273 ~ 12.09%
G 142 of 273 ~ 52.01%
B 98 of 273 ~ 35.9%

%12.09
%52.01
%35.9

CMYK color model

#218E62 color CMYK value is (77,0,31,44).

  • cyan value is 76.76%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 44.31%
CMYK:
(77,0,31,44)
C77M0Y31K44 
(77%,0%,31%,44%)
(0.77/0.00/0.31/0.44)	

CMYK percentages

%76.76
%0
%30.99
%44.31

Codes

Color #218E62 in popluar color models

218E62
RGB3314298
HSL156°62.29%34.31%
HSB/HSV156°76.76%55.69%
CMYK76.76%0.00%30.99%
44.31%

Color #218E62 in popluar number systems.

HEX218E62
Decimal3314298
Binary100001100011101100010
Octal41216142

Shades and tints

Shades of #218E62

#218E62
(33,142,98)
#1E825A
(30,130,90)
#1B7652
(27,118,82)
#186A4A
(24,106,74)
#155E42
(21,94,66)
#12523A
(18,82,58)
#0F4632
(15,70,50)
#0C3A2A
(12,58,42)
#092E22
(9,46,34)
#06221A
(6,34,26)
#031612
(3,22,18)
#000000
(0,0,0)

Tints of #218E62

#218E62
(33,142,98)
#359870
(53,152,112)
#49A27E
(73,162,126)
#5DAC8C
(93,172,140)
#71B69A
(113,182,154)
#85C0A8
(133,192,168)
#99CAB6
(153,202,182)
#ADD4C4
(173,212,196)
#C1DED2
(193,222,210)
#D5E8E0
(213,232,224)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #218E62 color. Also use rgb(33,142,98) instead hex code.

Text Font Color

.myTextColor { color: #218E62; }

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

This text font color is #218E62.


Background Color

.myBgColor { background-color: #218E62; }

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

This div background color is #218E62.


Border color

.myBorderColor { border: 1px solid #218E62; }

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

This div border color is #218E62.


Opacity

.myOpacity80 { color: #218E62; opacity: 0.8; }

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

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

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

This text has shadow with #218E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #218E62 on black background.


Color preview on white background

This text has color #218E62 on white background.



Black color preview on #218E62 background

This text has black color on #218E62 background.


White color preview on #218E62 background

This text has white color on #218E62 background.