COLOR #212835

HEX: #212835
RGB: (33,40,53)

Color info

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

RGB color model

#212835 color RGB value is (33,40,53).

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

RGB channels and saturation

R 33 of 255 = 13%
G 40 of 255 = 16%
B 53 of 255 = 21%

33
40
53

R + G + B ~ 17%. #212835 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 40 + 53 = 126 (100%)
R 33 of 126 ~ 26.19%
G 40 of 126 ~ 31.75%
B 53 of 126 ~ 42.06%

%26.19
%31.75
%42.06

CMYK color model

#212835 color CMYK value is (38,25,0,79).

  • cyan value is 37.74%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(38,25,0,79)
C38M25Y0K79 
(38%,25%,0%,79%)
(0.38/0.25/0.00/0.79)	

CMYK percentages

%37.74
%24.53
%0
%79.22

Codes

Color #212835 in popluar color models

212835
RGB334053
HSL219°23.26%16.86%
HSB/HSV219°37.74%20.78%
CMYK37.74%24.53%0.00%
79.22%

Color #212835 in popluar number systems.

HEX212835
Decimal334053
Binary100001101000110101
Octal415065

Shades and tints

Shades of #212835

#212835
(33,40,53)
#1E2531
(30,37,49)
#1B222D
(27,34,45)
#181F29
(24,31,41)
#151C25
(21,28,37)
#121921
(18,25,33)
#0F161D
(15,22,29)
#0C1319
(12,19,25)
#091015
(9,16,21)
#060D11
(6,13,17)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #212835

#212835
(33,40,53)
#353B47
(53,59,71)
#494E59
(73,78,89)
#5D616B
(93,97,107)
#71747D
(113,116,125)
#85878F
(133,135,143)
#999AA1
(153,154,161)
#ADADB3
(173,173,179)
#C1C0C5
(193,192,197)
#D5D3D7
(213,211,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212835; }

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

This text font color is #212835.


Background Color

.myBgColor { background-color: #212835; }

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

This div background color is #212835.


Border color

.myBorderColor { border: 1px solid #212835; }

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

This div border color is #212835.


Opacity

.myOpacity80 { color: #212835; opacity: 0.8; }

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

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

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

This text has shadow with #212835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212835 on black background.


Color preview on white background

This text has color #212835 on white background.



Black color preview on #212835 background

This text has black color on #212835 background.


White color preview on #212835 background

This text has white color on #212835 background.