COLOR #214B1D

HEX: #214B1D
RGB: (33,75,29)

Color info

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

RGB color model

#214B1D color RGB value is (33,75,29).

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

RGB channels and saturation

R 33 of 255 = 13%
G 75 of 255 = 29%
B 29 of 255 = 11%

33
75
29

R + G + B ~ 18%. #214B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 75 + 29 = 137 (100%)
R 33 of 137 ~ 24.09%
G 75 of 137 ~ 54.74%
B 29 of 137 ~ 21.17%

%24.09
%54.74
%21.17

CMYK color model

#214B1D color CMYK value is (56,0,61,71).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 61.33%
  • key color value is 70.59%
CMYK:
(56,0,61,71)
C56M0Y61K71 
(56%,0%,61%,71%)
(0.56/0.00/0.61/0.71)	

CMYK percentages

%56
%0
%61.33
%70.59

Codes

Color #214B1D in popluar color models

214B1D
RGB337529
HSL115°44.23%20.39%
HSB/HSV115°61.33%29.41%
CMYK56.00%0.00%61.33%
70.59%

Color #214B1D in popluar number systems.

HEX214B1D
Decimal337529
Binary100001100101111101
Octal4111335

Shades and tints

Shades of #214B1D

#214B1D
(33,75,29)
#1E451B
(30,69,27)
#1B3F19
(27,63,25)
#183917
(24,57,23)
#153315
(21,51,21)
#122D13
(18,45,19)
#0F2711
(15,39,17)
#0C210F
(12,33,15)
#091B0D
(9,27,13)
#06150B
(6,21,11)
#030F09
(3,15,9)
#000000
(0,0,0)

Tints of #214B1D

#214B1D
(33,75,29)
#355B31
(53,91,49)
#496B45
(73,107,69)
#5D7B59
(93,123,89)
#718B6D
(113,139,109)
#859B81
(133,155,129)
#99AB95
(153,171,149)
#ADBBA9
(173,187,169)
#C1CBBD
(193,203,189)
#D5DBD1
(213,219,209)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214B1D; }

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

This text font color is #214B1D.


Background Color

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

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

This div background color is #214B1D.


Border color

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

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

This div border color is #214B1D.


Opacity

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

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

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

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

This text has shadow with #214B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214B1D on black background.


Color preview on white background

This text has color #214B1D on white background.



Black color preview on #214B1D background

This text has black color on #214B1D background.


White color preview on #214B1D background

This text has white color on #214B1D background.