COLOR #211310

HEX: #211310
RGB: (33,19,16)

Color info

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

RGB color model

#211310 color RGB value is (33,19,16).

  • red value is 33;
  • green value is 19;
  • blue value is 16.
RGB:
(33,19,16)
(13%,7%,6%)

RGB channels and saturation

R 33 of 255 = 13%
G 19 of 255 = 7%
B 16 of 255 = 6%

33
19
16

R + G + B ~ 9%. #211310 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 19 + 16 = 68 (100%)
R 33 of 68 ~ 48.53%
G 19 of 68 ~ 27.94%
B 16 of 68 ~ 23.53%

%48.53
%27.94
%23.53

CMYK color model

#211310 color CMYK value is (0,42,52,87).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 51.52%
  • key color value is 87.06%
CMYK:
(0,42,52,87)
C0M42Y52K87 
(0%,42%,52%,87%)
(0.00/0.42/0.52/0.87)	

CMYK percentages

%0
%42.42
%51.52
%87.06

Codes

Color #211310 in popluar color models

211310
RGB331916
HSL11°34.69%9.61%
HSB/HSV11°51.52%12.94%
CMYK0.00%42.42%51.52%
87.06%

Color #211310 in popluar number systems.

HEX211310
Decimal331916
Binary1000011001110000
Octal412320

Shades and tints

Shades of #211310

#211310
(33,19,16)
#1E120F
(30,18,15)
#1B110E
(27,17,14)
#18100D
(24,16,13)
#150F0C
(21,15,12)
#120E0B
(18,14,11)
#0F0D0A
(15,13,10)
#0C0C09
(12,12,9)
#090B08
(9,11,8)
#060A07
(6,10,7)
#030906
(3,9,6)
#000000
(0,0,0)

Tints of #211310

#211310
(33,19,16)
#352825
(53,40,37)
#493D3A
(73,61,58)
#5D524F
(93,82,79)
#716764
(113,103,100)
#857C79
(133,124,121)
#99918E
(153,145,142)
#ADA6A3
(173,166,163)
#C1BBB8
(193,187,184)
#D5D0CD
(213,208,205)
#E9E5E2
(233,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211310 color. Also use rgb(33,19,16) instead hex code.

Text Font Color

.myTextColor { color: #211310; }

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

This text font color is #211310.


Background Color

.myBgColor { background-color: #211310; }

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

This div background color is #211310.


Border color

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

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

This div border color is #211310.


Opacity

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

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

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

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

This text has shadow with #211310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211310 on black background.


Color preview on white background

This text has color #211310 on white background.



Black color preview on #211310 background

This text has black color on #211310 background.


White color preview on #211310 background

This text has white color on #211310 background.