COLOR #272120

HEX: #272120 RGB: (39,33,32)

Color info

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

RGB color model

#272120 color RGB value is (39,33,32).

RGB: (39,33,32) (15%, 13%, 13%)

RGB channels and saturation

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

39
33
32

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

Portions of RGB colors in percentages

R + G + B = 39 + 33 + 32 = 104 (100%)
R 39 of 104 ~ 37.5%
G 33 of 104 ~ 31.73%
B 32 of 104 ~ 30.77'%

%37.5
%31.73
%30.77

CMYK color model

#272120 color CMYK value is (0,15,18,85).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 17.95%
  • key color value is 84.71%

CMYK: (0,15,18,85)
C0M15Y18K85 (0%, 15%, 18%, 85%)
(0.00 / 0.15 / 0.18 / 0.85)

CMYK percentages

%0
%15.38
%17.95
%84.71

Codes

Color #272120 in popluar color models

27 21 20
RGB 39 33 32
HSL 9.86% 13.92%
HSB/HSV 17.95% 15.29%
CMYK 0.00% 15.38% 17.95%
84.71%

Color #272120 in popluar number systems.

HEX 27 21 20
Decimal 39 33 32
Binary 100111 100001 100000
Octal 47 41 40

Shades and tints

Shades of #272120

#272120
(39,33,32)
#241E1E
(36,30,30)
#211B1C
(33,27,28)
#1E181A
(30,24,26)
#1B1518
(27,21,24)
#181216
(24,18,22)
#150F14
(21,15,20)
#120C12
(18,12,18)
#0F0910
(15,9,16)
#0C060E
(12,6,14)
#09030C
(9,3,12)
#000000
(0,0,0)

Tints of #272120

#272120
(39,33,32)
#3A3534
(58,53,52)
#4D4948
(77,73,72)
#605D5C
(96,93,92)
#737170
(115,113,112)
#868584
(134,133,132)
#999998
(153,153,152)
#ACADAC
(172,173,172)
#BFC1C0
(191,193,192)
#D2D5D4
(210,213,212)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272120; }

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

This text font color is #272120.

Background Color

.myBgColor { background-color: #272120; }

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

This div background color is #272120.

Border color

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

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

This div border color is #272120.

Opacity

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

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

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

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

This text has shadow with #272120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272120.

Preview

Color preview on black background

This text has color #272120 on black background.


Color preview on white background

This text has color #272120 on white background.


Black color preview on #272120 background

This text has black color on #272120 background.


White color preview on #272120 background

This text has white color on #272120 background.


Related colors

Complementary color

Complementary color for #hex is #D8DEDF.


I love getcolorcode.com

Triadic colors

1 #202721 and #212027 with #272120 are triadic colors.

2 #202127 and #212720 with #272120 are triadic colors.