COLOR #27172A

HEX: #27172A
RGB: (39,23,42)

Color info

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

RGB color model

#27172A color RGB value is (39,23,42).

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

RGB channels and saturation

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

39
23
42

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

Portions of RGB colors in percentages

R + G + B =
39 + 23 + 42 = 104 (100%)
R 39 of 104 ~ 37.5%
G 23 of 104 ~ 22.12%
B 42 of 104 ~ 40.38%

%37.5
%22.12
%40.38

CMYK color model

#27172A color CMYK value is (7,45,0,84).

  • cyan value is 7.14%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(7,45,0,84)
C7M45Y0K84 
(7%,45%,0%,84%)
(0.07/0.45/0.00/0.84)	

CMYK percentages

%7.14
%45.24
%0
%83.53

Codes

Color #27172A in popluar color models

27172A
RGB392342
HSL291°29.23%12.75%
HSB/HSV291°45.24%16.47%
CMYK7.14%45.24%0.00%
83.53%

Color #27172A in popluar number systems.

HEX27172A
Decimal392342
Binary10011110111101010
Octal472752

Shades and tints

Shades of #27172A

#27172A
(39,23,42)
#241527
(36,21,39)
#211324
(33,19,36)
#1E1121
(30,17,33)
#1B0F1E
(27,15,30)
#180D1B
(24,13,27)
#150B18
(21,11,24)
#120915
(18,9,21)
#0F0712
(15,7,18)
#0C050F
(12,5,15)
#09030C
(9,3,12)
#000000
(0,0,0)

Tints of #27172A

#27172A
(39,23,42)
#3A2C3D
(58,44,61)
#4D4150
(77,65,80)
#605663
(96,86,99)
#736B76
(115,107,118)
#868089
(134,128,137)
#99959C
(153,149,156)
#ACAAAF
(172,170,175)
#BFBFC2
(191,191,194)
#D2D4D5
(210,212,213)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27172A; }

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

This text font color is #27172A.


Background Color

.myBgColor { background-color: #27172A; }

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

This div background color is #27172A.


Border color

.myBorderColor { border: 1px solid #27172A; }

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

This div border color is #27172A.


Opacity

.myOpacity80 { color: #27172A; opacity: 0.8; }

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

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

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

This text has shadow with #27172A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27172A on black background.


Color preview on white background

This text has color #27172A on white background.



Black color preview on #27172A background

This text has black color on #27172A background.


White color preview on #27172A background

This text has white color on #27172A background.