COLOR #21371A

HEX: #21371A
RGB: (33,55,26)

Color info

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

RGB color model

#21371A color RGB value is (33,55,26).

  • red value is 33;
  • green value is 55;
  • blue value is 26.
RGB:
(33,55,26)
(13%,22%,10%)

RGB channels and saturation

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

33
55
26

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

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 26 = 114 (100%)
R 33 of 114 ~ 28.95%
G 55 of 114 ~ 48.25%
B 26 of 114 ~ 22.81%

%28.95
%48.25
%22.81

CMYK color model

#21371A color CMYK value is (40,0,53,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 52.73%
  • key color value is 78.43%
CMYK:
(40,0,53,78)
C40M0Y53K78 
(40%,0%,53%,78%)
(0.40/0.00/0.53/0.78)	

CMYK percentages

%40
%0
%52.73
%78.43

Codes

Color #21371A in popluar color models

21371A
RGB335526
HSL106°35.80%15.88%
HSB/HSV106°52.73%21.57%
CMYK40.00%0.00%52.73%
78.43%

Color #21371A in popluar number systems.

HEX21371A
Decimal335526
Binary10000111011111010
Octal416732

Shades and tints

Shades of #21371A

#21371A
(33,55,26)
#1E3218
(30,50,24)
#1B2D16
(27,45,22)
#182814
(24,40,20)
#152312
(21,35,18)
#121E10
(18,30,16)
#0F190E
(15,25,14)
#0C140C
(12,20,12)
#090F0A
(9,15,10)
#060A08
(6,10,8)
#030506
(3,5,6)
#000000
(0,0,0)

Tints of #21371A

#21371A
(33,55,26)
#35492E
(53,73,46)
#495B42
(73,91,66)
#5D6D56
(93,109,86)
#717F6A
(113,127,106)
#85917E
(133,145,126)
#99A392
(153,163,146)
#ADB5A6
(173,181,166)
#C1C7BA
(193,199,186)
#D5D9CE
(213,217,206)
#E9EBE2
(233,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21371A; }

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

This text font color is #21371A.


Background Color

.myBgColor { background-color: #21371A; }

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

This div background color is #21371A.


Border color

.myBorderColor { border: 1px solid #21371A; }

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

This div border color is #21371A.


Opacity

.myOpacity80 { color: #21371A; opacity: 0.8; }

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

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

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

This text has shadow with #21371A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21371A on black background.


Color preview on white background

This text has color #21371A on white background.



Black color preview on #21371A background

This text has black color on #21371A background.


White color preview on #21371A background

This text has white color on #21371A background.