COLOR #27171C

HEX: #27171C
RGB: (39,23,28)

Color info

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

RGB color model

#27171C color RGB value is (39,23,28).

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

RGB channels and saturation

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

39
23
28

R + G + B ~ 12%. #27171C is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 23 + 28 = 90 (100%)
R 39 of 90 ~ 43.33%
G 23 of 90 ~ 25.56%
B 28 of 90 ~ 31.11%

%43.33
%25.56
%31.11

CMYK color model

#27171C color CMYK value is (0,41,28,85).

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

CMYK percentages

%0
%41.03
%28.21
%84.71

Codes

Color #27171C in popluar color models

27171C
RGB392328
HSL341°25.81%12.16%
HSB/HSV341°41.03%15.29%
CMYK0.00%41.03%28.21%
84.71%

Color #27171C in popluar number systems.

HEX27171C
Decimal392328
Binary1001111011111100
Octal472734

Shades and tints

Shades of #27171C

#27171C
(39,23,28)
#24151A
(36,21,26)
#211318
(33,19,24)
#1E1116
(30,17,22)
#1B0F14
(27,15,20)
#180D12
(24,13,18)
#150B10
(21,11,16)
#12090E
(18,9,14)
#0F070C
(15,7,12)
#0C050A
(12,5,10)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #27171C

#27171C
(39,23,28)
#3A2C30
(58,44,48)
#4D4144
(77,65,68)
#605658
(96,86,88)
#736B6C
(115,107,108)
#868080
(134,128,128)
#999594
(153,149,148)
#ACAAA8
(172,170,168)
#BFBFBC
(191,191,188)
#D2D4D0
(210,212,208)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27171C; }

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

This text font color is #27171C.


Background Color

.myBgColor { background-color: #27171C; }

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

This div background color is #27171C.


Border color

.myBorderColor { border: 1px solid #27171C; }

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

This div border color is #27171C.


Opacity

.myOpacity80 { color: #27171C; opacity: 0.8; }

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

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

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

This text has shadow with #27171C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27171C on black background.


Color preview on white background

This text has color #27171C on white background.



Black color preview on #27171C background

This text has black color on #27171C background.


White color preview on #27171C background

This text has white color on #27171C background.