COLOR #21333D

HEX: #21333D RGB: (33,51,61)

Color info

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

RGB color model

#21333D color RGB value is (33,51,61).

RGB: (33,51,61) (13%, 20%, 24%)

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 61 of 255 = 24%

33
51
61

R + G + B ~ 19%. #21333D is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 51 + 61 = 145 (100%)
R 33 of 145 ~ 22.76%
G 51 of 145 ~ 35.17%
B 61 of 145 ~ 42.07'%

%22.76
%35.17
%42.07

CMYK color model

#21333D color CMYK value is (46,16,0,76).

  • cyan value is 45.90%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (46,16,0,76)
C46M16Y0K76 (46%, 16%, 0%, 76%)
(0.46 / 0.16 / 0.00 / 0.76)

CMYK percentages

%45.9
%16.39
%0
%76.08

Codes

Color #21333D in popluar color models

21 33 3D
RGB 33 51 61
HSL 201° 29.79% 18.43%
HSB/HSV 201° 45.90% 23.92%
CMYK 45.90% 16.39% 0.00%
76.08%

Color #21333D in popluar number systems.

HEX 21 33 3D
Decimal 33 51 61
Binary 100001 110011 111101
Octal 41 63 75

Shades and tints

Shades of #21333D

#21333D
(33,51,61)
#1E2F38
(30,47,56)
#1B2B33
(27,43,51)
#18272E
(24,39,46)
#152329
(21,35,41)
#121F24
(18,31,36)
#0F1B1F
(15,27,31)
#0C171A
(12,23,26)
#091315
(9,19,21)
#060F10
(6,15,16)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #21333D

#21333D
(33,51,61)
#35454E
(53,69,78)
#49575F
(73,87,95)
#5D6970
(93,105,112)
#717B81
(113,123,129)
#858D92
(133,141,146)
#999FA3
(153,159,163)
#ADB1B4
(173,177,180)
#C1C3C5
(193,195,197)
#D5D5D6
(213,213,214)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21333D color. Also use rgb(33,51,61) instead hex code.

Text Font Color

.myTextColor { color: #21333D; }

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

This text font color is #21333D.

Background Color

.myBgColor { background-color: #21333D; }

<div style="background-color:#21333D">Inner text</div>

This div background color is #21333D.

Border color

.myBorderColor { border: 1px solid #21333D; }

<div style="border:3px solid #21333D">Div</div>

This div border color is #21333D.

Opacity

.myOpacity80 { color: #21333D; opacity: 0.8; }

<p style="color:#21333D;opacity:0.8;">80%</p>

Text with #21333D 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 #21333D;}

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

This text has shadow with #21333D color.


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

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

This text has shadow with #21333D primary color and red secondary color.


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

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

This text has shadow with #21333D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #21333D.

Preview

Color preview on black background

This text has color #21333D on black background.


Color preview on white background

This text has color #21333D on white background.


Black color preview on #21333D background

This text has black color on #21333D background.


White color preview on #21333D background

This text has white color on #21333D background.


Related colors

Complementary color

Complementary color for #hex is #DECCC2.


I love getcolorcode.com

Triadic colors

1 #3D2133 and #333D21 with #21333D are triadic colors.

2 #3D3321 and #33213D with #21333D are triadic colors.