COLOR #271B06

HEX: #271B06
RGB: (39,27,6)

Color info

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

RGB color model

#271B06 color RGB value is (39,27,6).

  • red value is 39;
  • green value is 27;
  • blue value is 6.
RGB:
(39,27,6)
(15%,11%,2%)

RGB channels and saturation

R 39 of 255 = 15%
G 27 of 255 = 11%
B 6 of 255 = 2%

39
27
6

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

Portions of RGB colors in percentages

R + G + B =
39 + 27 + 6 = 72 (100%)
R 39 of 72 ~ 54.17%
G 27 of 72 ~ 37.5%
B 6 of 72 ~ 8.33%

%54.17
%37.5

CMYK color model

#271B06 color CMYK value is (0,31,85,85).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 84.62%
  • key color value is 84.71%
CMYK:
(0,31,85,85)
C0M31Y85K85 
(0%,31%,85%,85%)
(0.00/0.31/0.85/0.85)	

CMYK percentages

%0
%30.77
%84.62
%84.71

Codes

Color #271B06 in popluar color models

271B06
RGB39276
HSL38°73.33%8.82%
HSB/HSV38°84.62%15.29%
CMYK0.00%30.77%84.62%
84.71%

Color #271B06 in popluar number systems.

HEX271B06
Decimal39276
Binary10011111011110
Octal47336

Shades and tints

Shades of #271B06

#271B06
(39,27,6)
#241906
(36,25,6)
#211706
(33,23,6)
#1E1506
(30,21,6)
#1B1306
(27,19,6)
#181106
(24,17,6)
#150F06
(21,15,6)
#120D06
(18,13,6)
#0F0B06
(15,11,6)
#0C0906
(12,9,6)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #271B06

#271B06
(39,27,6)
#3A2F1C
(58,47,28)
#4D4332
(77,67,50)
#605748
(96,87,72)
#736B5E
(115,107,94)
#867F74
(134,127,116)
#99938A
(153,147,138)
#ACA7A0
(172,167,160)
#BFBBB6
(191,187,182)
#D2CFCC
(210,207,204)
#E5E3E2
(229,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271B06 color. Also use rgb(39,27,6) instead hex code.

Text Font Color

.myTextColor { color: #271B06; }

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

This text font color is #271B06.


Background Color

.myBgColor { background-color: #271B06; }

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

This div background color is #271B06.


Border color

.myBorderColor { border: 1px solid #271B06; }

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

This div border color is #271B06.


Opacity

.myOpacity80 { color: #271B06; opacity: 0.8; }

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

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

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

This text has shadow with #271B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271B06 on black background.


Color preview on white background

This text has color #271B06 on white background.



Black color preview on #271B06 background

This text has black color on #271B06 background.


White color preview on #271B06 background

This text has white color on #271B06 background.