COLOR #210B03

HEX: #210B03
RGB: (33,11,3)

Color info

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

RGB color model

#210B03 color RGB value is (33,11,3).

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

RGB channels and saturation

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

33
11
3

R + G + B ~ 6%. #210B03 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 11 + 3 = 47 (100%)
R 33 of 47 ~ 70.21%
G 11 of 47 ~ 23.4%
B 3 of 47 ~ 6.38%

%70.21
%23.4

CMYK color model

#210B03 color CMYK value is (0,67,91,87).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 90.91%
  • key color value is 87.06%
CMYK:
(0,67,91,87)
C0M67Y91K87 
(0%,67%,91%,87%)
(0.00/0.67/0.91/0.87)	

CMYK percentages

%0
%66.67
%90.91
%87.06

Codes

Color #210B03 in popluar color models

210B03
RGB33113
HSL16°83.33%7.06%
HSB/HSV16°90.91%12.94%
CMYK0.00%66.67%90.91%
87.06%

Color #210B03 in popluar number systems.

HEX210B03
Decimal33113
Binary100001101111
Octal41133

Shades and tints

Shades of #210B03

#210B03
(33,11,3)
#1E0A03
(30,10,3)
#1B0903
(27,9,3)
#180803
(24,8,3)
#150703
(21,7,3)
#120603
(18,6,3)
#0F0503
(15,5,3)
#0C0403
(12,4,3)
#090303
(9,3,3)
#060203
(6,2,3)
#030103
(3,1,3)
#000000
(0,0,0)

Tints of #210B03

#210B03
(33,11,3)
#352119
(53,33,25)
#49372F
(73,55,47)
#5D4D45
(93,77,69)
#71635B
(113,99,91)
#857971
(133,121,113)
#998F87
(153,143,135)
#ADA59D
(173,165,157)
#C1BBB3
(193,187,179)
#D5D1C9
(213,209,201)
#E9E7DF
(233,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210B03; }

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

This text font color is #210B03.


Background Color

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

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

This div background color is #210B03.


Border color

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

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

This div border color is #210B03.


Opacity

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

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

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

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

This text has shadow with #210B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210B03 on black background.


Color preview on white background

This text has color #210B03 on white background.



Black color preview on #210B03 background

This text has black color on #210B03 background.


White color preview on #210B03 background

This text has white color on #210B03 background.