COLOR #215140

HEX: #215140
RGB: (33,81,64)

Color info

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

RGB color model

#215140 color RGB value is (33,81,64).

  • red value is 33;
  • green value is 81;
  • blue value is 64.
RGB:
(33,81,64)
(13%,32%,25%)

RGB channels and saturation

R 33 of 255 = 13%
G 81 of 255 = 32%
B 64 of 255 = 25%

33
81
64

R + G + B ~ 23%. #215140 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 81 + 64 = 178 (100%)
R 33 of 178 ~ 18.54%
G 81 of 178 ~ 45.51%
B 64 of 178 ~ 35.96%

%18.54
%45.51
%35.96

CMYK color model

#215140 color CMYK value is (59,0,21,68).

  • cyan value is 59.26%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK:
(59,0,21,68)
C59M0Y21K68 
(59%,0%,21%,68%)
(0.59/0.00/0.21/0.68)	

CMYK percentages

%59.26
%0
%20.99
%68.24

Codes

Color #215140 in popluar color models

215140
RGB338164
HSL159°42.11%22.35%
HSB/HSV159°59.26%31.76%
CMYK59.26%0.00%20.99%
68.24%

Color #215140 in popluar number systems.

HEX215140
Decimal338164
Binary10000110100011000000
Octal41121100

Shades and tints

Shades of #215140

#215140
(33,81,64)
#1E4A3B
(30,74,59)
#1B4336
(27,67,54)
#183C31
(24,60,49)
#15352C
(21,53,44)
#122E27
(18,46,39)
#0F2722
(15,39,34)
#0C201D
(12,32,29)
#091918
(9,25,24)
#061213
(6,18,19)
#030B0E
(3,11,14)
#000000
(0,0,0)

Tints of #215140

#215140
(33,81,64)
#356051
(53,96,81)
#496F62
(73,111,98)
#5D7E73
(93,126,115)
#718D84
(113,141,132)
#859C95
(133,156,149)
#99ABA6
(153,171,166)
#ADBAB7
(173,186,183)
#C1C9C8
(193,201,200)
#D5D8D9
(213,216,217)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215140 color. Also use rgb(33,81,64) instead hex code.

Text Font Color

.myTextColor { color: #215140; }

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

This text font color is #215140.


Background Color

.myBgColor { background-color: #215140; }

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

This div background color is #215140.


Border color

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

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

This div border color is #215140.


Opacity

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

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

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

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

This text has shadow with #215140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215140 on black background.


Color preview on white background

This text has color #215140 on white background.



Black color preview on #215140 background

This text has black color on #215140 background.


White color preview on #215140 background

This text has white color on #215140 background.