COLOR #215346

HEX: #215346
RGB: (33,83,70)

Color info

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

RGB color model

#215346 color RGB value is (33,83,70).

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

RGB channels and saturation

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

33
83
70

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

Portions of RGB colors in percentages

R + G + B =
33 + 83 + 70 = 186 (100%)
R 33 of 186 ~ 17.74%
G 83 of 186 ~ 44.62%
B 70 of 186 ~ 37.63%

%17.74
%44.62
%37.63

CMYK color model

#215346 color CMYK value is (60,0,16,67).

  • cyan value is 60.24%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(60,0,16,67)
C60M0Y16K67 
(60%,0%,16%,67%)
(0.60/0.00/0.16/0.67)	

CMYK percentages

%60.24
%0
%15.66
%67.45

Codes

Color #215346 in popluar color models

215346
RGB338370
HSL164°43.10%22.75%
HSB/HSV164°60.24%32.55%
CMYK60.24%0.00%15.66%
67.45%

Color #215346 in popluar number systems.

HEX215346
Decimal338370
Binary10000110100111000110
Octal41123106

Shades and tints

Shades of #215346

#215346
(33,83,70)
#1E4C40
(30,76,64)
#1B453A
(27,69,58)
#183E34
(24,62,52)
#15372E
(21,55,46)
#123028
(18,48,40)
#0F2922
(15,41,34)
#0C221C
(12,34,28)
#091B16
(9,27,22)
#061410
(6,20,16)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #215346

#215346
(33,83,70)
#356256
(53,98,86)
#497166
(73,113,102)
#5D8076
(93,128,118)
#718F86
(113,143,134)
#859E96
(133,158,150)
#99ADA6
(153,173,166)
#ADBCB6
(173,188,182)
#C1CBC6
(193,203,198)
#D5DAD6
(213,218,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215346; }

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

This text font color is #215346.


Background Color

.myBgColor { background-color: #215346; }

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

This div background color is #215346.


Border color

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

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

This div border color is #215346.


Opacity

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

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

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

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

This text has shadow with #215346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215346 on black background.


Color preview on white background

This text has color #215346 on white background.



Black color preview on #215346 background

This text has black color on #215346 background.


White color preview on #215346 background

This text has white color on #215346 background.