COLOR #215014

HEX: #215014
RGB: (33,80,20)

Color info

#215014 contains mainly red and green colors. Web safe color of #215014 is #336600 (or #360).

RGB color model

#215014 color RGB value is (33,80,20).

  • red value is 33;
  • green value is 80;
  • blue value is 20.
RGB:
(33,80,20)
(13%,31%,8%)

RGB channels and saturation

R 33 of 255 = 13%
G 80 of 255 = 31%
B 20 of 255 = 8%

33
80
20

R + G + B ~ 17%. #215014 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 80 + 20 = 133 (100%)
R 33 of 133 ~ 24.81%
G 80 of 133 ~ 60.15%
B 20 of 133 ~ 15.04%

%24.81
%60.15
%15.04

CMYK color model

#215014 color CMYK value is (59,0,75,69).

  • cyan value is 58.75%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(59,0,75,69)
C59M0Y75K69 
(59%,0%,75%,69%)
(0.59/0.00/0.75/0.69)	

CMYK percentages

%58.75
%0
%75
%68.63

Codes

Color #215014 in popluar color models

215014
RGB338020
HSL107°60.00%19.61%
HSB/HSV107°75.00%31.37%
CMYK58.75%0.00%75.00%
68.63%

Color #215014 in popluar number systems.

HEX215014
Decimal338020
Binary100001101000010100
Octal4112024

Shades and tints

Shades of #215014

#215014
(33,80,20)
#1E4913
(30,73,19)
#1B4212
(27,66,18)
#183B11
(24,59,17)
#153410
(21,52,16)
#122D0F
(18,45,15)
#0F260E
(15,38,14)
#0C1F0D
(12,31,13)
#09180C
(9,24,12)
#06110B
(6,17,11)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #215014

#215014
(33,80,20)
#355F29
(53,95,41)
#496E3E
(73,110,62)
#5D7D53
(93,125,83)
#718C68
(113,140,104)
#859B7D
(133,155,125)
#99AA92
(153,170,146)
#ADB9A7
(173,185,167)
#C1C8BC
(193,200,188)
#D5D7D1
(213,215,209)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215014 color. Also use rgb(33,80,20) instead hex code.

Text Font Color

.myTextColor { color: #215014; }

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

This text font color is #215014.


Background Color

.myBgColor { background-color: #215014; }

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

This div background color is #215014.


Border color

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

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

This div border color is #215014.


Opacity

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

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

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

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

This text has shadow with #215014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215014 on black background.


Color preview on white background

This text has color #215014 on white background.



Black color preview on #215014 background

This text has black color on #215014 background.


White color preview on #215014 background

This text has white color on #215014 background.