COLOR #213D4D

HEX: #213D4D
RGB: (33,61,77)

Color info

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

RGB color model

#213D4D color RGB value is (33,61,77).

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

RGB channels and saturation

R 33 of 255 = 13%
G 61 of 255 = 24%
B 77 of 255 = 30%

33
61
77

R + G + B ~ 22%. #213D4D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 61 + 77 = 171 (100%)
R 33 of 171 ~ 19.3%
G 61 of 171 ~ 35.67%
B 77 of 171 ~ 45.03%

%19.3
%35.67
%45.03

CMYK color model

#213D4D color CMYK value is (57,21,0,70).

  • cyan value is 57.14%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(57,21,0,70)
C57M21Y0K70 
(57%,21%,0%,70%)
(0.57/0.21/0.00/0.70)	

CMYK percentages

%57.14
%20.78
%0
%69.8

Codes

Color #213D4D in popluar color models

213D4D
RGB336177
HSL202°40.00%21.57%
HSB/HSV202°57.14%30.20%
CMYK57.14%20.78%0.00%
69.80%

Color #213D4D in popluar number systems.

HEX213D4D
Decimal336177
Binary1000011111011001101
Octal4175115

Shades and tints

Shades of #213D4D

#213D4D
(33,61,77)
#1E3846
(30,56,70)
#1B333F
(27,51,63)
#182E38
(24,46,56)
#152931
(21,41,49)
#12242A
(18,36,42)
#0F1F23
(15,31,35)
#0C1A1C
(12,26,28)
#091515
(9,21,21)
#06100E
(6,16,14)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #213D4D

#213D4D
(33,61,77)
#354E5D
(53,78,93)
#495F6D
(73,95,109)
#5D707D
(93,112,125)
#71818D
(113,129,141)
#85929D
(133,146,157)
#99A3AD
(153,163,173)
#ADB4BD
(173,180,189)
#C1C5CD
(193,197,205)
#D5D6DD
(213,214,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213D4D color. Also use rgb(33,61,77) instead hex code.

Text Font Color

.myTextColor { color: #213D4D; }

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

This text font color is #213D4D.


Background Color

.myBgColor { background-color: #213D4D; }

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

This div background color is #213D4D.


Border color

.myBorderColor { border: 1px solid #213D4D; }

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

This div border color is #213D4D.


Opacity

.myOpacity80 { color: #213D4D; opacity: 0.8; }

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

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

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

This text has shadow with #213D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213D4D on black background.


Color preview on white background

This text has color #213D4D on white background.



Black color preview on #213D4D background

This text has black color on #213D4D background.


White color preview on #213D4D background

This text has white color on #213D4D background.