COLOR #21313D

HEX: #21313D
RGB: (33,49,61)

Color info

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

RGB color model

#21313D color RGB value is (33,49,61).

  • red value is 33;
  • green value is 49;
  • blue value is 61.
RGB:
(33,49,61)
(13%,19%,24%)

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 61 of 255 = 24%

33
49
61

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

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 61 = 143 (100%)
R 33 of 143 ~ 23.08%
G 49 of 143 ~ 34.27%
B 61 of 143 ~ 42.66%

%23.08
%34.27
%42.66

CMYK color model

#21313D color CMYK value is (46,20,0,76).

  • cyan value is 45.90%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(46,20,0,76)
C46M20Y0K76 
(46%,20%,0%,76%)
(0.46/0.20/0.00/0.76)	

CMYK percentages

%45.9
%19.67
%0
%76.08

Codes

Color #21313D in popluar color models

21313D
RGB334961
HSL206°29.79%18.43%
HSB/HSV206°45.90%23.92%
CMYK45.90%19.67%0.00%
76.08%

Color #21313D in popluar number systems.

HEX21313D
Decimal334961
Binary100001110001111101
Octal416175

Shades and tints

Shades of #21313D

#21313D
(33,49,61)
#1E2D38
(30,45,56)
#1B2933
(27,41,51)
#18252E
(24,37,46)
#152129
(21,33,41)
#121D24
(18,29,36)
#0F191F
(15,25,31)
#0C151A
(12,21,26)
#091115
(9,17,21)
#060D10
(6,13,16)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #21313D

#21313D
(33,49,61)
#35434E
(53,67,78)
#49555F
(73,85,95)
#5D6770
(93,103,112)
#717981
(113,121,129)
#858B92
(133,139,146)
#999DA3
(153,157,163)
#ADAFB4
(173,175,180)
#C1C1C5
(193,193,197)
#D5D3D6
(213,211,214)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21313D; }

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

This text font color is #21313D.


Background Color

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

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

This div background color is #21313D.


Border color

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

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

This div border color is #21313D.


Opacity

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

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

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

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

This text has shadow with #21313D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21313D on black background.


Color preview on white background

This text has color #21313D on white background.



Black color preview on #21313D background

This text has black color on #21313D background.


White color preview on #21313D background

This text has white color on #21313D background.