COLOR #214728

HEX: #214728
RGB: (33,71,40)

Color info

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

RGB color model

#214728 color RGB value is (33,71,40).

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

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 40 of 255 = 16%

33
71
40

R + G + B ~ 19%. #214728 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 71 + 40 = 144 (100%)
R 33 of 144 ~ 22.92%
G 71 of 144 ~ 49.31%
B 40 of 144 ~ 27.78%

%22.92
%49.31
%27.78

CMYK color model

#214728 color CMYK value is (54,0,44,72).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(54,0,44,72)
C54M0Y44K72 
(54%,0%,44%,72%)
(0.54/0.00/0.44/0.72)	

CMYK percentages

%53.52
%0
%43.66
%72.16

Codes

Color #214728 in popluar color models

214728
RGB337140
HSL131°36.54%20.39%
HSB/HSV131°53.52%27.84%
CMYK53.52%0.00%43.66%
72.16%

Color #214728 in popluar number systems.

HEX214728
Decimal337140
Binary1000011000111101000
Octal4110750

Shades and tints

Shades of #214728

#214728
(33,71,40)
#1E4125
(30,65,37)
#1B3B22
(27,59,34)
#18351F
(24,53,31)
#152F1C
(21,47,28)
#122919
(18,41,25)
#0F2316
(15,35,22)
#0C1D13
(12,29,19)
#091710
(9,23,16)
#06110D
(6,17,13)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #214728

#214728
(33,71,40)
#35573B
(53,87,59)
#49674E
(73,103,78)
#5D7761
(93,119,97)
#718774
(113,135,116)
#859787
(133,151,135)
#99A79A
(153,167,154)
#ADB7AD
(173,183,173)
#C1C7C0
(193,199,192)
#D5D7D3
(213,215,211)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214728; }

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

This text font color is #214728.


Background Color

.myBgColor { background-color: #214728; }

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

This div background color is #214728.


Border color

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

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

This div border color is #214728.


Opacity

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

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

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

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

This text has shadow with #214728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214728 on black background.


Color preview on white background

This text has color #214728 on white background.



Black color preview on #214728 background

This text has black color on #214728 background.


White color preview on #214728 background

This text has white color on #214728 background.