COLOR #222315

HEX: #222315 RGB: (34,35,21)

Color info

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

RGB color model

#222315 color RGB value is (34,35,21).

RGB: (34,35,21) (13%, 14%, 8%)

RGB channels and saturation

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

34
35
21

R + G + B ~ 12%. #222315 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 35 + 21 = 90 (100%)
R 34 of 90 ~ 37.78%
G 35 of 90 ~ 38.89%
B 21 of 90 ~ 23.33'%

%37.78
%38.89
%23.33

CMYK color model

#222315 color CMYK value is (3,0,40,86).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 86.27%

CMYK: (3,0,40,86)
C3M0Y40K86 (3%, 0%, 40%, 86%)
(0.03 / 0.00 / 0.40 / 0.86)

CMYK percentages

%2.86
%0
%40
%86.27

Codes

Color #222315 in popluar color models

22 23 15
RGB 34 35 21
HSL 64° 25.00% 10.98%
HSB/HSV 64° 40.00% 13.73%
CMYK 2.86% 0.00% 40.00%
86.27%

Color #222315 in popluar number systems.

HEX 22 23 15
Decimal 34 35 21
Binary 100010 100011 10101
Octal 42 43 25

Shades and tints

Shades of #222315

#222315
(34,35,21)
#1F2014
(31,32,20)
#1C1D13
(28,29,19)
#191A12
(25,26,18)
#161711
(22,23,17)
#131410
(19,20,16)
#10110F
(16,17,15)
#0D0E0E
(13,14,14)
#0A0B0D
(10,11,13)
#07080C
(7,8,12)
#04050B
(4,5,11)
#000000
(0,0,0)

Tints of #222315

#222315
(34,35,21)
#36372A
(54,55,42)
#4A4B3F
(74,75,63)
#5E5F54
(94,95,84)
#727369
(114,115,105)
#86877E
(134,135,126)
#9A9B93
(154,155,147)
#AEAFA8
(174,175,168)
#C2C3BD
(194,195,189)
#D6D7D2
(214,215,210)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222315; }

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

This text font color is #222315.

Background Color

.myBgColor { background-color: #222315; }

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

This div background color is #222315.

Border color

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

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

This div border color is #222315.

Opacity

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

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

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

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

This text has shadow with #222315 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #222315.

Preview

Color preview on black background

This text has color #222315 on black background.


Color preview on white background

This text has color #222315 on white background.


Black color preview on #222315 background

This text has black color on #222315 background.


White color preview on #222315 background

This text has white color on #222315 background.


Related colors

Complementary color

Complementary color for #hex is #DDDCEA.


I love getcolorcode.com

Triadic colors

1 #152223 and #231522 with #222315 are triadic colors.

2 #152322 and #232215 with #222315 are triadic colors.