COLOR #214B19

HEX: #214B19
RGB: (33,75,25)

Color info

#214B19 contains red, green and blue colors in about the same proportion. Web safe color of #214B19 is #333300 (or #330).

RGB color model

#214B19 color RGB value is (33,75,25).

  • red value is 33;
  • green value is 75;
  • blue value is 25.
RGB:
(33,75,25)
(13%,29%,10%)

RGB channels and saturation

R 33 of 255 = 13%
G 75 of 255 = 29%
B 25 of 255 = 10%

33
75
25

R + G + B ~ 17%. #214B19 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 75 + 25 = 133 (100%)
R 33 of 133 ~ 24.81%
G 75 of 133 ~ 56.39%
B 25 of 133 ~ 18.8%

%24.81
%56.39
%18.8

CMYK color model

#214B19 color CMYK value is (56,0,67,71).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(56,0,67,71)
C56M0Y67K71 
(56%,0%,67%,71%)
(0.56/0.00/0.67/0.71)	

CMYK percentages

%56
%0
%66.67
%70.59

Codes

Color #214B19 in popluar color models

214B19
RGB337525
HSL110°50.00%19.61%
HSB/HSV110°66.67%29.41%
CMYK56.00%0.00%66.67%
70.59%

Color #214B19 in popluar number systems.

HEX214B19
Decimal337525
Binary100001100101111001
Octal4111331

Shades and tints

Shades of #214B19

#214B19
(33,75,25)
#1E4517
(30,69,23)
#1B3F15
(27,63,21)
#183913
(24,57,19)
#153311
(21,51,17)
#122D0F
(18,45,15)
#0F270D
(15,39,13)
#0C210B
(12,33,11)
#091B09
(9,27,9)
#061507
(6,21,7)
#030F05
(3,15,5)
#000000
(0,0,0)

Tints of #214B19

#214B19
(33,75,25)
#355B2D
(53,91,45)
#496B41
(73,107,65)
#5D7B55
(93,123,85)
#718B69
(113,139,105)
#859B7D
(133,155,125)
#99AB91
(153,171,145)
#ADBBA5
(173,187,165)
#C1CBB9
(193,203,185)
#D5DBCD
(213,219,205)
#E9EBE1
(233,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214B19 color. Also use rgb(33,75,25) instead hex code.

Text Font Color

.myTextColor { color: #214B19; }

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

This text font color is #214B19.


Background Color

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

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

This div background color is #214B19.


Border color

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

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

This div border color is #214B19.


Opacity

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

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

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

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

This text has shadow with #214B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214B19 on black background.


Color preview on white background

This text has color #214B19 on white background.



Black color preview on #214B19 background

This text has black color on #214B19 background.


White color preview on #214B19 background

This text has white color on #214B19 background.