COLOR #214136

HEX: #214136
RGB: (33,65,54)

Color info

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

RGB color model

#214136 color RGB value is (33,65,54).

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

RGB channels and saturation

R 33 of 255 = 13%
G 65 of 255 = 25%
B 54 of 255 = 21%

33
65
54

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

Portions of RGB colors in percentages

R + G + B =
33 + 65 + 54 = 152 (100%)
R 33 of 152 ~ 21.71%
G 65 of 152 ~ 42.76%
B 54 of 152 ~ 35.53%

%21.71
%42.76
%35.53

CMYK color model

#214136 color CMYK value is (49,0,17,75).

  • cyan value is 49.23%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 74.51%
CMYK:
(49,0,17,75)
C49M0Y17K75 
(49%,0%,17%,75%)
(0.49/0.00/0.17/0.75)	

CMYK percentages

%49.23
%0
%16.92
%74.51

Codes

Color #214136 in popluar color models

214136
RGB336554
HSL159°32.65%19.22%
HSB/HSV159°49.23%25.49%
CMYK49.23%0.00%16.92%
74.51%

Color #214136 in popluar number systems.

HEX214136
Decimal336554
Binary1000011000001110110
Octal4110166

Shades and tints

Shades of #214136

#214136
(33,65,54)
#1E3C32
(30,60,50)
#1B372E
(27,55,46)
#18322A
(24,50,42)
#152D26
(21,45,38)
#122822
(18,40,34)
#0F231E
(15,35,30)
#0C1E1A
(12,30,26)
#091916
(9,25,22)
#061412
(6,20,18)
#030F0E
(3,15,14)
#000000
(0,0,0)

Tints of #214136

#214136
(33,65,54)
#355248
(53,82,72)
#49635A
(73,99,90)
#5D746C
(93,116,108)
#71857E
(113,133,126)
#859690
(133,150,144)
#99A7A2
(153,167,162)
#ADB8B4
(173,184,180)
#C1C9C6
(193,201,198)
#D5DAD8
(213,218,216)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214136; }

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

This text font color is #214136.


Background Color

.myBgColor { background-color: #214136; }

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

This div background color is #214136.


Border color

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

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

This div border color is #214136.


Opacity

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

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

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

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

This text has shadow with #214136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214136 on black background.


Color preview on white background

This text has color #214136 on white background.



Black color preview on #214136 background

This text has black color on #214136 background.


White color preview on #214136 background

This text has white color on #214136 background.