COLOR #217131

HEX: #217131 RGB: (33,113,49)

Color info

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

RGB color model

#217131 color RGB value is (33,113,49).

RGB: (33,113,49) (13%, 44%, 19%)

RGB channels and saturation

R 33 of 255 = 13%
G 113 of 255 = 44%
B 49 of 255 = 19%

33
113
49

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

Portions of RGB colors in percentages

R + G + B = 33 + 113 + 49 = 195 (100%)
R 33 of 195 ~ 16.92%
G 113 of 195 ~ 57.95%
B 49 of 195 ~ 25.13'%

%16.92
%57.95
%25.13

CMYK color model

#217131 color CMYK value is (71,0,57,56).

  • cyan value is 70.80%
  • magenta value is 0.00%
  • yellow value is 56.64%
  • key color value is 55.69%

CMYK: (71,0,57,56)
C71M0Y57K56 (71%, 0%, 57%, 56%)
(0.71 / 0.00 / 0.57 / 0.56)

CMYK percentages

%70.8
%0
%56.64
%55.69

Codes

Color #217131 in popluar color models

21 71 31
RGB 33 113 49
HSL 132° 54.79% 28.63%
HSB/HSV 132° 70.80% 44.31%
CMYK 70.80% 0.00% 56.64%
55.69%

Color #217131 in popluar number systems.

HEX 21 71 31
Decimal 33 113 49
Binary 100001 1110001 110001
Octal 41 161 61

Shades and tints

Shades of #217131

#217131
(33,113,49)
#1E672D
(30,103,45)
#1B5D29
(27,93,41)
#185325
(24,83,37)
#154921
(21,73,33)
#123F1D
(18,63,29)
#0F3519
(15,53,25)
#0C2B15
(12,43,21)
#092111
(9,33,17)
#06170D
(6,23,13)
#030D09
(3,13,9)
#000000
(0,0,0)

Tints of #217131

#217131
(33,113,49)
#357D43
(53,125,67)
#498955
(73,137,85)
#5D9567
(93,149,103)
#71A179
(113,161,121)
#85AD8B
(133,173,139)
#99B99D
(153,185,157)
#ADC5AF
(173,197,175)
#C1D1C1
(193,209,193)
#D5DDD3
(213,221,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #217131; }

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

This text font color is #217131.

Background Color

.myBgColor { background-color: #217131; }

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

This div background color is #217131.

Border color

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

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

This div border color is #217131.

Opacity

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

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

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

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

This text has shadow with #217131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #217131.

Preview

Color preview on black background

This text has color #217131 on black background.


Color preview on white background

This text has color #217131 on white background.


Black color preview on #217131 background

This text has black color on #217131 background.


White color preview on #217131 background

This text has white color on #217131 background.


Related colors

Complementary color

Complementary color for #hex is #DE8ECE.


I love getcolorcode.com

Triadic colors

1 #312171 and #713121 with #217131 are triadic colors.

2 #317121 and #712131 with #217131 are triadic colors.