COLOR #21555E

HEX: #21555E
RGB: (33,85,94)

Color info

#21555E contains mainly green and blue colors. Web safe color of #21555E is #336666 (or #366).

RGB color model

#21555E color RGB value is (33,85,94).

  • red value is 33;
  • green value is 85;
  • blue value is 94.
RGB:
(33,85,94)
(13%,33%,37%)

RGB channels and saturation

R 33 of 255 = 13%
G 85 of 255 = 33%
B 94 of 255 = 37%

33
85
94

R + G + B ~ 28%. #21555E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 85 + 94 = 212 (100%)
R 33 of 212 ~ 15.57%
G 85 of 212 ~ 40.09%
B 94 of 212 ~ 44.34%

%15.57
%40.09
%44.34

CMYK color model

#21555E color CMYK value is (65,10,0,63).

  • cyan value is 64.89%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(65,10,0,63)
C65M10Y0K63 
(65%,10%,0%,63%)
(0.65/0.10/0.00/0.63)	

CMYK percentages

%64.89
%9.57
%0
%63.14

Codes

Color #21555E in popluar color models

21555E
RGB338594
HSL189°48.03%24.90%
HSB/HSV189°64.89%36.86%
CMYK64.89%9.57%0.00%
63.14%

Color #21555E in popluar number systems.

HEX21555E
Decimal338594
Binary10000110101011011110
Octal41125136

Shades and tints

Shades of #21555E

#21555E
(33,85,94)
#1E4E56
(30,78,86)
#1B474E
(27,71,78)
#184046
(24,64,70)
#15393E
(21,57,62)
#123236
(18,50,54)
#0F2B2E
(15,43,46)
#0C2426
(12,36,38)
#091D1E
(9,29,30)
#061616
(6,22,22)
#030F0E
(3,15,14)
#000000
(0,0,0)

Tints of #21555E

#21555E
(33,85,94)
#35646C
(53,100,108)
#49737A
(73,115,122)
#5D8288
(93,130,136)
#719196
(113,145,150)
#85A0A4
(133,160,164)
#99AFB2
(153,175,178)
#ADBEC0
(173,190,192)
#C1CDCE
(193,205,206)
#D5DCDC
(213,220,220)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21555E color. Also use rgb(33,85,94) instead hex code.

Text Font Color

.myTextColor { color: #21555E; }

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

This text font color is #21555E.


Background Color

.myBgColor { background-color: #21555E; }

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

This div background color is #21555E.


Border color

.myBorderColor { border: 1px solid #21555E; }

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

This div border color is #21555E.


Opacity

.myOpacity80 { color: #21555E; opacity: 0.8; }

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

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

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

This text has shadow with #21555E color.

.textShadow {text-shadow: 3px 3px 1px #21555E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21555E on black background.


Color preview on white background

This text has color #21555E on white background.



Black color preview on #21555E background

This text has black color on #21555E background.


White color preview on #21555E background

This text has white color on #21555E background.