COLOR #27171D

HEX: #27171D
RGB: (39,23,29)

Color info

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

RGB color model

#27171D color RGB value is (39,23,29).

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

RGB channels and saturation

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

39
23
29

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

Portions of RGB colors in percentages

R + G + B =
39 + 23 + 29 = 91 (100%)
R 39 of 91 ~ 42.86%
G 23 of 91 ~ 25.27%
B 29 of 91 ~ 31.87%

%42.86
%25.27
%31.87

CMYK color model

#27171D color CMYK value is (0,41,26,85).

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

CMYK percentages

%0
%41.03
%25.64
%84.71

Codes

Color #27171D in popluar color models

27171D
RGB392329
HSL338°25.81%12.16%
HSB/HSV338°41.03%15.29%
CMYK0.00%41.03%25.64%
84.71%

Color #27171D in popluar number systems.

HEX27171D
Decimal392329
Binary1001111011111101
Octal472735

Shades and tints

Shades of #27171D

#27171D
(39,23,29)
#24151B
(36,21,27)
#211319
(33,19,25)
#1E1117
(30,17,23)
#1B0F15
(27,15,21)
#180D13
(24,13,19)
#150B11
(21,11,17)
#12090F
(18,9,15)
#0F070D
(15,7,13)
#0C050B
(12,5,11)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #27171D

#27171D
(39,23,29)
#3A2C31
(58,44,49)
#4D4145
(77,65,69)
#605659
(96,86,89)
#736B6D
(115,107,109)
#868081
(134,128,129)
#999595
(153,149,149)
#ACAAA9
(172,170,169)
#BFBFBD
(191,191,189)
#D2D4D1
(210,212,209)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27171D; }

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

This text font color is #27171D.


Background Color

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

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

This div background color is #27171D.


Border color

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

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

This div border color is #27171D.


Opacity

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

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

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

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

This text has shadow with #27171D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27171D on black background.


Color preview on white background

This text has color #27171D on white background.



Black color preview on #27171D background

This text has black color on #27171D background.


White color preview on #27171D background

This text has white color on #27171D background.