COLOR #214041

HEX: #214041
RGB: (33,64,65)

Color info

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

RGB color model

#214041 color RGB value is (33,64,65).

  • red value is 33;
  • green value is 64;
  • blue value is 65.
RGB:
(33,64,65)
(13%,25%,25%)

RGB channels and saturation

R 33 of 255 = 13%
G 64 of 255 = 25%
B 65 of 255 = 25%

33
64
65

R + G + B ~ 21%. #214041 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 64 + 65 = 162 (100%)
R 33 of 162 ~ 20.37%
G 64 of 162 ~ 39.51%
B 65 of 162 ~ 40.12%

%20.37
%39.51
%40.12

CMYK color model

#214041 color CMYK value is (49,2,0,75).

  • cyan value is 49.23%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(49,2,0,75)
C49M2Y0K75 
(49%,2%,0%,75%)
(0.49/0.02/0.00/0.75)	

CMYK percentages

%49.23
%1.54
%0
%74.51

Codes

Color #214041 in popluar color models

214041
RGB336465
HSL182°32.65%19.22%
HSB/HSV182°49.23%25.49%
CMYK49.23%1.54%0.00%
74.51%

Color #214041 in popluar number systems.

HEX214041
Decimal336465
Binary10000110000001000001
Octal41100101

Shades and tints

Shades of #214041

#214041
(33,64,65)
#1E3B3C
(30,59,60)
#1B3637
(27,54,55)
#183132
(24,49,50)
#152C2D
(21,44,45)
#122728
(18,39,40)
#0F2223
(15,34,35)
#0C1D1E
(12,29,30)
#091819
(9,24,25)
#061314
(6,19,20)
#030E0F
(3,14,15)
#000000
(0,0,0)

Tints of #214041

#214041
(33,64,65)
#355152
(53,81,82)
#496263
(73,98,99)
#5D7374
(93,115,116)
#718485
(113,132,133)
#859596
(133,149,150)
#99A6A7
(153,166,167)
#ADB7B8
(173,183,184)
#C1C8C9
(193,200,201)
#D5D9DA
(213,217,218)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214041 color. Also use rgb(33,64,65) instead hex code.

Text Font Color

.myTextColor { color: #214041; }

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

This text font color is #214041.


Background Color

.myBgColor { background-color: #214041; }

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

This div background color is #214041.


Border color

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

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

This div border color is #214041.


Opacity

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

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

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

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

This text has shadow with #214041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214041 on black background.


Color preview on white background

This text has color #214041 on white background.



Black color preview on #214041 background

This text has black color on #214041 background.


White color preview on #214041 background

This text has white color on #214041 background.