COLOR #217631

HEX: #217631 RGB: (33,118,49)

Color info

#217631 contains mainly green color. Web safe color of #217631 is #336633 (or #363).

RGB color model

#217631 color RGB value is (33,118,49).

RGB: (33,118,49) (13%, 46%, 19%)

RGB channels and saturation

R 33 of 255 = 13%
G 118 of 255 = 46%
B 49 of 255 = 19%

33
118
49

R + G + B ~ 26%. #217631 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 118 + 49 = 200 (100%)
R 33 of 200 ~ 16.5%
G 118 of 200 ~ 59%
B 49 of 200 ~ 24.5'%

%16.5
%59
%24.5

CMYK color model

#217631 color CMYK value is (72,0,58,54).

  • cyan value is 72.03%
  • magenta value is 0.00%
  • yellow value is 58.47%
  • key color value is 53.73%

CMYK: (72,0,58,54)
C72M0Y58K54 (72%, 0%, 58%, 54%)
(0.72 / 0.00 / 0.58 / 0.54)

CMYK percentages

%72.03
%0
%58.47
%53.73

Codes

Color #217631 in popluar color models

21 76 31
RGB 33 118 49
HSL 131° 56.29% 29.61%
HSB/HSV 131° 72.03% 46.27%
CMYK 72.03% 0.00% 58.47%
53.73%

Color #217631 in popluar number systems.

HEX 21 76 31
Decimal 33 118 49
Binary 100001 1110110 110001
Octal 41 166 61

Shades and tints

Shades of #217631

#217631
(33,118,49)
#1E6C2D
(30,108,45)
#1B6229
(27,98,41)
#185825
(24,88,37)
#154E21
(21,78,33)
#12441D
(18,68,29)
#0F3A19
(15,58,25)
#0C3015
(12,48,21)
#092611
(9,38,17)
#061C0D
(6,28,13)
#031209
(3,18,9)
#000000
(0,0,0)

Tints of #217631

#217631
(33,118,49)
#358243
(53,130,67)
#498E55
(73,142,85)
#5D9A67
(93,154,103)
#71A679
(113,166,121)
#85B28B
(133,178,139)
#99BE9D
(153,190,157)
#ADCAAF
(173,202,175)
#C1D6C1
(193,214,193)
#D5E2D3
(213,226,211)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #217631 color. Also use rgb(33,118,49) instead hex code.

Text Font Color

.myTextColor { color: #217631; }

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

This text font color is #217631.

Background Color

.myBgColor { background-color: #217631; }

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

This div background color is #217631.

Border color

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

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

This div border color is #217631.

Opacity

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

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

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

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

This text has shadow with #217631 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #217631.

Preview

Color preview on black background

This text has color #217631 on black background.


Color preview on white background

This text has color #217631 on white background.


Black color preview on #217631 background

This text has black color on #217631 background.


White color preview on #217631 background

This text has white color on #217631 background.


Related colors

Complementary color

Complementary color for #hex is #DE89CE.


I love getcolorcode.com

Triadic colors

1 #312176 and #763121 with #217631 are triadic colors.

2 #317621 and #762131 with #217631 are triadic colors.