COLOR #214725

HEX: #214725
RGB: (33,71,37)

Color info

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

RGB color model

#214725 color RGB value is (33,71,37).

  • red value is 33;
  • green value is 71;
  • blue value is 37.
RGB:
(33,71,37)
(13%,28%,15%)

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 37 of 255 = 15%

33
71
37

R + G + B ~ 19%. #214725 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 71 + 37 = 141 (100%)
R 33 of 141 ~ 23.4%
G 71 of 141 ~ 50.35%
B 37 of 141 ~ 26.24%

%23.4
%50.35
%26.24

CMYK color model

#214725 color CMYK value is (54,0,48,72).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 47.89%
  • key color value is 72.16%
CMYK:
(54,0,48,72)
C54M0Y48K72 
(54%,0%,48%,72%)
(0.54/0.00/0.48/0.72)	

CMYK percentages

%53.52
%0
%47.89
%72.16

Codes

Color #214725 in popluar color models

214725
RGB337137
HSL126°36.54%20.39%
HSB/HSV126°53.52%27.84%
CMYK53.52%0.00%47.89%
72.16%

Color #214725 in popluar number systems.

HEX214725
Decimal337137
Binary1000011000111100101
Octal4110745

Shades and tints

Shades of #214725

#214725
(33,71,37)
#1E4122
(30,65,34)
#1B3B1F
(27,59,31)
#18351C
(24,53,28)
#152F19
(21,47,25)
#122916
(18,41,22)
#0F2313
(15,35,19)
#0C1D10
(12,29,16)
#09170D
(9,23,13)
#06110A
(6,17,10)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #214725

#214725
(33,71,37)
#355738
(53,87,56)
#49674B
(73,103,75)
#5D775E
(93,119,94)
#718771
(113,135,113)
#859784
(133,151,132)
#99A797
(153,167,151)
#ADB7AA
(173,183,170)
#C1C7BD
(193,199,189)
#D5D7D0
(213,215,208)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214725 color. Also use rgb(33,71,37) instead hex code.

Text Font Color

.myTextColor { color: #214725; }

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

This text font color is #214725.


Background Color

.myBgColor { background-color: #214725; }

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

This div background color is #214725.


Border color

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

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

This div border color is #214725.


Opacity

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

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

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

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

This text has shadow with #214725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214725 on black background.


Color preview on white background

This text has color #214725 on white background.



Black color preview on #214725 background

This text has black color on #214725 background.


White color preview on #214725 background

This text has white color on #214725 background.