COLOR #213725

HEX: #213725 RGB: (33,55,37)

Color info

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

RGB color model

#213725 color RGB value is (33,55,37).

RGB: (33,55,37) (13%, 22%, 15%)

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 37 of 255 = 15%

33
55
37

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

Portions of RGB colors in percentages

R + G + B = 33 + 55 + 37 = 125 (100%)
R 33 of 125 ~ 26.4%
G 55 of 125 ~ 44%
B 37 of 125 ~ 29.6'%

%26.4
%44
%29.6

CMYK color model

#213725 color CMYK value is (40,0,33,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 78.43%
CMYK: (40,0,33,78) C40M0Y33K78 (40%,0%,33%,78%) (0.40/0.00/0.33/0.78) 

CMYK percentages

%40
%0
%32.73
%78.43

Codes

Color #213725 in popluar color models

21 37 25
RGB 33 55 37
HSL 131° 25.00% 17.25%
HSB/HSV 131° 40.00% 21.57%
CMYK 40.00% 0.00% 32.73%
78.43%

Color #213725 in popluar number systems.

HEX 21 37 25
Decimal 33 55 37
Binary 100001 110111 100101
Octal 41 67 45

Shades and tints

Shades of #213725

#213725
(33,55,37)
#1E3222
(30,50,34)
#1B2D1F
(27,45,31)
#18281C
(24,40,28)
#152319
(21,35,25)
#121E16
(18,30,22)
#0F1913
(15,25,19)
#0C1410
(12,20,16)
#090F0D
(9,15,13)
#060A0A
(6,10,10)
#030507
(3,5,7)
#000000
(0,0,0)

Tints of #213725

#213725
(33,55,37)
#354938
(53,73,56)
#495B4B
(73,91,75)
#5D6D5E
(93,109,94)
#717F71
(113,127,113)
#859184
(133,145,132)
#99A397
(153,163,151)
#ADB5AA
(173,181,170)
#C1C7BD
(193,199,189)
#D5D9D0
(213,217,208)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213725; }

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

This text font color is #213725.

Background Color

.myBgColor { background-color: #213725; }

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

This div background color is #213725.

Border color

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

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

This div border color is #213725.

Opacity

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

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

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

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

This text has shadow with #213725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213725.

Preview

Color preview on black background

This text has color #213725 on black background.


Color preview on white background

This text has color #213725 on white background.


Black color preview on #213725 background

This text has black color on #213725 background.


White color preview on #213725 background

This text has white color on #213725 background.


Related colors

Complementary color

Complementary color for #hex is #DEC8DA.


I love getcolorcode.com

Triadic colors

1 #252137 and #372521 with #213725 are triadic colors.

2 #253721 and #372125 with #213725 are triadic colors.