COLOR #215E3A

HEX: #215E3A
RGB: (33,94,58)

Color info

#215E3A contains mainly green and blue colors. Web safe color of #215E3A is #336633 (or #363).

RGB color model

#215E3A color RGB value is (33,94,58).

  • red value is 33;
  • green value is 94;
  • blue value is 58.
RGB:
(33,94,58)
(13%,37%,23%)

RGB channels and saturation

R 33 of 255 = 13%
G 94 of 255 = 37%
B 58 of 255 = 23%

33
94
58

R + G + B ~ 24%. #215E3A is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 94 + 58 = 185 (100%)
R 33 of 185 ~ 17.84%
G 94 of 185 ~ 50.81%
B 58 of 185 ~ 31.35%

%17.84
%50.81
%31.35

CMYK color model

#215E3A color CMYK value is (65,0,38,63).

  • cyan value is 64.89%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK:
(65,0,38,63)
C65M0Y38K63 
(65%,0%,38%,63%)
(0.65/0.00/0.38/0.63)	

CMYK percentages

%64.89
%0
%38.3
%63.14

Codes

Color #215E3A in popluar color models

215E3A
RGB339458
HSL145°48.03%24.90%
HSB/HSV145°64.89%36.86%
CMYK64.89%0.00%38.30%
63.14%

Color #215E3A in popluar number systems.

HEX215E3A
Decimal339458
Binary1000011011110111010
Octal4113672

Shades and tints

Shades of #215E3A

#215E3A
(33,94,58)
#1E5635
(30,86,53)
#1B4E30
(27,78,48)
#18462B
(24,70,43)
#153E26
(21,62,38)
#123621
(18,54,33)
#0F2E1C
(15,46,28)
#0C2617
(12,38,23)
#091E12
(9,30,18)
#06160D
(6,22,13)
#030E08
(3,14,8)
#000000
(0,0,0)

Tints of #215E3A

#215E3A
(33,94,58)
#356C4B
(53,108,75)
#497A5C
(73,122,92)
#5D886D
(93,136,109)
#71967E
(113,150,126)
#85A48F
(133,164,143)
#99B2A0
(153,178,160)
#ADC0B1
(173,192,177)
#C1CEC2
(193,206,194)
#D5DCD3
(213,220,211)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215E3A color. Also use rgb(33,94,58) instead hex code.

Text Font Color

.myTextColor { color: #215E3A; }

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

This text font color is #215E3A.


Background Color

.myBgColor { background-color: #215E3A; }

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

This div background color is #215E3A.


Border color

.myBorderColor { border: 1px solid #215E3A; }

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

This div border color is #215E3A.


Opacity

.myOpacity80 { color: #215E3A; opacity: 0.8; }

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

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

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

This text has shadow with #215E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215E3A on black background.


Color preview on white background

This text has color #215E3A on white background.



Black color preview on #215E3A background

This text has black color on #215E3A background.


White color preview on #215E3A background

This text has white color on #215E3A background.