COLOR #27211B

HEX: #27211B RGB: (39,33,27)

Color info

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

RGB color model

#27211B color RGB value is (39,33,27).

RGB: (39,33,27) (15%, 13%, 11%)

RGB channels and saturation

R 39 of 255 = 15%
G 33 of 255 = 13%
B 27 of 255 = 11%

39
33
27

R + G + B ~ 13%. #27211B is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 33 + 27 = 99 (100%)
R 39 of 99 ~ 39.39%
G 33 of 99 ~ 33.33%
B 27 of 99 ~ 27.27'%

%39.39
%33.33
%27.27

CMYK color model

#27211B color CMYK value is (0,15,31,85).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 30.77%
  • key color value is 84.71%
CMYK: (0,15,31,85) C0M15Y31K85 (0%,15%,31%,85%) (0.00/0.15/0.31/0.85) 

CMYK percentages

%0
%15.38
%30.77
%84.71

Codes

Color #27211B in popluar color models

27 21 1B
RGB 39 33 27
HSL 30° 18.18% 12.94%
HSB/HSV 30° 30.77% 15.29%
CMYK 0.00% 15.38% 30.77%
84.71%

Color #27211B in popluar number systems.

HEX 27 21 1B
Decimal 39 33 27
Binary 100111 100001 11011
Octal 47 41 33

Shades and tints

Shades of #27211B

#27211B
(39,33,27)
#241E19
(36,30,25)
#211B17
(33,27,23)
#1E1815
(30,24,21)
#1B1513
(27,21,19)
#181211
(24,18,17)
#150F0F
(21,15,15)
#120C0D
(18,12,13)
#0F090B
(15,9,11)
#0C0609
(12,6,9)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #27211B

#27211B
(39,33,27)
#3A352F
(58,53,47)
#4D4943
(77,73,67)
#605D57
(96,93,87)
#73716B
(115,113,107)
#86857F
(134,133,127)
#999993
(153,153,147)
#ACADA7
(172,173,167)
#BFC1BB
(191,193,187)
#D2D5CF
(210,213,207)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27211B; }

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

This text font color is #27211B.

Background Color

.myBgColor { background-color: #27211B; }

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

This div background color is #27211B.

Border color

.myBorderColor { border: 1px solid #27211B; }

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

This div border color is #27211B.

Opacity

.myOpacity80 { color: #27211B; opacity: 0.8; }

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

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

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

This text has shadow with #27211B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #27211B.

Preview

Color preview on black background

This text has color #27211B on black background.


Color preview on white background

This text has color #27211B on white background.


Black color preview on #27211B background

This text has black color on #27211B background.


White color preview on #27211B background

This text has white color on #27211B background.


Related colors

Complementary color

Complementary color for #hex is #D8DEE4.


I love getcolorcode.com

Triadic colors

1 #1B2721 and #211B27 with #27211B are triadic colors.

2 #1B2127 and #21271B with #27211B are triadic colors.