COLOR #213719

HEX: #213719 RGB: (33,55,25)

Color info

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

RGB color model

#213719 color RGB value is (33,55,25).

RGB: (33,55,25) (13%, 22%, 10%)

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 25 of 255 = 10%

33
55
25

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

Portions of RGB colors in percentages

R + G + B = 33 + 55 + 25 = 113 (100%)
R 33 of 113 ~ 29.2%
G 55 of 113 ~ 48.67%
B 25 of 113 ~ 22.12'%

%29.2
%48.67
%22.12

CMYK color model

#213719 color CMYK value is (40,0,55,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK: (40,0,55,78) C40M0Y55K78 (40%,0%,55%,78%) (0.40/0.00/0.55/0.78) 

CMYK percentages

%40
%0
%54.55
%78.43

Codes

Color #213719 in popluar color models

21 37 19
RGB 33 55 25
HSL 104° 37.50% 15.69%
HSB/HSV 104° 54.55% 21.57%
CMYK 40.00% 0.00% 54.55%
78.43%

Color #213719 in popluar number systems.

HEX 21 37 19
Decimal 33 55 25
Binary 100001 110111 11001
Octal 41 67 31

Shades and tints

Shades of #213719

#213719
(33,55,25)
#1E3217
(30,50,23)
#1B2D15
(27,45,21)
#182813
(24,40,19)
#152311
(21,35,17)
#121E0F
(18,30,15)
#0F190D
(15,25,13)
#0C140B
(12,20,11)
#090F09
(9,15,9)
#060A07
(6,10,7)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #213719

#213719
(33,55,25)
#35492D
(53,73,45)
#495B41
(73,91,65)
#5D6D55
(93,109,85)
#717F69
(113,127,105)
#85917D
(133,145,125)
#99A391
(153,163,145)
#ADB5A5
(173,181,165)
#C1C7B9
(193,199,185)
#D5D9CD
(213,217,205)
#E9EBE1
(233,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213719; }

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

This text font color is #213719.

Background Color

.myBgColor { background-color: #213719; }

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

This div background color is #213719.

Border color

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

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

This div border color is #213719.

Opacity

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

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

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

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

This text has shadow with #213719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213719.

Preview

Color preview on black background

This text has color #213719 on black background.


Color preview on white background

This text has color #213719 on white background.


Black color preview on #213719 background

This text has black color on #213719 background.


White color preview on #213719 background

This text has white color on #213719 background.


Related colors

Complementary color

Complementary color for #hex is #DEC8E6.


I love getcolorcode.com

Triadic colors

1 #192137 and #371921 with #213719 are triadic colors.

2 #193721 and #372119 with #213719 are triadic colors.