COLOR #214C2C

HEX: #214C2C
RGB: (33,76,44)

Color info

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

RGB color model

#214C2C color RGB value is (33,76,44).

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

RGB channels and saturation

R 33 of 255 = 13%
G 76 of 255 = 30%
B 44 of 255 = 17%

33
76
44

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

Portions of RGB colors in percentages

R + G + B =
33 + 76 + 44 = 153 (100%)
R 33 of 153 ~ 21.57%
G 76 of 153 ~ 49.67%
B 44 of 153 ~ 28.76%

%21.57
%49.67
%28.76

CMYK color model

#214C2C color CMYK value is (57,0,42,70).

  • cyan value is 56.58%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 70.20%
CMYK:
(57,0,42,70)
C57M0Y42K70 
(57%,0%,42%,70%)
(0.57/0.00/0.42/0.70)	

CMYK percentages

%56.58
%0
%42.11
%70.2

Codes

Color #214C2C in popluar color models

214C2C
RGB337644
HSL135°39.45%21.37%
HSB/HSV135°56.58%29.80%
CMYK56.58%0.00%42.11%
70.20%

Color #214C2C in popluar number systems.

HEX214C2C
Decimal337644
Binary1000011001100101100
Octal4111454

Shades and tints

Shades of #214C2C

#214C2C
(33,76,44)
#1E4628
(30,70,40)
#1B4024
(27,64,36)
#183A20
(24,58,32)
#15341C
(21,52,28)
#122E18
(18,46,24)
#0F2814
(15,40,20)
#0C2210
(12,34,16)
#091C0C
(9,28,12)
#061608
(6,22,8)
#031004
(3,16,4)
#000000
(0,0,0)

Tints of #214C2C

#214C2C
(33,76,44)
#355C3F
(53,92,63)
#496C52
(73,108,82)
#5D7C65
(93,124,101)
#718C78
(113,140,120)
#859C8B
(133,156,139)
#99AC9E
(153,172,158)
#ADBCB1
(173,188,177)
#C1CCC4
(193,204,196)
#D5DCD7
(213,220,215)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214C2C; }

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

This text font color is #214C2C.


Background Color

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

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

This div background color is #214C2C.


Border color

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

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

This div border color is #214C2C.


Opacity

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

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

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

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

This text has shadow with #214C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214C2C on black background.


Color preview on white background

This text has color #214C2C on white background.



Black color preview on #214C2C background

This text has black color on #214C2C background.


White color preview on #214C2C background

This text has white color on #214C2C background.