COLOR #213D35

HEX: #213D35
RGB: (33,61,53)

Color info

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

RGB color model

#213D35 color RGB value is (33,61,53).

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

RGB channels and saturation

R 33 of 255 = 13%
G 61 of 255 = 24%
B 53 of 255 = 21%

33
61
53

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

Portions of RGB colors in percentages

R + G + B =
33 + 61 + 53 = 147 (100%)
R 33 of 147 ~ 22.45%
G 61 of 147 ~ 41.5%
B 53 of 147 ~ 36.05%

%22.45
%41.5
%36.05

CMYK color model

#213D35 color CMYK value is (46,0,13,76).

  • cyan value is 45.90%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 76.08%
CMYK:
(46,0,13,76)
C46M0Y13K76 
(46%,0%,13%,76%)
(0.46/0.00/0.13/0.76)	

CMYK percentages

%45.9
%0
%13.11
%76.08

Codes

Color #213D35 in popluar color models

213D35
RGB336153
HSL163°29.79%18.43%
HSB/HSV163°45.90%23.92%
CMYK45.90%0.00%13.11%
76.08%

Color #213D35 in popluar number systems.

HEX213D35
Decimal336153
Binary100001111101110101
Octal417565

Shades and tints

Shades of #213D35

#213D35
(33,61,53)
#1E3831
(30,56,49)
#1B332D
(27,51,45)
#182E29
(24,46,41)
#152925
(21,41,37)
#122421
(18,36,33)
#0F1F1D
(15,31,29)
#0C1A19
(12,26,25)
#091515
(9,21,21)
#061011
(6,16,17)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #213D35

#213D35
(33,61,53)
#354E47
(53,78,71)
#495F59
(73,95,89)
#5D706B
(93,112,107)
#71817D
(113,129,125)
#85928F
(133,146,143)
#99A3A1
(153,163,161)
#ADB4B3
(173,180,179)
#C1C5C5
(193,197,197)
#D5D6D7
(213,214,215)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213D35; }

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

This text font color is #213D35.


Background Color

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

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

This div background color is #213D35.


Border color

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

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

This div border color is #213D35.


Opacity

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

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

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

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

This text has shadow with #213D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213D35 on black background.


Color preview on white background

This text has color #213D35 on white background.



Black color preview on #213D35 background

This text has black color on #213D35 background.


White color preview on #213D35 background

This text has white color on #213D35 background.