COLOR #214635

HEX: #214635
RGB: (33,70,53)

Color info

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

RGB color model

#214635 color RGB value is (33,70,53).

  • red value is 33;
  • green value is 70;
  • blue value is 53.
RGB:
(33,70,53)
(13%,27%,21%)

RGB channels and saturation

R 33 of 255 = 13%
G 70 of 255 = 27%
B 53 of 255 = 21%

33
70
53

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

Portions of RGB colors in percentages

R + G + B =
33 + 70 + 53 = 156 (100%)
R 33 of 156 ~ 21.15%
G 70 of 156 ~ 44.87%
B 53 of 156 ~ 33.97%

%21.15
%44.87
%33.97

CMYK color model

#214635 color CMYK value is (53,0,24,73).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 72.55%
CMYK:
(53,0,24,73)
C53M0Y24K73 
(53%,0%,24%,73%)
(0.53/0.00/0.24/0.73)	

CMYK percentages

%52.86
%0
%24.29
%72.55

Codes

Color #214635 in popluar color models

214635
RGB337053
HSL152°35.92%20.20%
HSB/HSV152°52.86%27.45%
CMYK52.86%0.00%24.29%
72.55%

Color #214635 in popluar number systems.

HEX214635
Decimal337053
Binary1000011000110110101
Octal4110665

Shades and tints

Shades of #214635

#214635
(33,70,53)
#1E4031
(30,64,49)
#1B3A2D
(27,58,45)
#183429
(24,52,41)
#152E25
(21,46,37)
#122821
(18,40,33)
#0F221D
(15,34,29)
#0C1C19
(12,28,25)
#091615
(9,22,21)
#061011
(6,16,17)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #214635

#214635
(33,70,53)
#355647
(53,86,71)
#496659
(73,102,89)
#5D766B
(93,118,107)
#71867D
(113,134,125)
#85968F
(133,150,143)
#99A6A1
(153,166,161)
#ADB6B3
(173,182,179)
#C1C6C5
(193,198,197)
#D5D6D7
(213,214,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214635 color. Also use rgb(33,70,53) instead hex code.

Text Font Color

.myTextColor { color: #214635; }

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

This text font color is #214635.


Background Color

.myBgColor { background-color: #214635; }

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

This div background color is #214635.


Border color

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

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

This div border color is #214635.


Opacity

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

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

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

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

This text has shadow with #214635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214635 on black background.


Color preview on white background

This text has color #214635 on white background.



Black color preview on #214635 background

This text has black color on #214635 background.


White color preview on #214635 background

This text has white color on #214635 background.