COLOR #215117

HEX: #215117
RGB: (33,81,23)

Color info

#215117 contains red, green and blue colors in about the same proportion. Web safe color of #215117 is #336600 (or #360).

RGB color model

#215117 color RGB value is (33,81,23).

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

RGB channels and saturation

R 33 of 255 = 13%
G 81 of 255 = 32%
B 23 of 255 = 9%

33
81
23

R + G + B ~ 18%. #215117 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 81 + 23 = 137 (100%)
R 33 of 137 ~ 24.09%
G 81 of 137 ~ 59.12%
B 23 of 137 ~ 16.79%

%24.09
%59.12
%16.79

CMYK color model

#215117 color CMYK value is (59,0,72,68).

  • cyan value is 59.26%
  • magenta value is 0.00%
  • yellow value is 71.60%
  • key color value is 68.24%
CMYK:
(59,0,72,68)
C59M0Y72K68 
(59%,0%,72%,68%)
(0.59/0.00/0.72/0.68)	

CMYK percentages

%59.26
%0
%71.6
%68.24

Codes

Color #215117 in popluar color models

215117
RGB338123
HSL110°55.77%20.39%
HSB/HSV110°71.60%31.76%
CMYK59.26%0.00%71.60%
68.24%

Color #215117 in popluar number systems.

HEX215117
Decimal338123
Binary100001101000110111
Octal4112127

Shades and tints

Shades of #215117

#215117
(33,81,23)
#1E4A15
(30,74,21)
#1B4313
(27,67,19)
#183C11
(24,60,17)
#15350F
(21,53,15)
#122E0D
(18,46,13)
#0F270B
(15,39,11)
#0C2009
(12,32,9)
#091907
(9,25,7)
#061205
(6,18,5)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #215117

#215117
(33,81,23)
#35602C
(53,96,44)
#496F41
(73,111,65)
#5D7E56
(93,126,86)
#718D6B
(113,141,107)
#859C80
(133,156,128)
#99AB95
(153,171,149)
#ADBAAA
(173,186,170)
#C1C9BF
(193,201,191)
#D5D8D4
(213,216,212)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215117; }

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

This text font color is #215117.


Background Color

.myBgColor { background-color: #215117; }

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

This div background color is #215117.


Border color

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

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

This div border color is #215117.


Opacity

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

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

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

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

This text has shadow with #215117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215117 on black background.


Color preview on white background

This text has color #215117 on white background.



Black color preview on #215117 background

This text has black color on #215117 background.


White color preview on #215117 background

This text has white color on #215117 background.