COLOR #27120C

HEX: #27120C
RGB: (39,18,12)

Color info

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

RGB color model

#27120C color RGB value is (39,18,12).

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

RGB channels and saturation

R 39 of 255 = 15%
G 18 of 255 = 7%
B 12 of 255 = 5%

39
18
12

R + G + B ~ 9%. #27120C is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 18 + 12 = 69 (100%)
R 39 of 69 ~ 56.52%
G 18 of 69 ~ 26.09%
B 12 of 69 ~ 17.39%

%56.52
%26.09
%17.39

CMYK color model

#27120C color CMYK value is (0,54,69,85).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 69.23%
  • key color value is 84.71%
CMYK:
(0,54,69,85)
C0M54Y69K85 
(0%,54%,69%,85%)
(0.00/0.54/0.69/0.85)	

CMYK percentages

%0
%53.85
%69.23
%84.71

Codes

Color #27120C in popluar color models

27120C
RGB391812
HSL13°52.94%10.00%
HSB/HSV13°69.23%15.29%
CMYK0.00%53.85%69.23%
84.71%

Color #27120C in popluar number systems.

HEX27120C
Decimal391812
Binary100111100101100
Octal472214

Shades and tints

Shades of #27120C

#27120C
(39,18,12)
#24110B
(36,17,11)
#21100A
(33,16,10)
#1E0F09
(30,15,9)
#1B0E08
(27,14,8)
#180D07
(24,13,7)
#150C06
(21,12,6)
#120B05
(18,11,5)
#0F0A04
(15,10,4)
#0C0903
(12,9,3)
#090802
(9,8,2)
#000000
(0,0,0)

Tints of #27120C

#27120C
(39,18,12)
#3A2722
(58,39,34)
#4D3C38
(77,60,56)
#60514E
(96,81,78)
#736664
(115,102,100)
#867B7A
(134,123,122)
#999090
(153,144,144)
#ACA5A6
(172,165,166)
#BFBABC
(191,186,188)
#D2CFD2
(210,207,210)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27120C color. Also use rgb(39,18,12) instead hex code.

Text Font Color

.myTextColor { color: #27120C; }

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

This text font color is #27120C.


Background Color

.myBgColor { background-color: #27120C; }

<div style="background-color:#27120C">Inner text</div>

This div background color is #27120C.


Border color

.myBorderColor { border: 1px solid #27120C; }

<div style="border:3px solid #27120C">Div</div>

This div border color is #27120C.


Opacity

.myOpacity80 { color: #27120C; opacity: 0.8; }

<p style="color:#27120C;opacity:0.8;">80%</p>

Text with #27120C 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 #27120C;}

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

This text has shadow with #27120C color.

.textShadow {text-shadow: 3px 3px 1px #27120C, 3px 3px 1px red;}

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

This text has shadow with #27120C primary color and red secondary color.


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

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

This text has shadow with #27120C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27120C on black background.


Color preview on white background

This text has color #27120C on white background.



Black color preview on #27120C background

This text has black color on #27120C background.


White color preview on #27120C background

This text has white color on #27120C background.