COLOR #27420A

HEX: #27420A
RGB: (39,66,10)

Color info

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

RGB color model

#27420A color RGB value is (39,66,10).

  • red value is 39;
  • green value is 66;
  • blue value is 10.
RGB:
(39,66,10)
(15%,26%,4%)

RGB channels and saturation

R 39 of 255 = 15%
G 66 of 255 = 26%
B 10 of 255 = 4%

39
66
10

R + G + B ~ 15%. #27420A is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 66 + 10 = 115 (100%)
R 39 of 115 ~ 33.91%
G 66 of 115 ~ 57.39%
B 10 of 115 ~ 8.7%

%33.91
%57.39

CMYK color model

#27420A color CMYK value is (41,0,85,74).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 84.85%
  • key color value is 74.12%
CMYK:
(41,0,85,74)
C41M0Y85K74 
(41%,0%,85%,74%)
(0.41/0.00/0.85/0.74)	

CMYK percentages

%40.91
%0
%84.85
%74.12

Codes

Color #27420A in popluar color models

27420A
RGB396610
HSL89°73.68%14.90%
HSB/HSV89°84.85%25.88%
CMYK40.91%0.00%84.85%
74.12%

Color #27420A in popluar number systems.

HEX27420A
Decimal396610
Binary10011110000101010
Octal4710212

Shades and tints

Shades of #27420A

#27420A
(39,66,10)
#243C0A
(36,60,10)
#21360A
(33,54,10)
#1E300A
(30,48,10)
#1B2A0A
(27,42,10)
#18240A
(24,36,10)
#151E0A
(21,30,10)
#12180A
(18,24,10)
#0F120A
(15,18,10)
#0C0C0A
(12,12,10)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #27420A

#27420A
(39,66,10)
#3A5320
(58,83,32)
#4D6436
(77,100,54)
#60754C
(96,117,76)
#738662
(115,134,98)
#869778
(134,151,120)
#99A88E
(153,168,142)
#ACB9A4
(172,185,164)
#BFCABA
(191,202,186)
#D2DBD0
(210,219,208)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27420A color. Also use rgb(39,66,10) instead hex code.

Text Font Color

.myTextColor { color: #27420A; }

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

This text font color is #27420A.


Background Color

.myBgColor { background-color: #27420A; }

<div style="background-color:#27420A">Inner text</div>

This div background color is #27420A.


Border color

.myBorderColor { border: 1px solid #27420A; }

<div style="border:3px solid #27420A">Div</div>

This div border color is #27420A.


Opacity

.myOpacity80 { color: #27420A; opacity: 0.8; }

<p style="color:#27420A;opacity:0.8;">80%</p>

Text with #27420A 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 #27420A;}

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

This text has shadow with #27420A color.

.textShadow {text-shadow: 3px 3px 1px #27420A, 3px 3px 1px red;}

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

This text has shadow with #27420A primary color and red secondary color.


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

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

This text has shadow with #27420A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27420A on black background.


Color preview on white background

This text has color #27420A on white background.



Black color preview on #27420A background

This text has black color on #27420A background.


White color preview on #27420A background

This text has white color on #27420A background.