COLOR #215344

HEX: #215344
RGB: (33,83,68)

Color info

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

RGB color model

#215344 color RGB value is (33,83,68).

  • red value is 33;
  • green value is 83;
  • blue value is 68.
RGB:
(33,83,68)
(13%,33%,27%)

RGB channels and saturation

R 33 of 255 = 13%
G 83 of 255 = 33%
B 68 of 255 = 27%

33
83
68

R + G + B ~ 24%. #215344 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 83 + 68 = 184 (100%)
R 33 of 184 ~ 17.93%
G 83 of 184 ~ 45.11%
B 68 of 184 ~ 36.96%

%17.93
%45.11
%36.96

CMYK color model

#215344 color CMYK value is (60,0,18,67).

  • cyan value is 60.24%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 67.45%
CMYK:
(60,0,18,67)
C60M0Y18K67 
(60%,0%,18%,67%)
(0.60/0.00/0.18/0.67)	

CMYK percentages

%60.24
%0
%18.07
%67.45

Codes

Color #215344 in popluar color models

215344
RGB338368
HSL162°43.10%22.75%
HSB/HSV162°60.24%32.55%
CMYK60.24%0.00%18.07%
67.45%

Color #215344 in popluar number systems.

HEX215344
Decimal338368
Binary10000110100111000100
Octal41123104

Shades and tints

Shades of #215344

#215344
(33,83,68)
#1E4C3E
(30,76,62)
#1B4538
(27,69,56)
#183E32
(24,62,50)
#15372C
(21,55,44)
#123026
(18,48,38)
#0F2920
(15,41,32)
#0C221A
(12,34,26)
#091B14
(9,27,20)
#06140E
(6,20,14)
#030D08
(3,13,8)
#000000
(0,0,0)

Tints of #215344

#215344
(33,83,68)
#356255
(53,98,85)
#497166
(73,113,102)
#5D8077
(93,128,119)
#718F88
(113,143,136)
#859E99
(133,158,153)
#99ADAA
(153,173,170)
#ADBCBB
(173,188,187)
#C1CBCC
(193,203,204)
#D5DADD
(213,218,221)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215344 color. Also use rgb(33,83,68) instead hex code.

Text Font Color

.myTextColor { color: #215344; }

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

This text font color is #215344.


Background Color

.myBgColor { background-color: #215344; }

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

This div background color is #215344.


Border color

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

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

This div border color is #215344.


Opacity

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

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

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

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

This text has shadow with #215344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215344 on black background.


Color preview on white background

This text has color #215344 on white background.



Black color preview on #215344 background

This text has black color on #215344 background.


White color preview on #215344 background

This text has white color on #215344 background.