COLOR #27270E

HEX: #27270E
RGB: (39,39,14)

Color info

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

RGB color model

#27270E color RGB value is (39,39,14).

  • red value is 39;
  • green value is 39;
  • blue value is 14.
RGB:
(39,39,14)
(15%,15%,5%)

RGB channels and saturation

R 39 of 255 = 15%
G 39 of 255 = 15%
B 14 of 255 = 5%

39
39
14

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

Portions of RGB colors in percentages

R + G + B =
39 + 39 + 14 = 92 (100%)
R 39 of 92 ~ 42.39%
G 39 of 92 ~ 42.39%
B 14 of 92 ~ 15.22%

%42.39
%42.39
%15.22

CMYK color model

#27270E color CMYK value is (0,0,64,85).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 64.10%
  • key color value is 84.71%
CMYK:
(0,0,64,85)
C0M0Y64K85 
(0%,0%,64%,85%)
(0.00/0.00/0.64/0.85)	

CMYK percentages

%0
%0
%64.1
%84.71

Codes

Color #27270E in popluar color models

27270E
RGB393914
HSL60°47.17%10.39%
HSB/HSV60°64.10%15.29%
CMYK0.00%0.00%64.10%
84.71%

Color #27270E in popluar number systems.

HEX27270E
Decimal393914
Binary1001111001111110
Octal474716

Shades and tints

Shades of #27270E

#27270E
(39,39,14)
#24240D
(36,36,13)
#21210C
(33,33,12)
#1E1E0B
(30,30,11)
#1B1B0A
(27,27,10)
#181809
(24,24,9)
#151508
(21,21,8)
#121207
(18,18,7)
#0F0F06
(15,15,6)
#0C0C05
(12,12,5)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #27270E

#27270E
(39,39,14)
#3A3A23
(58,58,35)
#4D4D38
(77,77,56)
#60604D
(96,96,77)
#737362
(115,115,98)
#868677
(134,134,119)
#99998C
(153,153,140)
#ACACA1
(172,172,161)
#BFBFB6
(191,191,182)
#D2D2CB
(210,210,203)
#E5E5E0
(229,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27270E; }

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

This text font color is #27270E.


Background Color

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

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

This div background color is #27270E.


Border color

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

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

This div border color is #27270E.


Opacity

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

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

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

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

This text has shadow with #27270E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27270E on black background.


Color preview on white background

This text has color #27270E on white background.



Black color preview on #27270E background

This text has black color on #27270E background.


White color preview on #27270E background

This text has white color on #27270E background.