COLOR #214C4A

HEX: #214C4A
RGB: (33,76,74)

Color info

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

RGB color model

#214C4A color RGB value is (33,76,74).

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

RGB channels and saturation

R 33 of 255 = 13%
G 76 of 255 = 30%
B 74 of 255 = 29%

33
76
74

R + G + B ~ 24%. #214C4A is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 76 + 74 = 183 (100%)
R 33 of 183 ~ 18.03%
G 76 of 183 ~ 41.53%
B 74 of 183 ~ 40.44%

%18.03
%41.53
%40.44

CMYK color model

#214C4A color CMYK value is (57,0,3,70).

  • cyan value is 56.58%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(57,0,3,70)
C57M0Y3K70 
(57%,0%,3%,70%)
(0.57/0.00/0.03/0.70)	

CMYK percentages

%56.58
%0
%2.63
%70.2

Codes

Color #214C4A in popluar color models

214C4A
RGB337674
HSL177°39.45%21.37%
HSB/HSV177°56.58%29.80%
CMYK56.58%0.00%2.63%
70.20%

Color #214C4A in popluar number systems.

HEX214C4A
Decimal337674
Binary10000110011001001010
Octal41114112

Shades and tints

Shades of #214C4A

#214C4A
(33,76,74)
#1E4644
(30,70,68)
#1B403E
(27,64,62)
#183A38
(24,58,56)
#153432
(21,52,50)
#122E2C
(18,46,44)
#0F2826
(15,40,38)
#0C2220
(12,34,32)
#091C1A
(9,28,26)
#061614
(6,22,20)
#03100E
(3,16,14)
#000000
(0,0,0)

Tints of #214C4A

#214C4A
(33,76,74)
#355C5A
(53,92,90)
#496C6A
(73,108,106)
#5D7C7A
(93,124,122)
#718C8A
(113,140,138)
#859C9A
(133,156,154)
#99ACAA
(153,172,170)
#ADBCBA
(173,188,186)
#C1CCCA
(193,204,202)
#D5DCDA
(213,220,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214C4A; }

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

This text font color is #214C4A.


Background Color

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

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

This div background color is #214C4A.


Border color

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

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

This div border color is #214C4A.


Opacity

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

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

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

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

This text has shadow with #214C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214C4A on black background.


Color preview on white background

This text has color #214C4A on white background.



Black color preview on #214C4A background

This text has black color on #214C4A background.


White color preview on #214C4A background

This text has white color on #214C4A background.