COLOR #215464

HEX: #215464
RGB: (33,84,100)

Color info

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

RGB color model

#215464 color RGB value is (33,84,100).

  • red value is 33;
  • green value is 84;
  • blue value is 100.
RGB:
(33,84,100)
(13%,33%,39%)

RGB channels and saturation

R 33 of 255 = 13%
G 84 of 255 = 33%
B 100 of 255 = 39%

33
84
100

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

Portions of RGB colors in percentages

R + G + B =
33 + 84 + 100 = 217 (100%)
R 33 of 217 ~ 15.21%
G 84 of 217 ~ 38.71%
B 100 of 217 ~ 46.08%

%15.21
%38.71
%46.08

CMYK color model

#215464 color CMYK value is (67,16,0,61).

  • cyan value is 67.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(67,16,0,61)
C67M16Y0K61 
(67%,16%,0%,61%)
(0.67/0.16/0.00/0.61)	

CMYK percentages

%67
%16
%0
%60.78

Codes

Color #215464 in popluar color models

215464
RGB3384100
HSL194°50.38%26.08%
HSB/HSV194°67.00%39.22%
CMYK67.00%16.00%0.00%
60.78%

Color #215464 in popluar number systems.

HEX215464
Decimal3384100
Binary10000110101001100100
Octal41124144

Shades and tints

Shades of #215464

#215464
(33,84,100)
#1E4D5B
(30,77,91)
#1B4652
(27,70,82)
#183F49
(24,63,73)
#153840
(21,56,64)
#123137
(18,49,55)
#0F2A2E
(15,42,46)
#0C2325
(12,35,37)
#091C1C
(9,28,28)
#061513
(6,21,19)
#030E0A
(3,14,10)
#000000
(0,0,0)

Tints of #215464

#215464
(33,84,100)
#356372
(53,99,114)
#497280
(73,114,128)
#5D818E
(93,129,142)
#71909C
(113,144,156)
#859FAA
(133,159,170)
#99AEB8
(153,174,184)
#ADBDC6
(173,189,198)
#C1CCD4
(193,204,212)
#D5DBE2
(213,219,226)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215464 color. Also use rgb(33,84,100) instead hex code.

Text Font Color

.myTextColor { color: #215464; }

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

This text font color is #215464.


Background Color

.myBgColor { background-color: #215464; }

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

This div background color is #215464.


Border color

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

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

This div border color is #215464.


Opacity

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

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

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

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

This text has shadow with #215464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215464 on black background.


Color preview on white background

This text has color #215464 on white background.



Black color preview on #215464 background

This text has black color on #215464 background.


White color preview on #215464 background

This text has white color on #215464 background.