COLOR #21353C

HEX: #21353C
RGB: (33,53,60)

Color info

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

RGB color model

#21353C color RGB value is (33,53,60).

  • red value is 33;
  • green value is 53;
  • blue value is 60.
RGB:
(33,53,60)
(13%,21%,24%)

RGB channels and saturation

R 33 of 255 = 13%
G 53 of 255 = 21%
B 60 of 255 = 24%

33
53
60

R + G + B ~ 19%. #21353C is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 53 + 60 = 146 (100%)
R 33 of 146 ~ 22.6%
G 53 of 146 ~ 36.3%
B 60 of 146 ~ 41.1%

%22.6
%36.3
%41.1

CMYK color model

#21353C color CMYK value is (45,12,0,76).

  • cyan value is 45.00%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(45,12,0,76)
C45M12Y0K76 
(45%,12%,0%,76%)
(0.45/0.12/0.00/0.76)	

CMYK percentages

%45
%11.67
%0
%76.47

Codes

Color #21353C in popluar color models

21353C
RGB335360
HSL196°29.03%18.24%
HSB/HSV196°45.00%23.53%
CMYK45.00%11.67%0.00%
76.47%

Color #21353C in popluar number systems.

HEX21353C
Decimal335360
Binary100001110101111100
Octal416574

Shades and tints

Shades of #21353C

#21353C
(33,53,60)
#1E3137
(30,49,55)
#1B2D32
(27,45,50)
#18292D
(24,41,45)
#152528
(21,37,40)
#122123
(18,33,35)
#0F1D1E
(15,29,30)
#0C1919
(12,25,25)
#091514
(9,21,20)
#06110F
(6,17,15)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #21353C

#21353C
(33,53,60)
#35474D
(53,71,77)
#49595E
(73,89,94)
#5D6B6F
(93,107,111)
#717D80
(113,125,128)
#858F91
(133,143,145)
#99A1A2
(153,161,162)
#ADB3B3
(173,179,179)
#C1C5C4
(193,197,196)
#D5D7D5
(213,215,213)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21353C color. Also use rgb(33,53,60) instead hex code.

Text Font Color

.myTextColor { color: #21353C; }

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

This text font color is #21353C.


Background Color

.myBgColor { background-color: #21353C; }

<div style="background-color:#21353C">Inner text</div>

This div background color is #21353C.


Border color

.myBorderColor { border: 1px solid #21353C; }

<div style="border:3px solid #21353C">Div</div>

This div border color is #21353C.


Opacity

.myOpacity80 { color: #21353C; opacity: 0.8; }

<p style="color:#21353C;opacity:0.8;">80%</p>

Text with #21353C 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 #21353C;}

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

This text has shadow with #21353C color.

.textShadow {text-shadow: 3px 3px 1px #21353C, 3px 3px 1px red;}

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

This text has shadow with #21353C primary color and red secondary color.


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

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

This text has shadow with #21353C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21353C on black background.


Color preview on white background

This text has color #21353C on white background.



Black color preview on #21353C background

This text has black color on #21353C background.


White color preview on #21353C background

This text has white color on #21353C background.