COLOR #27470C

HEX: #27470C
RGB: (39,71,12)

Color info

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

RGB color model

#27470C color RGB value is (39,71,12).

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

RGB channels and saturation

R 39 of 255 = 15%
G 71 of 255 = 28%
B 12 of 255 = 5%

39
71
12

R + G + B ~ 16%. #27470C is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 71 + 12 = 122 (100%)
R 39 of 122 ~ 31.97%
G 71 of 122 ~ 58.2%
B 12 of 122 ~ 9.84%

%31.97
%58.2
%9.84

CMYK color model

#27470C color CMYK value is (45,0,83,72).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 83.10%
  • key color value is 72.16%
CMYK:
(45,0,83,72)
C45M0Y83K72 
(45%,0%,83%,72%)
(0.45/0.00/0.83/0.72)	

CMYK percentages

%45.07
%0
%83.1
%72.16

Codes

Color #27470C in popluar color models

27470C
RGB397112
HSL93°71.08%16.27%
HSB/HSV93°83.10%27.84%
CMYK45.07%0.00%83.10%
72.16%

Color #27470C in popluar number systems.

HEX27470C
Decimal397112
Binary10011110001111100
Octal4710714

Shades and tints

Shades of #27470C

#27470C
(39,71,12)
#24410B
(36,65,11)
#213B0A
(33,59,10)
#1E3509
(30,53,9)
#1B2F08
(27,47,8)
#182907
(24,41,7)
#152306
(21,35,6)
#121D05
(18,29,5)
#0F1704
(15,23,4)
#0C1103
(12,17,3)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #27470C

#27470C
(39,71,12)
#3A5722
(58,87,34)
#4D6738
(77,103,56)
#60774E
(96,119,78)
#738764
(115,135,100)
#86977A
(134,151,122)
#99A790
(153,167,144)
#ACB7A6
(172,183,166)
#BFC7BC
(191,199,188)
#D2D7D2
(210,215,210)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27470C; }

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

This text font color is #27470C.


Background Color

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

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

This div background color is #27470C.


Border color

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

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

This div border color is #27470C.


Opacity

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

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

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

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

This text has shadow with #27470C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27470C on black background.


Color preview on white background

This text has color #27470C on white background.



Black color preview on #27470C background

This text has black color on #27470C background.


White color preview on #27470C background

This text has white color on #27470C background.