COLOR #271209

HEX: #271209
RGB: (39,18,9)

Color info

#271209 contains red, green and blue colors in about the same proportion. Web safe color of #271209 is #330000 (or #300).

RGB color model

#271209 color RGB value is (39,18,9).

  • red value is 39;
  • green value is 18;
  • blue value is 9.
RGB:
(39,18,9)
(15%,7%,4%)

RGB channels and saturation

R 39 of 255 = 15%
G 18 of 255 = 7%
B 9 of 255 = 4%

39
18
9

R + G + B ~ 9%. #271209 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 18 + 9 = 66 (100%)
R 39 of 66 ~ 59.09%
G 18 of 66 ~ 27.27%
B 9 of 66 ~ 13.64%

%59.09
%27.27
%13.64

CMYK color model

#271209 color CMYK value is (0,54,77,85).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 76.92%
  • key color value is 84.71%
CMYK:
(0,54,77,85)
C0M54Y77K85 
(0%,54%,77%,85%)
(0.00/0.54/0.77/0.85)	

CMYK percentages

%0
%53.85
%76.92
%84.71

Codes

Color #271209 in popluar color models

271209
RGB39189
HSL18°62.50%9.41%
HSB/HSV18°76.92%15.29%
CMYK0.00%53.85%76.92%
84.71%

Color #271209 in popluar number systems.

HEX271209
Decimal39189
Binary100111100101001
Octal472211

Shades and tints

Shades of #271209

#271209
(39,18,9)
#241109
(36,17,9)
#211009
(33,16,9)
#1E0F09
(30,15,9)
#1B0E09
(27,14,9)
#180D09
(24,13,9)
#150C09
(21,12,9)
#120B09
(18,11,9)
#0F0A09
(15,10,9)
#0C0909
(12,9,9)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #271209

#271209
(39,18,9)
#3A271F
(58,39,31)
#4D3C35
(77,60,53)
#60514B
(96,81,75)
#736661
(115,102,97)
#867B77
(134,123,119)
#99908D
(153,144,141)
#ACA5A3
(172,165,163)
#BFBAB9
(191,186,185)
#D2CFCF
(210,207,207)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271209 color. Also use rgb(39,18,9) instead hex code.

Text Font Color

.myTextColor { color: #271209; }

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

This text font color is #271209.


Background Color

.myBgColor { background-color: #271209; }

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

This div background color is #271209.


Border color

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

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

This div border color is #271209.


Opacity

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

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

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

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

This text has shadow with #271209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271209 on black background.


Color preview on white background

This text has color #271209 on white background.



Black color preview on #271209 background

This text has black color on #271209 background.


White color preview on #271209 background

This text has white color on #271209 background.