COLOR #216753

HEX: #216753
RGB: (33,103,83)

Color info

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

RGB color model

#216753 color RGB value is (33,103,83).

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

RGB channels and saturation

R 33 of 255 = 13%
G 103 of 255 = 40%
B 83 of 255 = 33%

33
103
83

R + G + B ~ 29%. #216753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 103 + 83 = 219 (100%)
R 33 of 219 ~ 15.07%
G 103 of 219 ~ 47.03%
B 83 of 219 ~ 37.9%

%15.07
%47.03
%37.9

CMYK color model

#216753 color CMYK value is (68,0,19,60).

  • cyan value is 67.96%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK:
(68,0,19,60)
C68M0Y19K60 
(68%,0%,19%,60%)
(0.68/0.00/0.19/0.60)	

CMYK percentages

%67.96
%0
%19.42
%59.61

Codes

Color #216753 in popluar color models

216753
RGB3310383
HSL163°51.47%26.67%
HSB/HSV163°67.96%40.39%
CMYK67.96%0.00%19.42%
59.61%

Color #216753 in popluar number systems.

HEX216753
Decimal3310383
Binary10000111001111010011
Octal41147123

Shades and tints

Shades of #216753

#216753
(33,103,83)
#1E5E4C
(30,94,76)
#1B5545
(27,85,69)
#184C3E
(24,76,62)
#154337
(21,67,55)
#123A30
(18,58,48)
#0F3129
(15,49,41)
#0C2822
(12,40,34)
#091F1B
(9,31,27)
#061614
(6,22,20)
#030D0D
(3,13,13)
#000000
(0,0,0)

Tints of #216753

#216753
(33,103,83)
#357462
(53,116,98)
#498171
(73,129,113)
#5D8E80
(93,142,128)
#719B8F
(113,155,143)
#85A89E
(133,168,158)
#99B5AD
(153,181,173)
#ADC2BC
(173,194,188)
#C1CFCB
(193,207,203)
#D5DCDA
(213,220,218)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216753; }

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

This text font color is #216753.


Background Color

.myBgColor { background-color: #216753; }

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

This div background color is #216753.


Border color

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

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

This div border color is #216753.


Opacity

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

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

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

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

This text has shadow with #216753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216753 on black background.


Color preview on white background

This text has color #216753 on white background.



Black color preview on #216753 background

This text has black color on #216753 background.


White color preview on #216753 background

This text has white color on #216753 background.