COLOR #222327

HEX: #222327
RGB: (34,35,39)

Color info

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

RGB color model

#222327 color RGB value is (34,35,39).

  • red value is 34;
  • green value is 35;
  • blue value is 39.
RGB:
(34,35,39)
(13%,14%,15%)

RGB channels and saturation

R 34 of 255 = 13%
G 35 of 255 = 14%
B 39 of 255 = 15%

34
35
39

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

Portions of RGB colors in percentages

R + G + B =
34 + 35 + 39 = 108 (100%)
R 34 of 108 ~ 31.48%
G 35 of 108 ~ 32.41%
B 39 of 108 ~ 36.11%

%31.48
%32.41
%36.11

CMYK color model

#222327 color CMYK value is (13,10,0,85).

  • cyan value is 12.82%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(13,10,0,85)
C13M10Y0K85 
(13%,10%,0%,85%)
(0.13/0.10/0.00/0.85)	

CMYK percentages

%12.82
%10.26
%0
%84.71

Codes

Color #222327 in popluar color models

222327
RGB343539
HSL228°6.85%14.31%
HSB/HSV228°12.82%15.29%
CMYK12.82%10.26%0.00%
84.71%

Color #222327 in popluar number systems.

HEX222327
Decimal343539
Binary100010100011100111
Octal424347

Shades and tints

Shades of #222327

#222327
(34,35,39)
#1F2024
(31,32,36)
#1C1D21
(28,29,33)
#191A1E
(25,26,30)
#16171B
(22,23,27)
#131418
(19,20,24)
#101115
(16,17,21)
#0D0E12
(13,14,18)
#0A0B0F
(10,11,15)
#07080C
(7,8,12)
#040509
(4,5,9)
#000000
(0,0,0)

Tints of #222327

#222327
(34,35,39)
#36373A
(54,55,58)
#4A4B4D
(74,75,77)
#5E5F60
(94,95,96)
#727373
(114,115,115)
#868786
(134,135,134)
#9A9B99
(154,155,153)
#AEAFAC
(174,175,172)
#C2C3BF
(194,195,191)
#D6D7D2
(214,215,210)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222327; }

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

This text font color is #222327.


Background Color

.myBgColor { background-color: #222327; }

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

This div background color is #222327.


Border color

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

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

This div border color is #222327.


Opacity

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

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

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

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

This text has shadow with #222327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222327 on black background.


Color preview on white background

This text has color #222327 on white background.



Black color preview on #222327 background

This text has black color on #222327 background.


White color preview on #222327 background

This text has white color on #222327 background.