COLOR #216942

HEX: #216942 RGB: (33,105,66)

Color info

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

RGB color model

#216942 color RGB value is (33,105,66).

RGB: (33,105,66) (13%, 41%, 26%)

RGB channels and saturation

R 33 of 255 = 13%
G 105 of 255 = 41%
B 66 of 255 = 26%

33
105
66

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

Portions of RGB colors in percentages

R + G + B = 33 + 105 + 66 = 204 (100%)
R 33 of 204 ~ 16.18%
G 105 of 204 ~ 51.47%
B 66 of 204 ~ 32.35'%

%16.18
%51.47
%32.35

CMYK color model

#216942 color CMYK value is (69,0,37,59).

  • cyan value is 68.57%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 58.82%

CMYK: (69,0,37,59)
C69M0Y37K59 (69%, 0%, 37%, 59%)
(0.69 / 0.00 / 0.37 / 0.59)

CMYK percentages

%68.57
%0
%37.14
%58.82

Codes

Color #216942 in popluar color models

21 69 42
RGB 33 105 66
HSL 148° 52.17% 27.06%
HSB/HSV 148° 68.57% 41.18%
CMYK 68.57% 0.00% 37.14%
58.82%

Color #216942 in popluar number systems.

HEX 21 69 42
Decimal 33 105 66
Binary 100001 1101001 1000010
Octal 41 151 102

Shades and tints

Shades of #216942

#216942
(33,105,66)
#1E603C
(30,96,60)
#1B5736
(27,87,54)
#184E30
(24,78,48)
#15452A
(21,69,42)
#123C24
(18,60,36)
#0F331E
(15,51,30)
#0C2A18
(12,42,24)
#092112
(9,33,18)
#06180C
(6,24,12)
#030F06
(3,15,6)
#000000
(0,0,0)

Tints of #216942

#216942
(33,105,66)
#357653
(53,118,83)
#498364
(73,131,100)
#5D9075
(93,144,117)
#719D86
(113,157,134)
#85AA97
(133,170,151)
#99B7A8
(153,183,168)
#ADC4B9
(173,196,185)
#C1D1CA
(193,209,202)
#D5DEDB
(213,222,219)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216942; }

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

This text font color is #216942.

Background Color

.myBgColor { background-color: #216942; }

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

This div background color is #216942.

Border color

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

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

This div border color is #216942.

Opacity

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

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

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

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

This text has shadow with #216942 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #216942.

Preview

Color preview on black background

This text has color #216942 on black background.


Color preview on white background

This text has color #216942 on white background.


Black color preview on #216942 background

This text has black color on #216942 background.


White color preview on #216942 background

This text has white color on #216942 background.


Related colors

Complementary color

Complementary color for #hex is #DE96BD.


I love getcolorcode.com

Triadic colors

1 #422169 and #694221 with #216942 are triadic colors.

2 #426921 and #692142 with #216942 are triadic colors.