COLOR #27270B

HEX: #27270B RGB: (39,39,11)

Color info

#27270B contains red, green and blue colors in about the same proportion. Web safe color of #27270B is #333300 (or #330).

RGB color model

#27270B color RGB value is (39,39,11).

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

RGB channels and saturation

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

39
39
11

R + G + B ~ 11%. #27270B is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 39 + 11 = 89 (100%)
R 39 of 89 ~ 43.82%
G 39 of 89 ~ 43.82%
B 11 of 89 ~ 12.36'%

%43.82
%43.82
%12.36

CMYK color model

#27270B color CMYK value is (0,0,72,85).

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

CMYK: (0,0,72,85)
C0M0Y72K85 (0%, 0%, 72%, 85%)
(0.00 / 0.00 / 0.72 / 0.85)

CMYK percentages

%0
%0
%71.79
%84.71

Codes

Color #27270B in popluar color models

27 27 0B
RGB 39 39 11
HSL 60° 56.00% 9.80%
HSB/HSV 60° 71.79% 15.29%
CMYK 0.00% 0.00% 71.79%
84.71%

Color #27270B in popluar number systems.

HEX 27 27 0B
Decimal 39 39 11
Binary 100111 100111 1011
Octal 47 47 13

Shades and tints

Shades of #27270B

#27270B
(39,39,11)
#24240A
(36,36,10)
#212109
(33,33,9)
#1E1E08
(30,30,8)
#1B1B07
(27,27,7)
#181806
(24,24,6)
#151505
(21,21,5)
#121204
(18,18,4)
#0F0F03
(15,15,3)
#0C0C02
(12,12,2)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #27270B

#27270B
(39,39,11)
#3A3A21
(58,58,33)
#4D4D37
(77,77,55)
#60604D
(96,96,77)
#737363
(115,115,99)
#868679
(134,134,121)
#99998F
(153,153,143)
#ACACA5
(172,172,165)
#BFBFBB
(191,191,187)
#D2D2D1
(210,210,209)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27270B; }

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

This text font color is #27270B.

Background Color

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

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

This div background color is #27270B.

Border color

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

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

This div border color is #27270B.

Opacity

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

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

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

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

This text has shadow with #27270B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #27270B.

Preview

Color preview on black background

This text has color #27270B on black background.


Color preview on white background

This text has color #27270B on white background.


Black color preview on #27270B background

This text has black color on #27270B background.


White color preview on #27270B background

This text has white color on #27270B background.


Related colors

Complementary color

Complementary color for #hex is #D8D8F4.


I love getcolorcode.com