COLOR #222520

HEX: #222520 RGB: (34,37,32)

Color info

#222520 contains red, green and blue colors in about the same proportion. Web safe color of #222520 is #333333 (or #333).

RGB color model

#222520 color RGB value is (34,37,32).

RGB: (34,37,32) (13%, 15%, 13%)

RGB channels and saturation

R 34 of 255 = 13%
G 37 of 255 = 15%
B 32 of 255 = 13%

34
37
32

R + G + B ~ 14%. #222520 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 37 + 32 = 103 (100%)
R 34 of 103 ~ 33.01%
G 37 of 103 ~ 35.92%
B 32 of 103 ~ 31.07'%

%33.01
%35.92
%31.07

CMYK color model

#222520 color CMYK value is (8,0,14,85).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 85.49%

CMYK: (8,0,14,85)
C8M0Y14K85 (8%, 0%, 14%, 85%)
(0.08 / 0.00 / 0.14 / 0.85)

CMYK percentages

%8.11
%0
%13.51
%85.49

Codes

Color #222520 in popluar color models

22 25 20
RGB 34 37 32
HSL 96° 7.25% 13.53%
HSB/HSV 96° 13.51% 14.51%
CMYK 8.11% 0.00% 13.51%
85.49%

Color #222520 in popluar number systems.

HEX 22 25 20
Decimal 34 37 32
Binary 100010 100101 100000
Octal 42 45 40

Shades and tints

Shades of #222520

#222520
(34,37,32)
#1F221E
(31,34,30)
#1C1F1C
(28,31,28)
#191C1A
(25,28,26)
#161918
(22,25,24)
#131616
(19,22,22)
#101314
(16,19,20)
#0D1012
(13,16,18)
#0A0D10
(10,13,16)
#070A0E
(7,10,14)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #222520

#222520
(34,37,32)
#363834
(54,56,52)
#4A4B48
(74,75,72)
#5E5E5C
(94,94,92)
#727170
(114,113,112)
#868484
(134,132,132)
#9A9798
(154,151,152)
#AEAAAC
(174,170,172)
#C2BDC0
(194,189,192)
#D6D0D4
(214,208,212)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222520; }

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

This text font color is #222520.

Background Color

.myBgColor { background-color: #222520; }

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

This div background color is #222520.

Border color

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

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

This div border color is #222520.

Opacity

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

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

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

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

This text has shadow with #222520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #222520.

Preview

Color preview on black background

This text has color #222520 on black background.


Color preview on white background

This text has color #222520 on white background.


Black color preview on #222520 background

This text has black color on #222520 background.


White color preview on #222520 background

This text has white color on #222520 background.


Related colors

Complementary color

Complementary color for #hex is #DDDADF.


I love getcolorcode.com

Triadic colors

1 #202225 and #252022 with #222520 are triadic colors.

2 #202522 and #252220 with #222520 are triadic colors.