COLOR #219379

HEX: #219379
RGB: (33,147,121)

Color info

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

RGB color model

#219379 color RGB value is (33,147,121).

  • red value is 33;
  • green value is 147;
  • blue value is 121.
RGB:
(33,147,121)
(13%,58%,47%)

RGB channels and saturation

R 33 of 255 = 13%
G 147 of 255 = 58%
B 121 of 255 = 47%

33
147
121

R + G + B ~ 39%. #219379 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 147 + 121 = 301 (100%)
R 33 of 301 ~ 10.96%
G 147 of 301 ~ 48.84%
B 121 of 301 ~ 40.2%

%10.96
%48.84
%40.2

CMYK color model

#219379 color CMYK value is (78,0,18,42).

  • cyan value is 77.55%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(78,0,18,42)
C78M0Y18K42 
(78%,0%,18%,42%)
(0.78/0.00/0.18/0.42)	

CMYK percentages

%77.55
%0
%17.69
%42.35

Codes

Color #219379 in popluar color models

219379
RGB33147121
HSL166°63.33%35.29%
HSB/HSV166°77.55%57.65%
CMYK77.55%0.00%17.69%
42.35%

Color #219379 in popluar number systems.

HEX219379
Decimal33147121
Binary100001100100111111001
Octal41223171

Shades and tints

Shades of #219379

#219379
(33,147,121)
#1E866E
(30,134,110)
#1B7963
(27,121,99)
#186C58
(24,108,88)
#155F4D
(21,95,77)
#125242
(18,82,66)
#0F4537
(15,69,55)
#0C382C
(12,56,44)
#092B21
(9,43,33)
#061E16
(6,30,22)
#03110B
(3,17,11)
#000000
(0,0,0)

Tints of #219379

#219379
(33,147,121)
#359C85
(53,156,133)
#49A591
(73,165,145)
#5DAE9D
(93,174,157)
#71B7A9
(113,183,169)
#85C0B5
(133,192,181)
#99C9C1
(153,201,193)
#ADD2CD
(173,210,205)
#C1DBD9
(193,219,217)
#D5E4E5
(213,228,229)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #219379 color. Also use rgb(33,147,121) instead hex code.

Text Font Color

.myTextColor { color: #219379; }

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

This text font color is #219379.


Background Color

.myBgColor { background-color: #219379; }

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

This div background color is #219379.


Border color

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

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

This div border color is #219379.


Opacity

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

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

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

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

This text has shadow with #219379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #219379 on black background.


Color preview on white background

This text has color #219379 on white background.



Black color preview on #219379 background

This text has black color on #219379 background.


White color preview on #219379 background

This text has white color on #219379 background.