COLOR #214243

HEX: #214243 RGB: (33,66,67)

Color info

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

RGB color model

#214243 color RGB value is (33,66,67).

RGB: (33,66,67) (13%, 26%, 26%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 67 of 255 = 26%

33
66
67

R + G + B ~ 22%. #214243 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 66 + 67 = 166 (100%)
R 33 of 166 ~ 19.88%
G 66 of 166 ~ 39.76%
B 67 of 166 ~ 40.36'%

%19.88
%39.76
%40.36

CMYK color model

#214243 color CMYK value is (51,1,0,74).

  • cyan value is 50.75%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (51,1,0,74)
C51M1Y0K74 (51%, 1%, 0%, 74%)
(0.51 / 0.01 / 0.00 / 0.74)

CMYK percentages

%50.75
%1.49
%0
%73.73

Codes

Color #214243 in popluar color models

21 42 43
RGB 33 66 67
HSL 182° 34.00% 19.61%
HSB/HSV 182° 50.75% 26.27%
CMYK 50.75% 1.49% 0.00%
73.73%

Color #214243 in popluar number systems.

HEX 21 42 43
Decimal 33 66 67
Binary 100001 1000010 1000011
Octal 41 102 103

Shades and tints

Shades of #214243

#214243
(33,66,67)
#1E3C3D
(30,60,61)
#1B3637
(27,54,55)
#183031
(24,48,49)
#152A2B
(21,42,43)
#122425
(18,36,37)
#0F1E1F
(15,30,31)
#0C1819
(12,24,25)
#091213
(9,18,19)
#060C0D
(6,12,13)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #214243

#214243
(33,66,67)
#355354
(53,83,84)
#496465
(73,100,101)
#5D7576
(93,117,118)
#718687
(113,134,135)
#859798
(133,151,152)
#99A8A9
(153,168,169)
#ADB9BA
(173,185,186)
#C1CACB
(193,202,203)
#D5DBDC
(213,219,220)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214243 color. Also use rgb(33,66,67) instead hex code.

Text Font Color

.myTextColor { color: #214243; }

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

This text font color is #214243.

Background Color

.myBgColor { background-color: #214243; }

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

This div background color is #214243.

Border color

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

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

This div border color is #214243.

Opacity

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

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

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

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

This text has shadow with #214243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214243.

Preview

Color preview on black background

This text has color #214243 on black background.


Color preview on white background

This text has color #214243 on white background.


Black color preview on #214243 background

This text has black color on #214243 background.


White color preview on #214243 background

This text has white color on #214243 background.


Related colors

Complementary color

Complementary color for #hex is #DEBDBC.


I love getcolorcode.com

Triadic colors

1 #432142 and #424321 with #214243 are triadic colors.

2 #434221 and #422143 with #214243 are triadic colors.