COLOR #27090E

HEX: #27090E
RGB: (39,9,14)

Color info

#27090E contains red, green and blue colors in about the same proportion. Web safe color of #27090E is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

39
9
14

R + G + B ~ 8%. #27090E is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 9 + 14 = 62 (100%)
R 39 of 62 ~ 62.9%
G 9 of 62 ~ 14.52%
B 14 of 62 ~ 22.58%

%62.9
%14.52
%22.58

CMYK color model

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

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

CMYK percentages

%0
%76.92
%64.1
%84.71

Codes

Color #27090E in popluar color models

27090E
RGB39914
HSL350°62.50%9.41%
HSB/HSV350°76.92%15.29%
CMYK0.00%76.92%64.10%
84.71%

Color #27090E in popluar number systems.

HEX27090E
Decimal39914
Binary10011110011110
Octal471116

Shades and tints

Shades of #27090E

#27090E
(39,9,14)
#24090D
(36,9,13)
#21090C
(33,9,12)
#1E090B
(30,9,11)
#1B090A
(27,9,10)
#180909
(24,9,9)
#150908
(21,9,8)
#120907
(18,9,7)
#0F0906
(15,9,6)
#0C0905
(12,9,5)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #27090E

#27090E
(39,9,14)
#3A1F23
(58,31,35)
#4D3538
(77,53,56)
#604B4D
(96,75,77)
#736162
(115,97,98)
#867777
(134,119,119)
#998D8C
(153,141,140)
#ACA3A1
(172,163,161)
#BFB9B6
(191,185,182)
#D2CFCB
(210,207,203)
#E5E5E0
(229,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27090E; }

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

This text font color is #27090E.


Background Color

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

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

This div background color is #27090E.


Border color

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

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

This div border color is #27090E.


Opacity

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

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

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

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

This text has shadow with #27090E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27090E on black background.


Color preview on white background

This text has color #27090E on white background.



Black color preview on #27090E background

This text has black color on #27090E background.


White color preview on #27090E background

This text has white color on #27090E background.