COLOR #21503B

HEX: #21503B
RGB: (33,80,59)

Color info

#21503B contains red, green and blue colors in about the same proportion. Web safe color of #21503B is #336633 (or #363).

RGB color model

#21503B color RGB value is (33,80,59).

  • red value is 33;
  • green value is 80;
  • blue value is 59.
RGB:
(33,80,59)
(13%,31%,23%)

RGB channels and saturation

R 33 of 255 = 13%
G 80 of 255 = 31%
B 59 of 255 = 23%

33
80
59

R + G + B ~ 22%. #21503B is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 80 + 59 = 172 (100%)
R 33 of 172 ~ 19.19%
G 80 of 172 ~ 46.51%
B 59 of 172 ~ 34.3%

%19.19
%46.51
%34.3

CMYK color model

#21503B color CMYK value is (59,0,26,69).

  • cyan value is 58.75%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(59,0,26,69)
C59M0Y26K69 
(59%,0%,26%,69%)
(0.59/0.00/0.26/0.69)	

CMYK percentages

%58.75
%0
%26.25
%68.63

Codes

Color #21503B in popluar color models

21503B
RGB338059
HSL153°41.59%22.16%
HSB/HSV153°58.75%31.37%
CMYK58.75%0.00%26.25%
68.63%

Color #21503B in popluar number systems.

HEX21503B
Decimal338059
Binary1000011010000111011
Octal4112073

Shades and tints

Shades of #21503B

#21503B
(33,80,59)
#1E4936
(30,73,54)
#1B4231
(27,66,49)
#183B2C
(24,59,44)
#153427
(21,52,39)
#122D22
(18,45,34)
#0F261D
(15,38,29)
#0C1F18
(12,31,24)
#091813
(9,24,19)
#06110E
(6,17,14)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #21503B

#21503B
(33,80,59)
#355F4C
(53,95,76)
#496E5D
(73,110,93)
#5D7D6E
(93,125,110)
#718C7F
(113,140,127)
#859B90
(133,155,144)
#99AAA1
(153,170,161)
#ADB9B2
(173,185,178)
#C1C8C3
(193,200,195)
#D5D7D4
(213,215,212)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21503B color. Also use rgb(33,80,59) instead hex code.

Text Font Color

.myTextColor { color: #21503B; }

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

This text font color is #21503B.


Background Color

.myBgColor { background-color: #21503B; }

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

This div background color is #21503B.


Border color

.myBorderColor { border: 1px solid #21503B; }

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

This div border color is #21503B.


Opacity

.myOpacity80 { color: #21503B; opacity: 0.8; }

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

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

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

This text has shadow with #21503B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21503B on black background.


Color preview on white background

This text has color #21503B on white background.



Black color preview on #21503B background

This text has black color on #21503B background.


White color preview on #21503B background

This text has white color on #21503B background.