COLOR #210714

HEX: #210714 RGB: (33,7,20)

Color info

#210714 contains red, green and blue colors in about the same proportion. Web safe color of #210714 is #330000 (or #300).

RGB color model

#210714 color RGB value is (33,7,20).

RGB: (33,7,20) (13%, 3%, 8%)

RGB channels and saturation

R 33 of 255 = 13%
G 7 of 255 = 3%
B 20 of 255 = 8%

33
7
20

R + G + B ~ 8%. #210714 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 7 + 20 = 60 (100%)
R 33 of 60 ~ 55%
G 7 of 60 ~ 11.67%
B 20 of 60 ~ 33.33'%

%55
%11.67
%33.33

CMYK color model

#210714 color CMYK value is (0,79,39,87).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 39.39%
  • key color value is 87.06%
CMYK: (0,79,39,87) C0M79Y39K87 (0%,79%,39%,87%) (0.00/0.79/0.39/0.87) 

CMYK percentages

%0
%78.79
%39.39
%87.06

Codes

Color #210714 in popluar color models

21 07 14
RGB 33 7 20
HSL 330° 65.00% 7.84%
HSB/HSV 330° 78.79% 12.94%
CMYK 0.00% 78.79% 39.39%
87.06%

Color #210714 in popluar number systems.

HEX 21 07 14
Decimal 33 7 20
Binary 100001 111 10100
Octal 41 7 24

Shades and tints

Shades of #210714

#210714
(33,7,20)
#1E0713
(30,7,19)
#1B0712
(27,7,18)
#180711
(24,7,17)
#150710
(21,7,16)
#12070F
(18,7,15)
#0F070E
(15,7,14)
#0C070D
(12,7,13)
#09070C
(9,7,12)
#06070B
(6,7,11)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #210714

#210714
(33,7,20)
#351D29
(53,29,41)
#49333E
(73,51,62)
#5D4953
(93,73,83)
#715F68
(113,95,104)
#85757D
(133,117,125)
#998B92
(153,139,146)
#ADA1A7
(173,161,167)
#C1B7BC
(193,183,188)
#D5CDD1
(213,205,209)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210714; }

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

This text font color is #210714.

Background Color

.myBgColor { background-color: #210714; }

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

This div background color is #210714.

Border color

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

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

This div border color is #210714.

Opacity

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

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

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

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

This text has shadow with #210714 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #210714.

Preview

Color preview on black background

This text has color #210714 on black background.


Color preview on white background

This text has color #210714 on white background.


Black color preview on #210714 background

This text has black color on #210714 background.


White color preview on #210714 background

This text has white color on #210714 background.


Related colors

Complementary color

Complementary color for #hex is #DEF8EB.


I love getcolorcode.com

Triadic colors

1 #142107 and #071421 with #210714 are triadic colors.

2 #140721 and #072114 with #210714 are triadic colors.