COLOR #213141

HEX: #213141
RGB: (33,49,65)

Color info

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

RGB color model

#213141 color RGB value is (33,49,65).

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

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 65 of 255 = 25%

33
49
65

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

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 65 = 147 (100%)
R 33 of 147 ~ 22.45%
G 49 of 147 ~ 33.33%
B 65 of 147 ~ 44.22%

%22.45
%33.33
%44.22

CMYK color model

#213141 color CMYK value is (49,25,0,75).

  • cyan value is 49.23%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(49,25,0,75)
C49M25Y0K75 
(49%,25%,0%,75%)
(0.49/0.25/0.00/0.75)	

CMYK percentages

%49.23
%24.62
%0
%74.51

Codes

Color #213141 in popluar color models

213141
RGB334965
HSL210°32.65%19.22%
HSB/HSV210°49.23%25.49%
CMYK49.23%24.62%0.00%
74.51%

Color #213141 in popluar number systems.

HEX213141
Decimal334965
Binary1000011100011000001
Octal4161101

Shades and tints

Shades of #213141

#213141
(33,49,65)
#1E2D3C
(30,45,60)
#1B2937
(27,41,55)
#182532
(24,37,50)
#15212D
(21,33,45)
#121D28
(18,29,40)
#0F1923
(15,25,35)
#0C151E
(12,21,30)
#091119
(9,17,25)
#060D14
(6,13,20)
#03090F
(3,9,15)
#000000
(0,0,0)

Tints of #213141

#213141
(33,49,65)
#354352
(53,67,82)
#495563
(73,85,99)
#5D6774
(93,103,116)
#717985
(113,121,133)
#858B96
(133,139,150)
#999DA7
(153,157,167)
#ADAFB8
(173,175,184)
#C1C1C9
(193,193,201)
#D5D3DA
(213,211,218)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213141; }

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

This text font color is #213141.


Background Color

.myBgColor { background-color: #213141; }

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

This div background color is #213141.


Border color

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

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

This div border color is #213141.


Opacity

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

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

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

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

This text has shadow with #213141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213141 on black background.


Color preview on white background

This text has color #213141 on white background.



Black color preview on #213141 background

This text has black color on #213141 background.


White color preview on #213141 background

This text has white color on #213141 background.