COLOR #213601

HEX: #213601
RGB: (33,54,1)

Color info

#213601 contains red, green and blue colors in about the same proportion. Web safe color of #213601 is #333300 (or #330).

RGB color model

#213601 color RGB value is (33,54,1).

  • red value is 33;
  • green value is 54;
  • blue value is 1.
RGB:
(33,54,1)
(13%,21%,0%)

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 1 of 255 = 0%

33
54
1

R + G + B ~ 11%. #213601 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 54 + 1 = 88 (100%)
R 33 of 88 ~ 37.5%
G 54 of 88 ~ 61.36%
B 1 of 88 ~ 1.14%

%37.5
%61.36

CMYK color model

#213601 color CMYK value is (39,0,98,79).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 98.15%
  • key color value is 78.82%
CMYK:
(39,0,98,79)
C39M0Y98K79 
(39%,0%,98%,79%)
(0.39/0.00/0.98/0.79)	

CMYK percentages

%38.89
%0
%98.15
%78.82

Codes

Color #213601 in popluar color models

213601
RGB33541
HSL84°96.36%10.78%
HSB/HSV84°98.15%21.18%
CMYK38.89%0.00%98.15%
78.82%

Color #213601 in popluar number systems.

HEX213601
Decimal33541
Binary1000011101101
Octal41661

Shades and tints

Shades of #213601

#213601
(33,54,1)
#1E3201
(30,50,1)
#1B2E01
(27,46,1)
#182A01
(24,42,1)
#152601
(21,38,1)
#122201
(18,34,1)
#0F1E01
(15,30,1)
#0C1A01
(12,26,1)
#091601
(9,22,1)
#061201
(6,18,1)
#030E01
(3,14,1)
#000000
(0,0,0)

Tints of #213601

#213601
(33,54,1)
#354818
(53,72,24)
#495A2F
(73,90,47)
#5D6C46
(93,108,70)
#717E5D
(113,126,93)
#859074
(133,144,116)
#99A28B
(153,162,139)
#ADB4A2
(173,180,162)
#C1C6B9
(193,198,185)
#D5D8D0
(213,216,208)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213601 color. Also use rgb(33,54,1) instead hex code.

Text Font Color

.myTextColor { color: #213601; }

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

This text font color is #213601.


Background Color

.myBgColor { background-color: #213601; }

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

This div background color is #213601.


Border color

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

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

This div border color is #213601.


Opacity

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

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

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

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

This text has shadow with #213601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213601 on black background.


Color preview on white background

This text has color #213601 on white background.



Black color preview on #213601 background

This text has black color on #213601 background.


White color preview on #213601 background

This text has white color on #213601 background.