COLOR #213538

HEX: #213538
RGB: (33,53,56)

Color info

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

RGB color model

#213538 color RGB value is (33,53,56).

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

RGB channels and saturation

R 33 of 255 = 13%
G 53 of 255 = 21%
B 56 of 255 = 22%

33
53
56

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

Portions of RGB colors in percentages

R + G + B =
33 + 53 + 56 = 142 (100%)
R 33 of 142 ~ 23.24%
G 53 of 142 ~ 37.32%
B 56 of 142 ~ 39.44%

%23.24
%37.32
%39.44

CMYK color model

#213538 color CMYK value is (41,5,0,78).

  • cyan value is 41.07%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(41,5,0,78)
C41M5Y0K78 
(41%,5%,0%,78%)
(0.41/0.05/0.00/0.78)	

CMYK percentages

%41.07
%5.36
%0
%78.04

Codes

Color #213538 in popluar color models

213538
RGB335356
HSL188°25.84%17.45%
HSB/HSV188°41.07%21.96%
CMYK41.07%5.36%0.00%
78.04%

Color #213538 in popluar number systems.

HEX213538
Decimal335356
Binary100001110101111000
Octal416570

Shades and tints

Shades of #213538

#213538
(33,53,56)
#1E3133
(30,49,51)
#1B2D2E
(27,45,46)
#182929
(24,41,41)
#152524
(21,37,36)
#12211F
(18,33,31)
#0F1D1A
(15,29,26)
#0C1915
(12,25,21)
#091510
(9,21,16)
#06110B
(6,17,11)
#030D06
(3,13,6)
#000000
(0,0,0)

Tints of #213538

#213538
(33,53,56)
#35474A
(53,71,74)
#49595C
(73,89,92)
#5D6B6E
(93,107,110)
#717D80
(113,125,128)
#858F92
(133,143,146)
#99A1A4
(153,161,164)
#ADB3B6
(173,179,182)
#C1C5C8
(193,197,200)
#D5D7DA
(213,215,218)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213538; }

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

This text font color is #213538.


Background Color

.myBgColor { background-color: #213538; }

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

This div background color is #213538.


Border color

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

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

This div border color is #213538.


Opacity

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

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

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

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

This text has shadow with #213538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213538 on black background.


Color preview on white background

This text has color #213538 on white background.



Black color preview on #213538 background

This text has black color on #213538 background.


White color preview on #213538 background

This text has white color on #213538 background.