COLOR #214732

HEX: #214732
RGB: (33,71,50)

Color info

#214732 contains red, green and blue colors in about the same proportion. Web safe color of #214732 is #333333 (or #333).

RGB color model

#214732 color RGB value is (33,71,50).

  • red value is 33;
  • green value is 71;
  • blue value is 50.
RGB:
(33,71,50)
(13%,28%,20%)

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 50 of 255 = 20%

33
71
50

R + G + B ~ 20%. #214732 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 71 + 50 = 154 (100%)
R 33 of 154 ~ 21.43%
G 71 of 154 ~ 46.1%
B 50 of 154 ~ 32.47%

%21.43
%46.1
%32.47

CMYK color model

#214732 color CMYK value is (54,0,30,72).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(54,0,30,72)
C54M0Y30K72 
(54%,0%,30%,72%)
(0.54/0.00/0.30/0.72)	

CMYK percentages

%53.52
%0
%29.58
%72.16

Codes

Color #214732 in popluar color models

214732
RGB337150
HSL147°36.54%20.39%
HSB/HSV147°53.52%27.84%
CMYK53.52%0.00%29.58%
72.16%

Color #214732 in popluar number systems.

HEX214732
Decimal337150
Binary1000011000111110010
Octal4110762

Shades and tints

Shades of #214732

#214732
(33,71,50)
#1E412E
(30,65,46)
#1B3B2A
(27,59,42)
#183526
(24,53,38)
#152F22
(21,47,34)
#12291E
(18,41,30)
#0F231A
(15,35,26)
#0C1D16
(12,29,22)
#091712
(9,23,18)
#06110E
(6,17,14)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #214732

#214732
(33,71,50)
#355744
(53,87,68)
#496756
(73,103,86)
#5D7768
(93,119,104)
#71877A
(113,135,122)
#85978C
(133,151,140)
#99A79E
(153,167,158)
#ADB7B0
(173,183,176)
#C1C7C2
(193,199,194)
#D5D7D4
(213,215,212)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214732 color. Also use rgb(33,71,50) instead hex code.

Text Font Color

.myTextColor { color: #214732; }

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

This text font color is #214732.


Background Color

.myBgColor { background-color: #214732; }

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

This div background color is #214732.


Border color

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

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

This div border color is #214732.


Opacity

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

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

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

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

This text has shadow with #214732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214732 on black background.


Color preview on white background

This text has color #214732 on white background.



Black color preview on #214732 background

This text has black color on #214732 background.


White color preview on #214732 background

This text has white color on #214732 background.