COLOR #21351B

HEX: #21351B
RGB: (33,53,27)

Color info

#21351B contains red, green and blue colors in about the same proportion. Web safe color of #21351B is #333333 (or #333).

RGB color model

#21351B color RGB value is (33,53,27).

  • red value is 33;
  • green value is 53;
  • blue value is 27.
RGB:
(33,53,27)
(13%,21%,11%)

RGB channels and saturation

R 33 of 255 = 13%
G 53 of 255 = 21%
B 27 of 255 = 11%

33
53
27

R + G + B ~ 15%. #21351B is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 53 + 27 = 113 (100%)
R 33 of 113 ~ 29.2%
G 53 of 113 ~ 46.9%
B 27 of 113 ~ 23.89%

%29.2
%46.9
%23.89

CMYK color model

#21351B color CMYK value is (38,0,49,79).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 49.06%
  • key color value is 79.22%
CMYK:
(38,0,49,79)
C38M0Y49K79 
(38%,0%,49%,79%)
(0.38/0.00/0.49/0.79)	

CMYK percentages

%37.74
%0
%49.06
%79.22

Codes

Color #21351B in popluar color models

21351B
RGB335327
HSL106°32.50%15.69%
HSB/HSV106°49.06%20.78%
CMYK37.74%0.00%49.06%
79.22%

Color #21351B in popluar number systems.

HEX21351B
Decimal335327
Binary10000111010111011
Octal416533

Shades and tints

Shades of #21351B

#21351B
(33,53,27)
#1E3119
(30,49,25)
#1B2D17
(27,45,23)
#182915
(24,41,21)
#152513
(21,37,19)
#122111
(18,33,17)
#0F1D0F
(15,29,15)
#0C190D
(12,25,13)
#09150B
(9,21,11)
#061109
(6,17,9)
#030D07
(3,13,7)
#000000
(0,0,0)

Tints of #21351B

#21351B
(33,53,27)
#35472F
(53,71,47)
#495943
(73,89,67)
#5D6B57
(93,107,87)
#717D6B
(113,125,107)
#858F7F
(133,143,127)
#99A193
(153,161,147)
#ADB3A7
(173,179,167)
#C1C5BB
(193,197,187)
#D5D7CF
(213,215,207)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21351B color. Also use rgb(33,53,27) instead hex code.

Text Font Color

.myTextColor { color: #21351B; }

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

This text font color is #21351B.


Background Color

.myBgColor { background-color: #21351B; }

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

This div background color is #21351B.


Border color

.myBorderColor { border: 1px solid #21351B; }

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

This div border color is #21351B.


Opacity

.myOpacity80 { color: #21351B; opacity: 0.8; }

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

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

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

This text has shadow with #21351B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21351B on black background.


Color preview on white background

This text has color #21351B on white background.



Black color preview on #21351B background

This text has black color on #21351B background.


White color preview on #21351B background

This text has white color on #21351B background.