COLOR #215823

HEX: #215823 RGB: (33,88,35)

Color info

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

RGB color model

#215823 color RGB value is (33,88,35).

RGB: (33,88,35) (13%, 35%, 14%)

RGB channels and saturation

R 33 of 255 = 13%
G 88 of 255 = 35%
B 35 of 255 = 14%

33
88
35

R + G + B ~ 21%. #215823 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 88 + 35 = 156 (100%)
R 33 of 156 ~ 21.15%
G 88 of 156 ~ 56.41%
B 35 of 156 ~ 22.44'%

%21.15
%56.41
%22.44

CMYK color model

#215823 color CMYK value is (63,0,60,65).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 60.23%
  • key color value is 65.49%

CMYK: (63,0,60,65)
C63M0Y60K65 (63%, 0%, 60%, 65%)
(0.63 / 0.00 / 0.60 / 0.65)

CMYK percentages

%62.5
%0
%60.23
%65.49

Codes

Color #215823 in popluar color models

21 58 23
RGB 33 88 35
HSL 122° 45.45% 23.73%
HSB/HSV 122° 62.50% 34.51%
CMYK 62.50% 0.00% 60.23%
65.49%

Color #215823 in popluar number systems.

HEX 21 58 23
Decimal 33 88 35
Binary 100001 1011000 100011
Octal 41 130 43

Shades and tints

Shades of #215823

#215823
(33,88,35)
#1E5020
(30,80,32)
#1B481D
(27,72,29)
#18401A
(24,64,26)
#153817
(21,56,23)
#123014
(18,48,20)
#0F2811
(15,40,17)
#0C200E
(12,32,14)
#09180B
(9,24,11)
#061008
(6,16,8)
#030805
(3,8,5)
#000000
(0,0,0)

Tints of #215823

#215823
(33,88,35)
#356737
(53,103,55)
#49764B
(73,118,75)
#5D855F
(93,133,95)
#719473
(113,148,115)
#85A387
(133,163,135)
#99B29B
(153,178,155)
#ADC1AF
(173,193,175)
#C1D0C3
(193,208,195)
#D5DFD7
(213,223,215)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215823 color. Also use rgb(33,88,35) instead hex code.

Text Font Color

.myTextColor { color: #215823; }

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

This text font color is #215823.

Background Color

.myBgColor { background-color: #215823; }

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

This div background color is #215823.

Border color

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

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

This div border color is #215823.

Opacity

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

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

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

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

This text has shadow with #215823 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215823.

Preview

Color preview on black background

This text has color #215823 on black background.


Color preview on white background

This text has color #215823 on white background.


Black color preview on #215823 background

This text has black color on #215823 background.


White color preview on #215823 background

This text has white color on #215823 background.


Related colors

Complementary color

Complementary color for #hex is #DEA7DC.


I love getcolorcode.com

Triadic colors

1 #232158 and #582321 with #215823 are triadic colors.

2 #235821 and #582123 with #215823 are triadic colors.