COLOR #216A42

HEX: #216A42
RGB: (33,106,66)

Color info

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

RGB color model

#216A42 color RGB value is (33,106,66).

  • red value is 33;
  • green value is 106;
  • blue value is 66.
RGB:
(33,106,66)
(13%,42%,26%)

RGB channels and saturation

R 33 of 255 = 13%
G 106 of 255 = 42%
B 66 of 255 = 26%

33
106
66

R + G + B ~ 27%. #216A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 106 + 66 = 205 (100%)
R 33 of 205 ~ 16.1%
G 106 of 205 ~ 51.71%
B 66 of 205 ~ 32.2%

%16.1
%51.71
%32.2

CMYK color model

#216A42 color CMYK value is (69,0,38,58).

  • cyan value is 68.87%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 58.43%
CMYK:
(69,0,38,58)
C69M0Y38K58 
(69%,0%,38%,58%)
(0.69/0.00/0.38/0.58)	

CMYK percentages

%68.87
%0
%37.74
%58.43

Codes

Color #216A42 in popluar color models

216A42
RGB3310666
HSL147°52.52%27.25%
HSB/HSV147°68.87%41.57%
CMYK68.87%0.00%37.74%
58.43%

Color #216A42 in popluar number systems.

HEX216A42
Decimal3310666
Binary10000111010101000010
Octal41152102

Shades and tints

Shades of #216A42

#216A42
(33,106,66)
#1E613C
(30,97,60)
#1B5836
(27,88,54)
#184F30
(24,79,48)
#15462A
(21,70,42)
#123D24
(18,61,36)
#0F341E
(15,52,30)
#0C2B18
(12,43,24)
#092212
(9,34,18)
#06190C
(6,25,12)
#031006
(3,16,6)
#000000
(0,0,0)

Tints of #216A42

#216A42
(33,106,66)
#357753
(53,119,83)
#498464
(73,132,100)
#5D9175
(93,145,117)
#719E86
(113,158,134)
#85AB97
(133,171,151)
#99B8A8
(153,184,168)
#ADC5B9
(173,197,185)
#C1D2CA
(193,210,202)
#D5DFDB
(213,223,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216A42 color. Also use rgb(33,106,66) instead hex code.

Text Font Color

.myTextColor { color: #216A42; }

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

This text font color is #216A42.


Background Color

.myBgColor { background-color: #216A42; }

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

This div background color is #216A42.


Border color

.myBorderColor { border: 1px solid #216A42; }

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

This div border color is #216A42.


Opacity

.myOpacity80 { color: #216A42; opacity: 0.8; }

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

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

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

This text has shadow with #216A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216A42 on black background.


Color preview on white background

This text has color #216A42 on white background.



Black color preview on #216A42 background

This text has black color on #216A42 background.


White color preview on #216A42 background

This text has white color on #216A42 background.