COLOR #222727

HEX: #222727
RGB: (34,39,39)

Color info

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

RGB color model

#222727 color RGB value is (34,39,39).

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

RGB channels and saturation

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

34
39
39

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

Portions of RGB colors in percentages

R + G + B =
34 + 39 + 39 = 112 (100%)
R 34 of 112 ~ 30.36%
G 39 of 112 ~ 34.82%
B 39 of 112 ~ 34.82%

%30.36
%34.82
%34.82

CMYK color model

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

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

CMYK percentages

%12.82
%0
%0
%84.71

Codes

Color #222727 in popluar color models

222727
RGB343939
HSL180°6.85%14.31%
HSB/HSV180°12.82%15.29%
CMYK12.82%0.00%0.00%
84.71%

Color #222727 in popluar number systems.

HEX222727
Decimal343939
Binary100010100111100111
Octal424747

Shades and tints

Shades of #222727

#222727
(34,39,39)
#1F2424
(31,36,36)
#1C2121
(28,33,33)
#191E1E
(25,30,30)
#161B1B
(22,27,27)
#131818
(19,24,24)
#101515
(16,21,21)
#0D1212
(13,18,18)
#0A0F0F
(10,15,15)
#070C0C
(7,12,12)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #222727

#222727
(34,39,39)
#363A3A
(54,58,58)
#4A4D4D
(74,77,77)
#5E6060
(94,96,96)
#727373
(114,115,115)
#868686
(134,134,134)
#9A9999
(154,153,153)
#AEACAC
(174,172,172)
#C2BFBF
(194,191,191)
#D6D2D2
(214,210,210)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222727; }

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

This text font color is #222727.


Background Color

.myBgColor { background-color: #222727; }

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

This div background color is #222727.


Border color

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

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

This div border color is #222727.


Opacity

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

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

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

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

This text has shadow with #222727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222727 on black background.


Color preview on white background

This text has color #222727 on white background.



Black color preview on #222727 background

This text has black color on #222727 background.


White color preview on #222727 background

This text has white color on #222727 background.