COLOR #210D07

HEX: #210D07
RGB: (33,13,7)

Color info

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

RGB color model

#210D07 color RGB value is (33,13,7).

  • red value is 33;
  • green value is 13;
  • blue value is 7.
RGB:
(33,13,7)
(13%,5%,3%)

RGB channels and saturation

R 33 of 255 = 13%
G 13 of 255 = 5%
B 7 of 255 = 3%

33
13
7

R + G + B ~ 7%. #210D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 13 + 7 = 53 (100%)
R 33 of 53 ~ 62.26%
G 13 of 53 ~ 24.53%
B 7 of 53 ~ 13.21%

%62.26
%24.53
%13.21

CMYK color model

#210D07 color CMYK value is (0,61,79,87).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 78.79%
  • key color value is 87.06%
CMYK:
(0,61,79,87)
C0M61Y79K87 
(0%,61%,79%,87%)
(0.00/0.61/0.79/0.87)	

CMYK percentages

%0
%60.61
%78.79
%87.06

Codes

Color #210D07 in popluar color models

210D07
RGB33137
HSL14°65.00%7.84%
HSB/HSV14°78.79%12.94%
CMYK0.00%60.61%78.79%
87.06%

Color #210D07 in popluar number systems.

HEX210D07
Decimal33137
Binary1000011101111
Octal41157

Shades and tints

Shades of #210D07

#210D07
(33,13,7)
#1E0C07
(30,12,7)
#1B0B07
(27,11,7)
#180A07
(24,10,7)
#150907
(21,9,7)
#120807
(18,8,7)
#0F0707
(15,7,7)
#0C0607
(12,6,7)
#090507
(9,5,7)
#060407
(6,4,7)
#030307
(3,3,7)
#000000
(0,0,0)

Tints of #210D07

#210D07
(33,13,7)
#35231D
(53,35,29)
#493933
(73,57,51)
#5D4F49
(93,79,73)
#71655F
(113,101,95)
#857B75
(133,123,117)
#99918B
(153,145,139)
#ADA7A1
(173,167,161)
#C1BDB7
(193,189,183)
#D5D3CD
(213,211,205)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210D07; }

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

This text font color is #210D07.


Background Color

.myBgColor { background-color: #210D07; }

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

This div background color is #210D07.


Border color

.myBorderColor { border: 1px solid #210D07; }

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

This div border color is #210D07.


Opacity

.myOpacity80 { color: #210D07; opacity: 0.8; }

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

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

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

This text has shadow with #210D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210D07 on black background.


Color preview on white background

This text has color #210D07 on white background.



Black color preview on #210D07 background

This text has black color on #210D07 background.


White color preview on #210D07 background

This text has white color on #210D07 background.