COLOR #21393A

HEX: #21393A RGB: (33,57,58)

Color info

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

RGB color model

#21393A color RGB value is (33,57,58).

RGB: (33,57,58) (13%, 22%, 23%)

RGB channels and saturation

R 33 of 255 = 13%
G 57 of 255 = 22%
B 58 of 255 = 23%

33
57
58

R + G + B ~ 19%. #21393A is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 57 + 58 = 148 (100%)
R 33 of 148 ~ 22.3%
G 57 of 148 ~ 38.51%
B 58 of 148 ~ 39.19'%

%22.3
%38.51
%39.19

CMYK color model

#21393A color CMYK value is (43,2,0,77).

  • cyan value is 43.10%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (43,2,0,77)
C43M2Y0K77 (43%, 2%, 0%, 77%)
(0.43 / 0.02 / 0.00 / 0.77)

CMYK percentages

%43.1
%1.72
%0
%77.25

Codes

Color #21393A in popluar color models

21 39 3A
RGB 33 57 58
HSL 182° 27.47% 17.84%
HSB/HSV 182° 43.10% 22.75%
CMYK 43.10% 1.72% 0.00%
77.25%

Color #21393A in popluar number systems.

HEX 21 39 3A
Decimal 33 57 58
Binary 100001 111001 111010
Octal 41 71 72

Shades and tints

Shades of #21393A

#21393A
(33,57,58)
#1E3435
(30,52,53)
#1B2F30
(27,47,48)
#182A2B
(24,42,43)
#152526
(21,37,38)
#122021
(18,32,33)
#0F1B1C
(15,27,28)
#0C1617
(12,22,23)
#091112
(9,17,18)
#060C0D
(6,12,13)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #21393A

#21393A
(33,57,58)
#354B4B
(53,75,75)
#495D5C
(73,93,92)
#5D6F6D
(93,111,109)
#71817E
(113,129,126)
#85938F
(133,147,143)
#99A5A0
(153,165,160)
#ADB7B1
(173,183,177)
#C1C9C2
(193,201,194)
#D5DBD3
(213,219,211)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21393A color. Also use rgb(33,57,58) instead hex code.

Text Font Color

.myTextColor { color: #21393A; }

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

This text font color is #21393A.

Background Color

.myBgColor { background-color: #21393A; }

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

This div background color is #21393A.

Border color

.myBorderColor { border: 1px solid #21393A; }

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

This div border color is #21393A.

Opacity

.myOpacity80 { color: #21393A; opacity: 0.8; }

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

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

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

This text has shadow with #21393A color.


.textShadow {text-shadow: 3px 3px 1px #21393A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #21393A; -webkit-box-shadow: 1px 1px 3px 2px #21393A; box-shadow:1px 1px 3px 2px #21393A;">
Div content here
</div>

This div box has shadow with color #21393A.

Preview

Color preview on black background

This text has color #21393A on black background.


Color preview on white background

This text has color #21393A on white background.


Black color preview on #21393A background

This text has black color on #21393A background.


White color preview on #21393A background

This text has white color on #21393A background.


Related colors

Complementary color

Complementary color for #hex is #DEC6C5.


I love getcolorcode.com

Triadic colors

1 #3A2139 and #393A21 with #21393A are triadic colors.

2 #3A3921 and #39213A with #21393A are triadic colors.