COLOR #21462F

HEX: #21462F
RGB: (33,70,47)

Color info

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

RGB color model

#21462F color RGB value is (33,70,47).

  • red value is 33;
  • green value is 70;
  • blue value is 47.
RGB:
(33,70,47)
(13%,27%,18%)

RGB channels and saturation

R 33 of 255 = 13%
G 70 of 255 = 27%
B 47 of 255 = 18%

33
70
47

R + G + B ~ 19%. #21462F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 70 + 47 = 150 (100%)
R 33 of 150 ~ 22%
G 70 of 150 ~ 46.67%
B 47 of 150 ~ 31.33%

%22
%46.67
%31.33

CMYK color model

#21462F color CMYK value is (53,0,33,73).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(53,0,33,73)
C53M0Y33K73 
(53%,0%,33%,73%)
(0.53/0.00/0.33/0.73)	

CMYK percentages

%52.86
%0
%32.86
%72.55

Codes

Color #21462F in popluar color models

21462F
RGB337047
HSL143°35.92%20.20%
HSB/HSV143°52.86%27.45%
CMYK52.86%0.00%32.86%
72.55%

Color #21462F in popluar number systems.

HEX21462F
Decimal337047
Binary1000011000110101111
Octal4110657

Shades and tints

Shades of #21462F

#21462F
(33,70,47)
#1E402B
(30,64,43)
#1B3A27
(27,58,39)
#183423
(24,52,35)
#152E1F
(21,46,31)
#12281B
(18,40,27)
#0F2217
(15,34,23)
#0C1C13
(12,28,19)
#09160F
(9,22,15)
#06100B
(6,16,11)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #21462F

#21462F
(33,70,47)
#355641
(53,86,65)
#496653
(73,102,83)
#5D7665
(93,118,101)
#718677
(113,134,119)
#859689
(133,150,137)
#99A69B
(153,166,155)
#ADB6AD
(173,182,173)
#C1C6BF
(193,198,191)
#D5D6D1
(213,214,209)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21462F color. Also use rgb(33,70,47) instead hex code.

Text Font Color

.myTextColor { color: #21462F; }

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

This text font color is #21462F.


Background Color

.myBgColor { background-color: #21462F; }

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

This div background color is #21462F.


Border color

.myBorderColor { border: 1px solid #21462F; }

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

This div border color is #21462F.


Opacity

.myOpacity80 { color: #21462F; opacity: 0.8; }

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

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

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

This text has shadow with #21462F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21462F on black background.


Color preview on white background

This text has color #21462F on white background.



Black color preview on #21462F background

This text has black color on #21462F background.


White color preview on #21462F background

This text has white color on #21462F background.