COLOR #216338

HEX: #216338
RGB: (33,99,56)

Color info

#216338 contains mainly green and blue colors. Web safe color of #216338 is #336633 (or #363).

RGB color model

#216338 color RGB value is (33,99,56).

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

RGB channels and saturation

R 33 of 255 = 13%
G 99 of 255 = 39%
B 56 of 255 = 22%

33
99
56

R + G + B ~ 25%. #216338 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 99 + 56 = 188 (100%)
R 33 of 188 ~ 17.55%
G 99 of 188 ~ 52.66%
B 56 of 188 ~ 29.79%

%17.55
%52.66
%29.79

CMYK color model

#216338 color CMYK value is (67,0,43,61).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 61.18%
CMYK:
(67,0,43,61)
C67M0Y43K61 
(67%,0%,43%,61%)
(0.67/0.00/0.43/0.61)	

CMYK percentages

%66.67
%0
%43.43
%61.18

Codes

Color #216338 in popluar color models

216338
RGB339956
HSL141°50.00%25.88%
HSB/HSV141°66.67%38.82%
CMYK66.67%0.00%43.43%
61.18%

Color #216338 in popluar number systems.

HEX216338
Decimal339956
Binary1000011100011111000
Octal4114370

Shades and tints

Shades of #216338

#216338
(33,99,56)
#1E5A33
(30,90,51)
#1B512E
(27,81,46)
#184829
(24,72,41)
#153F24
(21,63,36)
#12361F
(18,54,31)
#0F2D1A
(15,45,26)
#0C2415
(12,36,21)
#091B10
(9,27,16)
#06120B
(6,18,11)
#030906
(3,9,6)
#000000
(0,0,0)

Tints of #216338

#216338
(33,99,56)
#35714A
(53,113,74)
#497F5C
(73,127,92)
#5D8D6E
(93,141,110)
#719B80
(113,155,128)
#85A992
(133,169,146)
#99B7A4
(153,183,164)
#ADC5B6
(173,197,182)
#C1D3C8
(193,211,200)
#D5E1DA
(213,225,218)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216338; }

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

This text font color is #216338.


Background Color

.myBgColor { background-color: #216338; }

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

This div background color is #216338.


Border color

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

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

This div border color is #216338.


Opacity

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

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

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

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

This text has shadow with #216338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216338 on black background.


Color preview on white background

This text has color #216338 on white background.



Black color preview on #216338 background

This text has black color on #216338 background.


White color preview on #216338 background

This text has white color on #216338 background.