COLOR #222215

HEX: #222215
RGB: (34,34,21)

Color info

#222215 contains red, green and blue colors in about the same proportion. Web safe color of #222215 is #333300 (or #330).

RGB color model

#222215 color RGB value is (34,34,21).

  • red value is 34;
  • green value is 34;
  • blue value is 21.
RGB:
(34,34,21)
(13%,13%,8%)

RGB channels and saturation

R 34 of 255 = 13%
G 34 of 255 = 13%
B 21 of 255 = 8%

34
34
21

R + G + B ~ 11%. #222215 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 34 + 21 = 89 (100%)
R 34 of 89 ~ 38.2%
G 34 of 89 ~ 38.2%
B 21 of 89 ~ 23.6%

%38.2
%38.2
%23.6

CMYK color model

#222215 color CMYK value is (0,0,38,87).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(0,0,38,87)
C0M0Y38K87 
(0%,0%,38%,87%)
(0.00/0.00/0.38/0.87)	

CMYK percentages

%0
%0
%38.24
%86.67

Codes

Color #222215 in popluar color models

222215
RGB343421
HSL60°23.64%10.78%
HSB/HSV60°38.24%13.33%
CMYK0.00%0.00%38.24%
86.67%

Color #222215 in popluar number systems.

HEX222215
Decimal343421
Binary10001010001010101
Octal424225

Shades and tints

Shades of #222215

#222215
(34,34,21)
#1F1F14
(31,31,20)
#1C1C13
(28,28,19)
#191912
(25,25,18)
#161611
(22,22,17)
#131310
(19,19,16)
#10100F
(16,16,15)
#0D0D0E
(13,13,14)
#0A0A0D
(10,10,13)
#07070C
(7,7,12)
#04040B
(4,4,11)
#000000
(0,0,0)

Tints of #222215

#222215
(34,34,21)
#36362A
(54,54,42)
#4A4A3F
(74,74,63)
#5E5E54
(94,94,84)
#727269
(114,114,105)
#86867E
(134,134,126)
#9A9A93
(154,154,147)
#AEAEA8
(174,174,168)
#C2C2BD
(194,194,189)
#D6D6D2
(214,214,210)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #222215 color. Also use rgb(34,34,21) instead hex code.

Text Font Color

.myTextColor { color: #222215; }

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

This text font color is #222215.


Background Color

.myBgColor { background-color: #222215; }

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

This div background color is #222215.


Border color

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

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

This div border color is #222215.


Opacity

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

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

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

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

This text has shadow with #222215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222215 on black background.


Color preview on white background

This text has color #222215 on white background.



Black color preview on #222215 background

This text has black color on #222215 background.


White color preview on #222215 background

This text has white color on #222215 background.