COLOR #21565A

HEX: #21565A
RGB: (33,86,90)

Color info

#21565A contains red, green and blue colors in about the same proportion. Web safe color of #21565A is #336666 (or #366).

RGB color model

#21565A color RGB value is (33,86,90).

  • red value is 33;
  • green value is 86;
  • blue value is 90.
RGB:
(33,86,90)
(13%,34%,35%)

RGB channels and saturation

R 33 of 255 = 13%
G 86 of 255 = 34%
B 90 of 255 = 35%

33
86
90

R + G + B ~ 27%. #21565A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 86 + 90 = 209 (100%)
R 33 of 209 ~ 15.79%
G 86 of 209 ~ 41.15%
B 90 of 209 ~ 43.06%

%15.79
%41.15
%43.06

CMYK color model

#21565A color CMYK value is (63,4,0,65).

  • cyan value is 63.33%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(63,4,0,65)
C63M4Y0K65 
(63%,4%,0%,65%)
(0.63/0.04/0.00/0.65)	

CMYK percentages

%63.33
%4.44
%0
%64.71

Codes

Color #21565A in popluar color models

21565A
RGB338690
HSL184°46.34%24.12%
HSB/HSV184°63.33%35.29%
CMYK63.33%4.44%0.00%
64.71%

Color #21565A in popluar number systems.

HEX21565A
Decimal338690
Binary10000110101101011010
Octal41126132

Shades and tints

Shades of #21565A

#21565A
(33,86,90)
#1E4F52
(30,79,82)
#1B484A
(27,72,74)
#184142
(24,65,66)
#153A3A
(21,58,58)
#123332
(18,51,50)
#0F2C2A
(15,44,42)
#0C2522
(12,37,34)
#091E1A
(9,30,26)
#061712
(6,23,18)
#03100A
(3,16,10)
#000000
(0,0,0)

Tints of #21565A

#21565A
(33,86,90)
#356569
(53,101,105)
#497478
(73,116,120)
#5D8387
(93,131,135)
#719296
(113,146,150)
#85A1A5
(133,161,165)
#99B0B4
(153,176,180)
#ADBFC3
(173,191,195)
#C1CED2
(193,206,210)
#D5DDE1
(213,221,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21565A color. Also use rgb(33,86,90) instead hex code.

Text Font Color

.myTextColor { color: #21565A; }

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

This text font color is #21565A.


Background Color

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

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

This div background color is #21565A.


Border color

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

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

This div border color is #21565A.


Opacity

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

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

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

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

This text has shadow with #21565A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21565A on black background.


Color preview on white background

This text has color #21565A on white background.



Black color preview on #21565A background

This text has black color on #21565A background.


White color preview on #21565A background

This text has white color on #21565A background.