COLOR #213831

HEX: #213831
RGB: (33,56,49)

Color info

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

RGB color model

#213831 color RGB value is (33,56,49).

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

RGB channels and saturation

R 33 of 255 = 13%
G 56 of 255 = 22%
B 49 of 255 = 19%

33
56
49

R + G + B ~ 18%. #213831 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 56 + 49 = 138 (100%)
R 33 of 138 ~ 23.91%
G 56 of 138 ~ 40.58%
B 49 of 138 ~ 35.51%

%23.91
%40.58
%35.51

CMYK color model

#213831 color CMYK value is (41,0,13,78).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK:
(41,0,13,78)
C41M0Y13K78 
(41%,0%,13%,78%)
(0.41/0.00/0.13/0.78)	

CMYK percentages

%41.07
%0
%12.5
%78.04

Codes

Color #213831 in popluar color models

213831
RGB335649
HSL162°25.84%17.45%
HSB/HSV162°41.07%21.96%
CMYK41.07%0.00%12.50%
78.04%

Color #213831 in popluar number systems.

HEX213831
Decimal335649
Binary100001111000110001
Octal417061

Shades and tints

Shades of #213831

#213831
(33,56,49)
#1E332D
(30,51,45)
#1B2E29
(27,46,41)
#182925
(24,41,37)
#152421
(21,36,33)
#121F1D
(18,31,29)
#0F1A19
(15,26,25)
#0C1515
(12,21,21)
#091011
(9,16,17)
#060B0D
(6,11,13)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #213831

#213831
(33,56,49)
#354A43
(53,74,67)
#495C55
(73,92,85)
#5D6E67
(93,110,103)
#718079
(113,128,121)
#85928B
(133,146,139)
#99A49D
(153,164,157)
#ADB6AF
(173,182,175)
#C1C8C1
(193,200,193)
#D5DAD3
(213,218,211)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213831; }

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

This text font color is #213831.


Background Color

.myBgColor { background-color: #213831; }

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

This div background color is #213831.


Border color

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

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

This div border color is #213831.


Opacity

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

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

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

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

This text has shadow with #213831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213831 on black background.


Color preview on white background

This text has color #213831 on white background.



Black color preview on #213831 background

This text has black color on #213831 background.


White color preview on #213831 background

This text has white color on #213831 background.