COLOR #272021

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

39
32
33

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

Portions of RGB colors in percentages

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

%37.5
%30.77
%31.73

CMYK color model

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

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

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

CMYK percentages

%0
%17.95
%15.38
%84.71

Codes

Color #272021 in popluar color models

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

Color #272021 in popluar number systems.

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

Shades and tints

Shades of #272021

#272021
(39,32,33)
#241E1E
(36,30,30)
#211C1B
(33,28,27)
#1E1A18
(30,26,24)
#1B1815
(27,24,21)
#181612
(24,22,18)
#15140F
(21,20,15)
#12120C
(18,18,12)
#0F1009
(15,16,9)
#0C0E06
(12,14,6)
#090C03
(9,12,3)
#000000
(0,0,0)

Tints of #272021

#272021
(39,32,33)
#3A3435
(58,52,53)
#4D4849
(77,72,73)
#605C5D
(96,92,93)
#737071
(115,112,113)
#868485
(134,132,133)
#999899
(153,152,153)
#ACACAD
(172,172,173)
#BFC0C1
(191,192,193)
#D2D4D5
(210,212,213)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272021; }

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

This text font color is #272021.

Background Color

.myBgColor { background-color: #272021; }

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

This div background color is #272021.

Border color

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

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

This div border color is #272021.

Opacity

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

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

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

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

This text has shadow with #272021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272021.

Preview

Color preview on black background

This text has color #272021 on black background.


Color preview on white background

This text has color #272021 on white background.


Black color preview on #272021 background

This text has black color on #272021 background.


White color preview on #272021 background

This text has white color on #272021 background.


Related colors

Complementary color

Complementary color for #hex is #D8DFDE.


I love getcolorcode.com

Triadic colors

1 #212720 and #202127 with #272021 are triadic colors.

2 #212027 and #202721 with #272021 are triadic colors.