COLOR #213619

HEX: #213619
RGB: (33,54,25)

Color info

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

RGB color model

#213619 color RGB value is (33,54,25).

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

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 25 of 255 = 10%

33
54
25

R + G + B ~ 15%. #213619 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 54 + 25 = 112 (100%)
R 33 of 112 ~ 29.46%
G 54 of 112 ~ 48.21%
B 25 of 112 ~ 22.32%

%29.46
%48.21
%22.32

CMYK color model

#213619 color CMYK value is (39,0,54,79).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 78.82%
CMYK:
(39,0,54,79)
C39M0Y54K79 
(39%,0%,54%,79%)
(0.39/0.00/0.54/0.79)	

CMYK percentages

%38.89
%0
%53.7
%78.82

Codes

Color #213619 in popluar color models

213619
RGB335425
HSL103°36.71%15.49%
HSB/HSV103°53.70%21.18%
CMYK38.89%0.00%53.70%
78.82%

Color #213619 in popluar number systems.

HEX213619
Decimal335425
Binary10000111011011001
Octal416631

Shades and tints

Shades of #213619

#213619
(33,54,25)
#1E3217
(30,50,23)
#1B2E15
(27,46,21)
#182A13
(24,42,19)
#152611
(21,38,17)
#12220F
(18,34,15)
#0F1E0D
(15,30,13)
#0C1A0B
(12,26,11)
#091609
(9,22,9)
#061207
(6,18,7)
#030E05
(3,14,5)
#000000
(0,0,0)

Tints of #213619

#213619
(33,54,25)
#35482D
(53,72,45)
#495A41
(73,90,65)
#5D6C55
(93,108,85)
#717E69
(113,126,105)
#85907D
(133,144,125)
#99A291
(153,162,145)
#ADB4A5
(173,180,165)
#C1C6B9
(193,198,185)
#D5D8CD
(213,216,205)
#E9EAE1
(233,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213619; }

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

This text font color is #213619.


Background Color

.myBgColor { background-color: #213619; }

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

This div background color is #213619.


Border color

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

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

This div border color is #213619.


Opacity

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

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

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

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

This text has shadow with #213619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213619 on black background.


Color preview on white background

This text has color #213619 on white background.



Black color preview on #213619 background

This text has black color on #213619 background.


White color preview on #213619 background

This text has white color on #213619 background.