COLOR #212619

HEX: #212619 RGB: (33,38,25)

Color info

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

RGB color model

#212619 color RGB value is (33,38,25).

RGB: (33,38,25) (13%, 15%, 10%)

RGB channels and saturation

R 33 of 255 = 13%
G 38 of 255 = 15%
B 25 of 255 = 10%

33
38
25

R + G + B ~ 13%. #212619 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 38 + 25 = 96 (100%)
R 33 of 96 ~ 34.38%
G 38 of 96 ~ 39.58%
B 25 of 96 ~ 26.04'%

%34.38
%39.58
%26.04

CMYK color model

#212619 color CMYK value is (13,0,34,85).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 85.10%

CMYK: (13,0,34,85)
C13M0Y34K85 (13%, 0%, 34%, 85%)
(0.13 / 0.00 / 0.34 / 0.85)

CMYK percentages

%13.16
%0
%34.21
%85.1

Codes

Color #212619 in popluar color models

21 26 19
RGB 33 38 25
HSL 83° 20.63% 12.35%
HSB/HSV 83° 34.21% 14.90%
CMYK 13.16% 0.00% 34.21%
85.10%

Color #212619 in popluar number systems.

HEX 21 26 19
Decimal 33 38 25
Binary 100001 100110 11001
Octal 41 46 31

Shades and tints

Shades of #212619

#212619
(33,38,25)
#1E2317
(30,35,23)
#1B2015
(27,32,21)
#181D13
(24,29,19)
#151A11
(21,26,17)
#12170F
(18,23,15)
#0F140D
(15,20,13)
#0C110B
(12,17,11)
#090E09
(9,14,9)
#060B07
(6,11,7)
#030805
(3,8,5)
#000000
(0,0,0)

Tints of #212619

#212619
(33,38,25)
#35392D
(53,57,45)
#494C41
(73,76,65)
#5D5F55
(93,95,85)
#717269
(113,114,105)
#85857D
(133,133,125)
#999891
(153,152,145)
#ADABA5
(173,171,165)
#C1BEB9
(193,190,185)
#D5D1CD
(213,209,205)
#E9E4E1
(233,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212619; }

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

This text font color is #212619.

Background Color

.myBgColor { background-color: #212619; }

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

This div background color is #212619.

Border color

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

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

This div border color is #212619.

Opacity

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

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

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

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

This text has shadow with #212619 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212619.

Preview

Color preview on black background

This text has color #212619 on black background.


Color preview on white background

This text has color #212619 on white background.


Black color preview on #212619 background

This text has black color on #212619 background.


White color preview on #212619 background

This text has white color on #212619 background.


Related colors

Complementary color

Complementary color for #hex is #DED9E6.


I love getcolorcode.com

Triadic colors

1 #192126 and #261921 with #212619 are triadic colors.

2 #192621 and #262119 with #212619 are triadic colors.