COLOR #219363

HEX: #219363
RGB: (33,147,99)

Color info

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

RGB color model

#219363 color RGB value is (33,147,99).

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

RGB channels and saturation

R 33 of 255 = 13%
G 147 of 255 = 58%
B 99 of 255 = 39%

33
147
99

R + G + B ~ 37%. #219363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 147 + 99 = 279 (100%)
R 33 of 279 ~ 11.83%
G 147 of 279 ~ 52.69%
B 99 of 279 ~ 35.48%

%11.83
%52.69
%35.48

CMYK color model

#219363 color CMYK value is (78,0,33,42).

  • cyan value is 77.55%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 42.35%
CMYK:
(78,0,33,42)
C78M0Y33K42 
(78%,0%,33%,42%)
(0.78/0.00/0.33/0.42)	

CMYK percentages

%77.55
%0
%32.65
%42.35

Codes

Color #219363 in popluar color models

219363
RGB3314799
HSL155°63.33%35.29%
HSB/HSV155°77.55%57.65%
CMYK77.55%0.00%32.65%
42.35%

Color #219363 in popluar number systems.

HEX219363
Decimal3314799
Binary100001100100111100011
Octal41223143

Shades and tints

Shades of #219363

#219363
(33,147,99)
#1E865A
(30,134,90)
#1B7951
(27,121,81)
#186C48
(24,108,72)
#155F3F
(21,95,63)
#125236
(18,82,54)
#0F452D
(15,69,45)
#0C3824
(12,56,36)
#092B1B
(9,43,27)
#061E12
(6,30,18)
#031109
(3,17,9)
#000000
(0,0,0)

Tints of #219363

#219363
(33,147,99)
#359C71
(53,156,113)
#49A57F
(73,165,127)
#5DAE8D
(93,174,141)
#71B79B
(113,183,155)
#85C0A9
(133,192,169)
#99C9B7
(153,201,183)
#ADD2C5
(173,210,197)
#C1DBD3
(193,219,211)
#D5E4E1
(213,228,225)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #219363; }

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

This text font color is #219363.


Background Color

.myBgColor { background-color: #219363; }

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

This div background color is #219363.


Border color

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

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

This div border color is #219363.


Opacity

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

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

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

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

This text has shadow with #219363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #219363 on black background.


Color preview on white background

This text has color #219363 on white background.



Black color preview on #219363 background

This text has black color on #219363 background.


White color preview on #219363 background

This text has white color on #219363 background.