COLOR #215533

HEX: #215533 RGB: (33,85,51)

Color info

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

RGB color model

#215533 color RGB value is (33,85,51).

RGB: (33,85,51) (13%, 33%, 20%)

RGB channels and saturation

R 33 of 255 = 13%
G 85 of 255 = 33%
B 51 of 255 = 20%

33
85
51

R + G + B ~ 22%. #215533 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 85 + 51 = 169 (100%)
R 33 of 169 ~ 19.53%
G 85 of 169 ~ 50.3%
B 51 of 169 ~ 30.18'%

%19.53
%50.3
%30.18

CMYK color model

#215533 color CMYK value is (61,0,40,67).

  • cyan value is 61.18%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 66.67%
CMYK: (61,0,40,67) C61M0Y40K67 (61%,0%,40%,67%) (0.61/0.00/0.40/0.67) 

CMYK percentages

%61.18
%0
%40
%66.67

Codes

Color #215533 in popluar color models

21 55 33
RGB 33 85 51
HSL 141° 44.07% 23.14%
HSB/HSV 141° 61.18% 33.33%
CMYK 61.18% 0.00% 40.00%
66.67%

Color #215533 in popluar number systems.

HEX 21 55 33
Decimal 33 85 51
Binary 100001 1010101 110011
Octal 41 125 63

Shades and tints

Shades of #215533

#215533
(33,85,51)
#1E4E2F
(30,78,47)
#1B472B
(27,71,43)
#184027
(24,64,39)
#153923
(21,57,35)
#12321F
(18,50,31)
#0F2B1B
(15,43,27)
#0C2417
(12,36,23)
#091D13
(9,29,19)
#06160F
(6,22,15)
#030F0B
(3,15,11)
#000000
(0,0,0)

Tints of #215533

#215533
(33,85,51)
#356445
(53,100,69)
#497357
(73,115,87)
#5D8269
(93,130,105)
#71917B
(113,145,123)
#85A08D
(133,160,141)
#99AF9F
(153,175,159)
#ADBEB1
(173,190,177)
#C1CDC3
(193,205,195)
#D5DCD5
(213,220,213)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215533; }

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

This text font color is #215533.

Background Color

.myBgColor { background-color: #215533; }

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

This div background color is #215533.

Border color

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

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

This div border color is #215533.

Opacity

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

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

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

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

This text has shadow with #215533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215533.

Preview

Color preview on black background

This text has color #215533 on black background.


Color preview on white background

This text has color #215533 on white background.


Black color preview on #215533 background

This text has black color on #215533 background.


White color preview on #215533 background

This text has white color on #215533 background.


Related colors

Complementary color

Complementary color for #hex is #DEAACC.


I love getcolorcode.com

Triadic colors

1 #332155 and #553321 with #215533 are triadic colors.

2 #335521 and #552133 with #215533 are triadic colors.