COLOR #272420

HEX: #272420
RGB: (39,36,32)

Color info

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

RGB color model

#272420 color RGB value is (39,36,32).

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

RGB channels and saturation

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

39
36
32

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

Portions of RGB colors in percentages

R + G + B =
39 + 36 + 32 = 107 (100%)
R 39 of 107 ~ 36.45%
G 36 of 107 ~ 33.64%
B 32 of 107 ~ 29.91%

%36.45
%33.64
%29.91

CMYK color model

#272420 color CMYK value is (0,8,18,85).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 17.95%
  • key color value is 84.71%
CMYK:
(0,8,18,85)
C0M8Y18K85 
(0%,8%,18%,85%)
(0.00/0.08/0.18/0.85)	

CMYK percentages

%0
%7.69
%17.95
%84.71

Codes

Color #272420 in popluar color models

272420
RGB393632
HSL34°9.86%13.92%
HSB/HSV34°17.95%15.29%
CMYK0.00%7.69%17.95%
84.71%

Color #272420 in popluar number systems.

HEX272420
Decimal393632
Binary100111100100100000
Octal474440

Shades and tints

Shades of #272420

#272420
(39,36,32)
#24211E
(36,33,30)
#211E1C
(33,30,28)
#1E1B1A
(30,27,26)
#1B1818
(27,24,24)
#181516
(24,21,22)
#151214
(21,18,20)
#120F12
(18,15,18)
#0F0C10
(15,12,16)
#0C090E
(12,9,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #272420

#272420
(39,36,32)
#3A3734
(58,55,52)
#4D4A48
(77,74,72)
#605D5C
(96,93,92)
#737070
(115,112,112)
#868384
(134,131,132)
#999698
(153,150,152)
#ACA9AC
(172,169,172)
#BFBCC0
(191,188,192)
#D2CFD4
(210,207,212)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272420; }

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

This text font color is #272420.


Background Color

.myBgColor { background-color: #272420; }

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

This div background color is #272420.


Border color

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

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

This div border color is #272420.


Opacity

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

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

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

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

This text has shadow with #272420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272420 on black background.


Color preview on white background

This text has color #272420 on white background.



Black color preview on #272420 background

This text has black color on #272420 background.


White color preview on #272420 background

This text has white color on #272420 background.