COLOR #212957

HEX: #212957
RGB: (33,41,87)

Color info

#212957 contains red, green and blue colors in about the same proportion. Web safe color of #212957 is #333366 (or #336).

RGB color model

#212957 color RGB value is (33,41,87).

  • red value is 33;
  • green value is 41;
  • blue value is 87.
RGB:
(33,41,87)
(13%,16%,34%)

RGB channels and saturation

R 33 of 255 = 13%
G 41 of 255 = 16%
B 87 of 255 = 34%

33
41
87

R + G + B ~ 21%. #212957 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 41 + 87 = 161 (100%)
R 33 of 161 ~ 20.5%
G 41 of 161 ~ 25.47%
B 87 of 161 ~ 54.04%

%20.5
%25.47
%54.04

CMYK color model

#212957 color CMYK value is (62,53,0,66).

  • cyan value is 62.07%
  • magenta value is 52.87%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(62,53,0,66)
C62M53Y0K66 
(62%,53%,0%,66%)
(0.62/0.53/0.00/0.66)	

CMYK percentages

%62.07
%52.87
%0
%65.88

Codes

Color #212957 in popluar color models

212957
RGB334187
HSL231°45.00%23.53%
HSB/HSV231°62.07%34.12%
CMYK62.07%52.87%0.00%
65.88%

Color #212957 in popluar number systems.

HEX212957
Decimal334187
Binary1000011010011010111
Octal4151127

Shades and tints

Shades of #212957

#212957
(33,41,87)
#1E2650
(30,38,80)
#1B2349
(27,35,73)
#182042
(24,32,66)
#151D3B
(21,29,59)
#121A34
(18,26,52)
#0F172D
(15,23,45)
#0C1426
(12,20,38)
#09111F
(9,17,31)
#060E18
(6,14,24)
#030B11
(3,11,17)
#000000
(0,0,0)

Tints of #212957

#212957
(33,41,87)
#353C66
(53,60,102)
#494F75
(73,79,117)
#5D6284
(93,98,132)
#717593
(113,117,147)
#8588A2
(133,136,162)
#999BB1
(153,155,177)
#ADAEC0
(173,174,192)
#C1C1CF
(193,193,207)
#D5D4DE
(213,212,222)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212957 color. Also use rgb(33,41,87) instead hex code.

Text Font Color

.myTextColor { color: #212957; }

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

This text font color is #212957.


Background Color

.myBgColor { background-color: #212957; }

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

This div background color is #212957.


Border color

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

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

This div border color is #212957.


Opacity

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

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

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

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

This text has shadow with #212957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212957 on black background.


Color preview on white background

This text has color #212957 on white background.



Black color preview on #212957 background

This text has black color on #212957 background.


White color preview on #212957 background

This text has white color on #212957 background.