COLOR #271714

HEX: #271714
RGB: (39,23,20)

Color info

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

RGB color model

#271714 color RGB value is (39,23,20).

  • red value is 39;
  • green value is 23;
  • blue value is 20.
RGB:
(39,23,20)
(15%,9%,8%)

RGB channels and saturation

R 39 of 255 = 15%
G 23 of 255 = 9%
B 20 of 255 = 8%

39
23
20

R + G + B ~ 11%. #271714 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 23 + 20 = 82 (100%)
R 39 of 82 ~ 47.56%
G 23 of 82 ~ 28.05%
B 20 of 82 ~ 24.39%

%47.56
%28.05
%24.39

CMYK color model

#271714 color CMYK value is (0,41,49,85).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 48.72%
  • key color value is 84.71%
CMYK:
(0,41,49,85)
C0M41Y49K85 
(0%,41%,49%,85%)
(0.00/0.41/0.49/0.85)	

CMYK percentages

%0
%41.03
%48.72
%84.71

Codes

Color #271714 in popluar color models

271714
RGB392320
HSL32.20%11.57%
HSB/HSV48.72%15.29%
CMYK0.00%41.03%48.72%
84.71%

Color #271714 in popluar number systems.

HEX271714
Decimal392320
Binary1001111011110100
Octal472724

Shades and tints

Shades of #271714

#271714
(39,23,20)
#241513
(36,21,19)
#211312
(33,19,18)
#1E1111
(30,17,17)
#1B0F10
(27,15,16)
#180D0F
(24,13,15)
#150B0E
(21,11,14)
#12090D
(18,9,13)
#0F070C
(15,7,12)
#0C050B
(12,5,11)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #271714

#271714
(39,23,20)
#3A2C29
(58,44,41)
#4D413E
(77,65,62)
#605653
(96,86,83)
#736B68
(115,107,104)
#86807D
(134,128,125)
#999592
(153,149,146)
#ACAAA7
(172,170,167)
#BFBFBC
(191,191,188)
#D2D4D1
(210,212,209)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271714 color. Also use rgb(39,23,20) instead hex code.

Text Font Color

.myTextColor { color: #271714; }

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

This text font color is #271714.


Background Color

.myBgColor { background-color: #271714; }

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

This div background color is #271714.


Border color

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

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

This div border color is #271714.


Opacity

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

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

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

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

This text has shadow with #271714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271714 on black background.


Color preview on white background

This text has color #271714 on white background.



Black color preview on #271714 background

This text has black color on #271714 background.


White color preview on #271714 background

This text has white color on #271714 background.