COLOR #27211A

HEX: #27211A
RGB: (39,33,26)

Color info

#27211A contains red, green and blue colors in about the same proportion. Web safe color of #27211A is #333300 (or #330).

RGB color model

#27211A color RGB value is (39,33,26).

  • red value is 39;
  • green value is 33;
  • blue value is 26.
RGB:
(39,33,26)
(15%,13%,10%)

RGB channels and saturation

R 39 of 255 = 15%
G 33 of 255 = 13%
B 26 of 255 = 10%

39
33
26

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

Portions of RGB colors in percentages

R + G + B =
39 + 33 + 26 = 98 (100%)
R 39 of 98 ~ 39.8%
G 33 of 98 ~ 33.67%
B 26 of 98 ~ 26.53%

%39.8
%33.67
%26.53

CMYK color model

#27211A color CMYK value is (0,15,33,85).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 33.33%
  • key color value is 84.71%
CMYK:
(0,15,33,85)
C0M15Y33K85 
(0%,15%,33%,85%)
(0.00/0.15/0.33/0.85)	

CMYK percentages

%0
%15.38
%33.33
%84.71

Codes

Color #27211A in popluar color models

27211A
RGB393326
HSL32°20.00%12.75%
HSB/HSV32°33.33%15.29%
CMYK0.00%15.38%33.33%
84.71%

Color #27211A in popluar number systems.

HEX27211A
Decimal393326
Binary10011110000111010
Octal474132

Shades and tints

Shades of #27211A

#27211A
(39,33,26)
#241E18
(36,30,24)
#211B16
(33,27,22)
#1E1814
(30,24,20)
#1B1512
(27,21,18)
#181210
(24,18,16)
#150F0E
(21,15,14)
#120C0C
(18,12,12)
#0F090A
(15,9,10)
#0C0608
(12,6,8)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #27211A

#27211A
(39,33,26)
#3A352E
(58,53,46)
#4D4942
(77,73,66)
#605D56
(96,93,86)
#73716A
(115,113,106)
#86857E
(134,133,126)
#999992
(153,153,146)
#ACADA6
(172,173,166)
#BFC1BA
(191,193,186)
#D2D5CE
(210,213,206)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27211A; }

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

This text font color is #27211A.


Background Color

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

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

This div background color is #27211A.


Border color

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

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

This div border color is #27211A.


Opacity

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

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

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

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

This text has shadow with #27211A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27211A on black background.


Color preview on white background

This text has color #27211A on white background.



Black color preview on #27211A background

This text has black color on #27211A background.


White color preview on #27211A background

This text has white color on #27211A background.