COLOR #272122

HEX: #272122
RGB: (39,33,34)

Color info

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

RGB color model

#272122 color RGB value is (39,33,34).

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

RGB channels and saturation

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

39
33
34

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

Portions of RGB colors in percentages

R + G + B =
39 + 33 + 34 = 106 (100%)
R 39 of 106 ~ 36.79%
G 33 of 106 ~ 31.13%
B 34 of 106 ~ 32.08%

%36.79
%31.13
%32.08

CMYK color model

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

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

CMYK percentages

%0
%15.38
%12.82
%84.71

Codes

Color #272122 in popluar color models

272122
RGB393334
HSL350°8.33%14.12%
HSB/HSV350°15.38%15.29%
CMYK0.00%15.38%12.82%
84.71%

Color #272122 in popluar number systems.

HEX272122
Decimal393334
Binary100111100001100010
Octal474142

Shades and tints

Shades of #272122

#272122
(39,33,34)
#241E1F
(36,30,31)
#211B1C
(33,27,28)
#1E1819
(30,24,25)
#1B1516
(27,21,22)
#181213
(24,18,19)
#150F10
(21,15,16)
#120C0D
(18,12,13)
#0F090A
(15,9,10)
#0C0607
(12,6,7)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #272122

#272122
(39,33,34)
#3A3536
(58,53,54)
#4D494A
(77,73,74)
#605D5E
(96,93,94)
#737172
(115,113,114)
#868586
(134,133,134)
#99999A
(153,153,154)
#ACADAE
(172,173,174)
#BFC1C2
(191,193,194)
#D2D5D6
(210,213,214)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272122; }

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

This text font color is #272122.


Background Color

.myBgColor { background-color: #272122; }

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

This div background color is #272122.


Border color

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

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

This div border color is #272122.


Opacity

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

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

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

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

This text has shadow with #272122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272122 on black background.


Color preview on white background

This text has color #272122 on white background.



Black color preview on #272122 background

This text has black color on #272122 background.


White color preview on #272122 background

This text has white color on #272122 background.