COLOR #27271B

HEX: #27271B RGB: (39,39,27)

Color info

#27271B contains red, green and blue colors in about the same proportion. Web safe color of #27271B is #333333 (or #333).

RGB color model

#27271B color RGB value is (39,39,27).

RGB: (39,39,27) (15%, 15%, 11%)

RGB channels and saturation

R 39 of 255 = 15%
G 39 of 255 = 15%
B 27 of 255 = 11%

39
39
27

R + G + B ~ 14%. #27271B is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 39 + 27 = 105 (100%)
R 39 of 105 ~ 37.14%
G 39 of 105 ~ 37.14%
B 27 of 105 ~ 25.71'%

%37.14
%37.14
%25.71

CMYK color model

#27271B color CMYK value is (0,0,31,85).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 84.71%

CMYK: (0,0,31,85)
C0M0Y31K85 (0%, 0%, 31%, 85%)
(0.00 / 0.00 / 0.31 / 0.85)

CMYK percentages

%0
%0
%30.77
%84.71

Codes

Color #27271B in popluar color models

27 27 1B
RGB 39 39 27
HSL 60° 18.18% 12.94%
HSB/HSV 60° 30.77% 15.29%
CMYK 0.00% 0.00% 30.77%
84.71%

Color #27271B in popluar number systems.

HEX 27 27 1B
Decimal 39 39 27
Binary 100111 100111 11011
Octal 47 47 33

Shades and tints

Shades of #27271B

#27271B
(39,39,27)
#242419
(36,36,25)
#212117
(33,33,23)
#1E1E15
(30,30,21)
#1B1B13
(27,27,19)
#181811
(24,24,17)
#15150F
(21,21,15)
#12120D
(18,18,13)
#0F0F0B
(15,15,11)
#0C0C09
(12,12,9)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #27271B

#27271B
(39,39,27)
#3A3A2F
(58,58,47)
#4D4D43
(77,77,67)
#606057
(96,96,87)
#73736B
(115,115,107)
#86867F
(134,134,127)
#999993
(153,153,147)
#ACACA7
(172,172,167)
#BFBFBB
(191,191,187)
#D2D2CF
(210,210,207)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27271B; }

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

This text font color is #27271B.

Background Color

.myBgColor { background-color: #27271B; }

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

This div background color is #27271B.

Border color

.myBorderColor { border: 1px solid #27271B; }

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

This div border color is #27271B.

Opacity

.myOpacity80 { color: #27271B; opacity: 0.8; }

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

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

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

This text has shadow with #27271B color.


.textShadow {text-shadow: 3px 3px 1px #27271B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #27271B; -webkit-box-shadow: 1px 1px 3px 2px #27271B; box-shadow:1px 1px 3px 2px #27271B;">
Div content here
</div>

This div box has shadow with color #27271B.

Preview

Color preview on black background

This text has color #27271B on black background.


Color preview on white background

This text has color #27271B on white background.


Black color preview on #27271B background

This text has black color on #27271B background.


White color preview on #27271B background

This text has white color on #27271B background.


Related colors

Complementary color

Complementary color for #hex is #D8D8E4.


I love getcolorcode.com