COLOR #212507

HEX: #212507
RGB: (33,37,7)

Color info

#212507 contains red, green and blue colors in about the same proportion. Web safe color of #212507 is #333300 (or #330).

RGB color model

#212507 color RGB value is (33,37,7).

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

RGB channels and saturation

R 33 of 255 = 13%
G 37 of 255 = 15%
B 7 of 255 = 3%

33
37
7

R + G + B ~ 10%. #212507 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 7 = 77 (100%)
R 33 of 77 ~ 42.86%
G 37 of 77 ~ 48.05%
B 7 of 77 ~ 9.09%

%42.86
%48.05

CMYK color model

#212507 color CMYK value is (11,0,81,85).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 81.08%
  • key color value is 85.49%
CMYK:
(11,0,81,85)
C11M0Y81K85 
(11%,0%,81%,85%)
(0.11/0.00/0.81/0.85)	

CMYK percentages

%10.81
%0
%81.08
%85.49

Codes

Color #212507 in popluar color models

212507
RGB33377
HSL68°68.18%8.63%
HSB/HSV68°81.08%14.51%
CMYK10.81%0.00%81.08%
85.49%

Color #212507 in popluar number systems.

HEX212507
Decimal33377
Binary100001100101111
Octal41457

Shades and tints

Shades of #212507

#212507
(33,37,7)
#1E2207
(30,34,7)
#1B1F07
(27,31,7)
#181C07
(24,28,7)
#151907
(21,25,7)
#121607
(18,22,7)
#0F1307
(15,19,7)
#0C1007
(12,16,7)
#090D07
(9,13,7)
#060A07
(6,10,7)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #212507

#212507
(33,37,7)
#35381D
(53,56,29)
#494B33
(73,75,51)
#5D5E49
(93,94,73)
#71715F
(113,113,95)
#858475
(133,132,117)
#99978B
(153,151,139)
#ADAAA1
(173,170,161)
#C1BDB7
(193,189,183)
#D5D0CD
(213,208,205)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212507; }

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

This text font color is #212507.


Background Color

.myBgColor { background-color: #212507; }

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

This div background color is #212507.


Border color

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

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

This div border color is #212507.


Opacity

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

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

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

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

This text has shadow with #212507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212507 on black background.


Color preview on white background

This text has color #212507 on white background.



Black color preview on #212507 background

This text has black color on #212507 background.


White color preview on #212507 background

This text has white color on #212507 background.