COLOR #21383F

HEX: #21383F RGB: (33,56,63)

Color info

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

RGB color model

#21383F color RGB value is (33,56,63).

RGB: (33,56,63) (13%, 22%, 25%)

RGB channels and saturation

R 33 of 255 = 13%
G 56 of 255 = 22%
B 63 of 255 = 25%

33
56
63

R + G + B ~ 20%. #21383F is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 56 + 63 = 152 (100%)
R 33 of 152 ~ 21.71%
G 56 of 152 ~ 36.84%
B 63 of 152 ~ 41.45'%

%21.71
%36.84
%41.45

CMYK color model

#21383F color CMYK value is (48,11,0,75).

  • cyan value is 47.62%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (48,11,0,75)
C48M11Y0K75 (48%, 11%, 0%, 75%)
(0.48 / 0.11 / 0.00 / 0.75)

CMYK percentages

%47.62
%11.11
%0
%75.29

Codes

Color #21383F in popluar color models

21 38 3F
RGB 33 56 63
HSL 194° 31.25% 18.82%
HSB/HSV 194° 47.62% 24.71%
CMYK 47.62% 11.11% 0.00%
75.29%

Color #21383F in popluar number systems.

HEX 21 38 3F
Decimal 33 56 63
Binary 100001 111000 111111
Octal 41 70 77

Shades and tints

Shades of #21383F

#21383F
(33,56,63)
#1E333A
(30,51,58)
#1B2E35
(27,46,53)
#182930
(24,41,48)
#15242B
(21,36,43)
#121F26
(18,31,38)
#0F1A21
(15,26,33)
#0C151C
(12,21,28)
#091017
(9,16,23)
#060B12
(6,11,18)
#03060D
(3,6,13)
#000000
(0,0,0)

Tints of #21383F

#21383F
(33,56,63)
#354A50
(53,74,80)
#495C61
(73,92,97)
#5D6E72
(93,110,114)
#718083
(113,128,131)
#859294
(133,146,148)
#99A4A5
(153,164,165)
#ADB6B6
(173,182,182)
#C1C8C7
(193,200,199)
#D5DAD8
(213,218,216)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21383F color. Also use rgb(33,56,63) instead hex code.

Text Font Color

.myTextColor { color: #21383F; }

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

This text font color is #21383F.

Background Color

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

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

This div background color is #21383F.

Border color

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

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

This div border color is #21383F.

Opacity

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

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

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

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

This text has shadow with #21383F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21383F.

Preview

Color preview on black background

This text has color #21383F on black background.


Color preview on white background

This text has color #21383F on white background.


Black color preview on #21383F background

This text has black color on #21383F background.


White color preview on #21383F background

This text has white color on #21383F background.


Related colors

Complementary color

Complementary color for #hex is #DEC7C0.


I love getcolorcode.com

Triadic colors

1 #3F2138 and #383F21 with #21383F are triadic colors.

2 #3F3821 and #38213F with #21383F are triadic colors.