COLOR #215B75

HEX: #215B75
RGB: (33,91,117)

Color info

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

RGB color model

#215B75 color RGB value is (33,91,117).

  • red value is 33;
  • green value is 91;
  • blue value is 117.
RGB:
(33,91,117)
(13%,36%,46%)

RGB channels and saturation

R 33 of 255 = 13%
G 91 of 255 = 36%
B 117 of 255 = 46%

33
91
117

R + G + B ~ 32%. #215B75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 91 + 117 = 241 (100%)
R 33 of 241 ~ 13.69%
G 91 of 241 ~ 37.76%
B 117 of 241 ~ 48.55%

%13.69
%37.76
%48.55

CMYK color model

#215B75 color CMYK value is (72,22,0,54).

  • cyan value is 71.79%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(72,22,0,54)
C72M22Y0K54 
(72%,22%,0%,54%)
(0.72/0.22/0.00/0.54)	

CMYK percentages

%71.79
%22.22
%0
%54.12

Codes

Color #215B75 in popluar color models

215B75
RGB3391117
HSL199°56.00%29.41%
HSB/HSV199°71.79%45.88%
CMYK71.79%22.22%0.00%
54.12%

Color #215B75 in popluar number systems.

HEX215B75
Decimal3391117
Binary10000110110111110101
Octal41133165

Shades and tints

Shades of #215B75

#215B75
(33,91,117)
#1E536B
(30,83,107)
#1B4B61
(27,75,97)
#184357
(24,67,87)
#153B4D
(21,59,77)
#123343
(18,51,67)
#0F2B39
(15,43,57)
#0C232F
(12,35,47)
#091B25
(9,27,37)
#06131B
(6,19,27)
#030B11
(3,11,17)
#000000
(0,0,0)

Tints of #215B75

#215B75
(33,91,117)
#356981
(53,105,129)
#49778D
(73,119,141)
#5D8599
(93,133,153)
#7193A5
(113,147,165)
#85A1B1
(133,161,177)
#99AFBD
(153,175,189)
#ADBDC9
(173,189,201)
#C1CBD5
(193,203,213)
#D5D9E1
(213,217,225)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215B75 color. Also use rgb(33,91,117) instead hex code.

Text Font Color

.myTextColor { color: #215B75; }

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

This text font color is #215B75.


Background Color

.myBgColor { background-color: #215B75; }

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

This div background color is #215B75.


Border color

.myBorderColor { border: 1px solid #215B75; }

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

This div border color is #215B75.


Opacity

.myOpacity80 { color: #215B75; opacity: 0.8; }

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

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

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

This text has shadow with #215B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215B75 on black background.


Color preview on white background

This text has color #215B75 on white background.



Black color preview on #215B75 background

This text has black color on #215B75 background.


White color preview on #215B75 background

This text has white color on #215B75 background.