COLOR #271727

HEX: #271727
RGB: (39,23,39)

Color info

#271727 contains red, green and blue colors in about the same proportion. Web safe color of #271727 is #330033 (or #303).

RGB color model

#271727 color RGB value is (39,23,39).

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

RGB channels and saturation

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

39
23
39

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

Portions of RGB colors in percentages

R + G + B =
39 + 23 + 39 = 101 (100%)
R 39 of 101 ~ 38.61%
G 23 of 101 ~ 22.77%
B 39 of 101 ~ 38.61%

%38.61
%22.77
%38.61

CMYK color model

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

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

CMYK percentages

%0
%41.03
%0
%84.71

Codes

Color #271727 in popluar color models

271727
RGB392339
HSL300°25.81%12.16%
HSB/HSV300°41.03%15.29%
CMYK0.00%41.03%0.00%
84.71%

Color #271727 in popluar number systems.

HEX271727
Decimal392339
Binary10011110111100111
Octal472747

Shades and tints

Shades of #271727

#271727
(39,23,39)
#241524
(36,21,36)
#211321
(33,19,33)
#1E111E
(30,17,30)
#1B0F1B
(27,15,27)
#180D18
(24,13,24)
#150B15
(21,11,21)
#120912
(18,9,18)
#0F070F
(15,7,15)
#0C050C
(12,5,12)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #271727

#271727
(39,23,39)
#3A2C3A
(58,44,58)
#4D414D
(77,65,77)
#605660
(96,86,96)
#736B73
(115,107,115)
#868086
(134,128,134)
#999599
(153,149,153)
#ACAAAC
(172,170,172)
#BFBFBF
(191,191,191)
#D2D4D2
(210,212,210)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #271727; }

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

This text font color is #271727.


Background Color

.myBgColor { background-color: #271727; }

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

This div background color is #271727.


Border color

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

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

This div border color is #271727.


Opacity

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

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

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

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

This text has shadow with #271727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271727 on black background.


Color preview on white background

This text has color #271727 on white background.



Black color preview on #271727 background

This text has black color on #271727 background.


White color preview on #271727 background

This text has white color on #271727 background.