COLOR #217251

HEX: #217251
RGB: (33,114,81)

Color info

#217251 contains mainly green and blue colors. Web safe color of #217251 is #336666 (or #366).

RGB color model

#217251 color RGB value is (33,114,81).

  • red value is 33;
  • green value is 114;
  • blue value is 81.
RGB:
(33,114,81)
(13%,45%,32%)

RGB channels and saturation

R 33 of 255 = 13%
G 114 of 255 = 45%
B 81 of 255 = 32%

33
114
81

R + G + B ~ 30%. #217251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 114 + 81 = 228 (100%)
R 33 of 228 ~ 14.47%
G 114 of 228 ~ 50%
B 81 of 228 ~ 35.53%

%14.47
%50
%35.53

CMYK color model

#217251 color CMYK value is (71,0,29,55).

  • cyan value is 71.05%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 55.29%
CMYK:
(71,0,29,55)
C71M0Y29K55 
(71%,0%,29%,55%)
(0.71/0.00/0.29/0.55)	

CMYK percentages

%71.05
%0
%28.95
%55.29

Codes

Color #217251 in popluar color models

217251
RGB3311481
HSL156°55.10%28.82%
HSB/HSV156°71.05%44.71%
CMYK71.05%0.00%28.95%
55.29%

Color #217251 in popluar number systems.

HEX217251
Decimal3311481
Binary10000111100101010001
Octal41162121

Shades and tints

Shades of #217251

#217251
(33,114,81)
#1E684A
(30,104,74)
#1B5E43
(27,94,67)
#18543C
(24,84,60)
#154A35
(21,74,53)
#12402E
(18,64,46)
#0F3627
(15,54,39)
#0C2C20
(12,44,32)
#092219
(9,34,25)
#061812
(6,24,18)
#030E0B
(3,14,11)
#000000
(0,0,0)

Tints of #217251

#217251
(33,114,81)
#357E60
(53,126,96)
#498A6F
(73,138,111)
#5D967E
(93,150,126)
#71A28D
(113,162,141)
#85AE9C
(133,174,156)
#99BAAB
(153,186,171)
#ADC6BA
(173,198,186)
#C1D2C9
(193,210,201)
#D5DED8
(213,222,216)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #217251 color. Also use rgb(33,114,81) instead hex code.

Text Font Color

.myTextColor { color: #217251; }

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

This text font color is #217251.


Background Color

.myBgColor { background-color: #217251; }

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

This div background color is #217251.


Border color

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

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

This div border color is #217251.


Opacity

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

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

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

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

This text has shadow with #217251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #217251 on black background.


Color preview on white background

This text has color #217251 on white background.



Black color preview on #217251 background

This text has black color on #217251 background.


White color preview on #217251 background

This text has white color on #217251 background.