COLOR #213729

HEX: #213729
RGB: (33,55,41)

Color info

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

RGB color model

#213729 color RGB value is (33,55,41).

  • red value is 33;
  • green value is 55;
  • blue value is 41.
RGB:
(33,55,41)
(13%,22%,16%)

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 41 of 255 = 16%

33
55
41

R + G + B ~ 17%. #213729 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 41 = 129 (100%)
R 33 of 129 ~ 25.58%
G 55 of 129 ~ 42.64%
B 41 of 129 ~ 31.78%

%25.58
%42.64
%31.78

CMYK color model

#213729 color CMYK value is (40,0,25,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 78.43%
CMYK:
(40,0,25,78)
C40M0Y25K78 
(40%,0%,25%,78%)
(0.40/0.00/0.25/0.78)	

CMYK percentages

%40
%0
%25.45
%78.43

Codes

Color #213729 in popluar color models

213729
RGB335541
HSL142°25.00%17.25%
HSB/HSV142°40.00%21.57%
CMYK40.00%0.00%25.45%
78.43%

Color #213729 in popluar number systems.

HEX213729
Decimal335541
Binary100001110111101001
Octal416751

Shades and tints

Shades of #213729

#213729
(33,55,41)
#1E3226
(30,50,38)
#1B2D23
(27,45,35)
#182820
(24,40,32)
#15231D
(21,35,29)
#121E1A
(18,30,26)
#0F1917
(15,25,23)
#0C1414
(12,20,20)
#090F11
(9,15,17)
#060A0E
(6,10,14)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #213729

#213729
(33,55,41)
#35493C
(53,73,60)
#495B4F
(73,91,79)
#5D6D62
(93,109,98)
#717F75
(113,127,117)
#859188
(133,145,136)
#99A39B
(153,163,155)
#ADB5AE
(173,181,174)
#C1C7C1
(193,199,193)
#D5D9D4
(213,217,212)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213729 color. Also use rgb(33,55,41) instead hex code.

Text Font Color

.myTextColor { color: #213729; }

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

This text font color is #213729.


Background Color

.myBgColor { background-color: #213729; }

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

This div background color is #213729.


Border color

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

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

This div border color is #213729.


Opacity

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

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

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

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

This text has shadow with #213729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213729 on black background.


Color preview on white background

This text has color #213729 on white background.



Black color preview on #213729 background

This text has black color on #213729 background.


White color preview on #213729 background

This text has white color on #213729 background.