COLOR #215649

HEX: #215649
RGB: (33,86,73)

Color info

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

RGB color model

#215649 color RGB value is (33,86,73).

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

RGB channels and saturation

R 33 of 255 = 13%
G 86 of 255 = 34%
B 73 of 255 = 29%

33
86
73

R + G + B ~ 25%. #215649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 86 + 73 = 192 (100%)
R 33 of 192 ~ 17.19%
G 86 of 192 ~ 44.79%
B 73 of 192 ~ 38.02%

%17.19
%44.79
%38.02

CMYK color model

#215649 color CMYK value is (62,0,15,66).

  • cyan value is 61.63%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 66.27%
CMYK: (62,0,15,66) C62M0Y15K66 (62%,0%,15%,66%) (0.62/0.00/0.15/0.66)

CMYK percentages

%61.63
%0
%15.12
%66.27

Codes

Color #215649 in popluar color models

215649
RGB338673
HSL165°44.54%23.33%
HSB/HSV165°61.63%33.73%
CMYK61.63%0.00%15.12%
66.27%

Color #215649 in popluar number systems.

HEX215649
Decimal338673
Binary10000110101101001001
Octal41126111

Shades and tints

Shades of #215649

#215649
(33,86,73)
#1E4F43
(30,79,67)
#1B483D
(27,72,61)
#184137
(24,65,55)
#153A31
(21,58,49)
#12332B
(18,51,43)
#0F2C25
(15,44,37)
#0C251F
(12,37,31)
#091E19
(9,30,25)
#061713
(6,23,19)
#03100D
(3,16,13)
#000000
(0,0,0)

Tints of #215649

#215649
(33,86,73)
#356559
(53,101,89)
#497469
(73,116,105)
#5D8379
(93,131,121)
#719289
(113,146,137)
#85A199
(133,161,153)
#99B0A9
(153,176,169)
#ADBFB9
(173,191,185)
#C1CEC9
(193,206,201)
#D5DDD9
(213,221,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215649; }

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

This text font color is #215649.


Background Color

.myBgColor { background-color: #215649; }

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

This div background color is #215649.


Border color

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

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

This div border color is #215649.


Opacity

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

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

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

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

This text has shadow with #215649 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #215649 on black background.


Color preview on white background

This text has color #215649 on white background.



Black color preview on #215649 background

This text has black color on #215649 background.


White color preview on #215649 background

This text has white color on #215649 background.