COLOR #21343E

HEX: #21343E
RGB: (33,52,62)

Color info

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

RGB color model

#21343E color RGB value is (33,52,62).

  • red value is 33;
  • green value is 52;
  • blue value is 62.
RGB:
(33,52,62)
(13%,20%,24%)

RGB channels and saturation

R 33 of 255 = 13%
G 52 of 255 = 20%
B 62 of 255 = 24%

33
52
62

R + G + B ~ 19%. #21343E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 52 + 62 = 147 (100%)
R 33 of 147 ~ 22.45%
G 52 of 147 ~ 35.37%
B 62 of 147 ~ 42.18%

%22.45
%35.37
%42.18

CMYK color model

#21343E color CMYK value is (47,16,0,76).

  • cyan value is 46.77%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(47,16,0,76)
C47M16Y0K76 
(47%,16%,0%,76%)
(0.47/0.16/0.00/0.76)	

CMYK percentages

%46.77
%16.13
%0
%75.69

Codes

Color #21343E in popluar color models

21343E
RGB335262
HSL201°30.53%18.63%
HSB/HSV201°46.77%24.31%
CMYK46.77%16.13%0.00%
75.69%

Color #21343E in popluar number systems.

HEX21343E
Decimal335262
Binary100001110100111110
Octal416476

Shades and tints

Shades of #21343E

#21343E
(33,52,62)
#1E3039
(30,48,57)
#1B2C34
(27,44,52)
#18282F
(24,40,47)
#15242A
(21,36,42)
#122025
(18,32,37)
#0F1C20
(15,28,32)
#0C181B
(12,24,27)
#091416
(9,20,22)
#061011
(6,16,17)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #21343E

#21343E
(33,52,62)
#35464F
(53,70,79)
#495860
(73,88,96)
#5D6A71
(93,106,113)
#717C82
(113,124,130)
#858E93
(133,142,147)
#99A0A4
(153,160,164)
#ADB2B5
(173,178,181)
#C1C4C6
(193,196,198)
#D5D6D7
(213,214,215)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21343E color. Also use rgb(33,52,62) instead hex code.

Text Font Color

.myTextColor { color: #21343E; }

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

This text font color is #21343E.


Background Color

.myBgColor { background-color: #21343E; }

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

This div background color is #21343E.


Border color

.myBorderColor { border: 1px solid #21343E; }

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

This div border color is #21343E.


Opacity

.myOpacity80 { color: #21343E; opacity: 0.8; }

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

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

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

This text has shadow with #21343E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21343E on black background.


Color preview on white background

This text has color #21343E on white background.



Black color preview on #21343E background

This text has black color on #21343E background.


White color preview on #21343E background

This text has white color on #21343E background.