COLOR #215314

HEX: #215314 RGB: (33,83,20)

Color info

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

RGB color model

#215314 color RGB value is (33,83,20).

RGB: (33,83,20) (13%, 33%, 8%)

RGB channels and saturation

R 33 of 255 = 13%
G 83 of 255 = 33%
B 20 of 255 = 8%

33
83
20

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

Portions of RGB colors in percentages

R + G + B = 33 + 83 + 20 = 136 (100%)
R 33 of 136 ~ 24.26%
G 83 of 136 ~ 61.03%
B 20 of 136 ~ 14.71'%

%24.26
%61.03
%14.71

CMYK color model

#215314 color CMYK value is (60,0,76,67).

  • cyan value is 60.24%
  • magenta value is 0.00%
  • yellow value is 75.90%
  • key color value is 67.45%

CMYK: (60,0,76,67)
C60M0Y76K67 (60%, 0%, 76%, 67%)
(0.60 / 0.00 / 0.76 / 0.67)

CMYK percentages

%60.24
%0
%75.9
%67.45

Codes

Color #215314 in popluar color models

21 53 14
RGB 33 83 20
HSL 108° 61.17% 20.20%
HSB/HSV 108° 75.90% 32.55%
CMYK 60.24% 0.00% 75.90%
67.45%

Color #215314 in popluar number systems.

HEX 21 53 14
Decimal 33 83 20
Binary 100001 1010011 10100
Octal 41 123 24

Shades and tints

Shades of #215314

#215314
(33,83,20)
#1E4C13
(30,76,19)
#1B4512
(27,69,18)
#183E11
(24,62,17)
#153710
(21,55,16)
#12300F
(18,48,15)
#0F290E
(15,41,14)
#0C220D
(12,34,13)
#091B0C
(9,27,12)
#06140B
(6,20,11)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #215314

#215314
(33,83,20)
#356229
(53,98,41)
#49713E
(73,113,62)
#5D8053
(93,128,83)
#718F68
(113,143,104)
#859E7D
(133,158,125)
#99AD92
(153,173,146)
#ADBCA7
(173,188,167)
#C1CBBC
(193,203,188)
#D5DAD1
(213,218,209)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215314; }

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

This text font color is #215314.

Background Color

.myBgColor { background-color: #215314; }

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

This div background color is #215314.

Border color

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

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

This div border color is #215314.

Opacity

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

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

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

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

This text has shadow with #215314 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215314.

Preview

Color preview on black background

This text has color #215314 on black background.


Color preview on white background

This text has color #215314 on white background.


Black color preview on #215314 background

This text has black color on #215314 background.


White color preview on #215314 background

This text has white color on #215314 background.


Related colors

Complementary color

Complementary color for #hex is #DEACEB.


I love getcolorcode.com

Triadic colors

1 #142153 and #531421 with #215314 are triadic colors.

2 #145321 and #532114 with #215314 are triadic colors.