COLOR #215525

HEX: #215525
RGB: (33,85,37)

Color info

#215525 contains red, green and blue colors in about the same proportion. Web safe color of #215525 is #336633 (or #363).

RGB color model

#215525 color RGB value is (33,85,37).

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

RGB channels and saturation

R 33 of 255 = 13%
G 85 of 255 = 33%
B 37 of 255 = 15%

33
85
37

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

Portions of RGB colors in percentages

R + G + B =
33 + 85 + 37 = 155 (100%)
R 33 of 155 ~ 21.29%
G 85 of 155 ~ 54.84%
B 37 of 155 ~ 23.87%

%21.29
%54.84
%23.87

CMYK color model

#215525 color CMYK value is (61,0,56,67).

  • cyan value is 61.18%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(61,0,56,67)
C61M0Y56K67 
(61%,0%,56%,67%)
(0.61/0.00/0.56/0.67)	

CMYK percentages

%61.18
%0
%56.47
%66.67

Codes

Color #215525 in popluar color models

215525
RGB338537
HSL125°44.07%23.14%
HSB/HSV125°61.18%33.33%
CMYK61.18%0.00%56.47%
66.67%

Color #215525 in popluar number systems.

HEX215525
Decimal338537
Binary1000011010101100101
Octal4112545

Shades and tints

Shades of #215525

#215525
(33,85,37)
#1E4E22
(30,78,34)
#1B471F
(27,71,31)
#18401C
(24,64,28)
#153919
(21,57,25)
#123216
(18,50,22)
#0F2B13
(15,43,19)
#0C2410
(12,36,16)
#091D0D
(9,29,13)
#06160A
(6,22,10)
#030F07
(3,15,7)
#000000
(0,0,0)

Tints of #215525

#215525
(33,85,37)
#356438
(53,100,56)
#49734B
(73,115,75)
#5D825E
(93,130,94)
#719171
(113,145,113)
#85A084
(133,160,132)
#99AF97
(153,175,151)
#ADBEAA
(173,190,170)
#C1CDBD
(193,205,189)
#D5DCD0
(213,220,208)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215525; }

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

This text font color is #215525.


Background Color

.myBgColor { background-color: #215525; }

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

This div background color is #215525.


Border color

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

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

This div border color is #215525.


Opacity

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

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

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

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

This text has shadow with #215525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215525 on black background.


Color preview on white background

This text has color #215525 on white background.



Black color preview on #215525 background

This text has black color on #215525 background.


White color preview on #215525 background

This text has white color on #215525 background.