COLOR #210B07

HEX: #210B07
RGB: (33,11,7)

Color info

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

RGB color model

#210B07 color RGB value is (33,11,7).

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

RGB channels and saturation

R 33 of 255 = 13%
G 11 of 255 = 4%
B 7 of 255 = 3%

33
11
7

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

Portions of RGB colors in percentages

R + G + B =
33 + 11 + 7 = 51 (100%)
R 33 of 51 ~ 64.71%
G 11 of 51 ~ 21.57%
B 7 of 51 ~ 13.73%

%64.71
%21.57
%13.73

CMYK color model

#210B07 color CMYK value is (0,67,79,87).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 78.79%
  • key color value is 87.06%
CMYK:
(0,67,79,87)
C0M67Y79K87 
(0%,67%,79%,87%)
(0.00/0.67/0.79/0.87)	

CMYK percentages

%0
%66.67
%78.79
%87.06

Codes

Color #210B07 in popluar color models

210B07
RGB33117
HSL65.00%7.84%
HSB/HSV78.79%12.94%
CMYK0.00%66.67%78.79%
87.06%

Color #210B07 in popluar number systems.

HEX210B07
Decimal33117
Binary1000011011111
Octal41137

Shades and tints

Shades of #210B07

#210B07
(33,11,7)
#1E0A07
(30,10,7)
#1B0907
(27,9,7)
#180807
(24,8,7)
#150707
(21,7,7)
#120607
(18,6,7)
#0F0507
(15,5,7)
#0C0407
(12,4,7)
#090307
(9,3,7)
#060207
(6,2,7)
#030107
(3,1,7)
#000000
(0,0,0)

Tints of #210B07

#210B07
(33,11,7)
#35211D
(53,33,29)
#493733
(73,55,51)
#5D4D49
(93,77,73)
#71635F
(113,99,95)
#857975
(133,121,117)
#998F8B
(153,143,139)
#ADA5A1
(173,165,161)
#C1BBB7
(193,187,183)
#D5D1CD
(213,209,205)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210B07; }

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

This text font color is #210B07.


Background Color

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

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

This div background color is #210B07.


Border color

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

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

This div border color is #210B07.


Opacity

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

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

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

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

This text has shadow with #210B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210B07 on black background.


Color preview on white background

This text has color #210B07 on white background.



Black color preview on #210B07 background

This text has black color on #210B07 background.


White color preview on #210B07 background

This text has white color on #210B07 background.