COLOR #272224

HEX: #272224
RGB: (39,34,36)

Color info

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

RGB color model

#272224 color RGB value is (39,34,36).

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

RGB channels and saturation

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

39
34
36

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

Portions of RGB colors in percentages

R + G + B =
39 + 34 + 36 = 109 (100%)
R 39 of 109 ~ 35.78%
G 34 of 109 ~ 31.19%
B 36 of 109 ~ 33.03%

%35.78
%31.19
%33.03

CMYK color model

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

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

CMYK percentages

%0
%12.82
%7.69
%84.71

Codes

Color #272224 in popluar color models

272224
RGB393436
HSL336°6.85%14.31%
HSB/HSV336°12.82%15.29%
CMYK0.00%12.82%7.69%
84.71%

Color #272224 in popluar number systems.

HEX272224
Decimal393436
Binary100111100010100100
Octal474244

Shades and tints

Shades of #272224

#272224
(39,34,36)
#241F21
(36,31,33)
#211C1E
(33,28,30)
#1E191B
(30,25,27)
#1B1618
(27,22,24)
#181315
(24,19,21)
#151012
(21,16,18)
#120D0F
(18,13,15)
#0F0A0C
(15,10,12)
#0C0709
(12,7,9)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #272224

#272224
(39,34,36)
#3A3637
(58,54,55)
#4D4A4A
(77,74,74)
#605E5D
(96,94,93)
#737270
(115,114,112)
#868683
(134,134,131)
#999A96
(153,154,150)
#ACAEA9
(172,174,169)
#BFC2BC
(191,194,188)
#D2D6CF
(210,214,207)
#E5EAE2
(229,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272224; }

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

This text font color is #272224.


Background Color

.myBgColor { background-color: #272224; }

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

This div background color is #272224.


Border color

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

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

This div border color is #272224.


Opacity

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

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

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

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

This text has shadow with #272224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272224 on black background.


Color preview on white background

This text has color #272224 on white background.



Black color preview on #272224 background

This text has black color on #272224 background.


White color preview on #272224 background

This text has white color on #272224 background.