COLOR #214C2E

HEX: #214C2E
RGB: (33,76,46)

Color info

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

RGB color model

#214C2E color RGB value is (33,76,46).

  • red value is 33;
  • green value is 76;
  • blue value is 46.
RGB:
(33,76,46)
(13%,30%,18%)

RGB channels and saturation

R 33 of 255 = 13%
G 76 of 255 = 30%
B 46 of 255 = 18%

33
76
46

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

Portions of RGB colors in percentages

R + G + B =
33 + 76 + 46 = 155 (100%)
R 33 of 155 ~ 21.29%
G 76 of 155 ~ 49.03%
B 46 of 155 ~ 29.68%

%21.29
%49.03
%29.68

CMYK color model

#214C2E color CMYK value is (57,0,39,70).

  • cyan value is 56.58%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 70.20%
CMYK:
(57,0,39,70)
C57M0Y39K70 
(57%,0%,39%,70%)
(0.57/0.00/0.39/0.70)	

CMYK percentages

%56.58
%0
%39.47
%70.2

Codes

Color #214C2E in popluar color models

214C2E
RGB337646
HSL138°39.45%21.37%
HSB/HSV138°56.58%29.80%
CMYK56.58%0.00%39.47%
70.20%

Color #214C2E in popluar number systems.

HEX214C2E
Decimal337646
Binary1000011001100101110
Octal4111456

Shades and tints

Shades of #214C2E

#214C2E
(33,76,46)
#1E462A
(30,70,42)
#1B4026
(27,64,38)
#183A22
(24,58,34)
#15341E
(21,52,30)
#122E1A
(18,46,26)
#0F2816
(15,40,22)
#0C2212
(12,34,18)
#091C0E
(9,28,14)
#06160A
(6,22,10)
#031006
(3,16,6)
#000000
(0,0,0)

Tints of #214C2E

#214C2E
(33,76,46)
#355C41
(53,92,65)
#496C54
(73,108,84)
#5D7C67
(93,124,103)
#718C7A
(113,140,122)
#859C8D
(133,156,141)
#99ACA0
(153,172,160)
#ADBCB3
(173,188,179)
#C1CCC6
(193,204,198)
#D5DCD9
(213,220,217)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214C2E color. Also use rgb(33,76,46) instead hex code.

Text Font Color

.myTextColor { color: #214C2E; }

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

This text font color is #214C2E.


Background Color

.myBgColor { background-color: #214C2E; }

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

This div background color is #214C2E.


Border color

.myBorderColor { border: 1px solid #214C2E; }

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

This div border color is #214C2E.


Opacity

.myOpacity80 { color: #214C2E; opacity: 0.8; }

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

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

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

This text has shadow with #214C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214C2E on black background.


Color preview on white background

This text has color #214C2E on white background.



Black color preview on #214C2E background

This text has black color on #214C2E background.


White color preview on #214C2E background

This text has white color on #214C2E background.