COLOR #27421D

HEX: #27421D
RGB: (39,66,29)

Color info

#27421D contains red, green and blue colors in about the same proportion. Web safe color of #27421D is #333333 (or #333).

RGB color model

#27421D color RGB value is (39,66,29).

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

RGB channels and saturation

R 39 of 255 = 15%
G 66 of 255 = 26%
B 29 of 255 = 11%

39
66
29

R + G + B ~ 17%. #27421D is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 66 + 29 = 134 (100%)
R 39 of 134 ~ 29.1%
G 66 of 134 ~ 49.25%
B 29 of 134 ~ 21.64%

%29.1
%49.25
%21.64

CMYK color model

#27421D color CMYK value is (41,0,56,74).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 56.06%
  • key color value is 74.12%
CMYK:
(41,0,56,74)
C41M0Y56K74 
(41%,0%,56%,74%)
(0.41/0.00/0.56/0.74)	

CMYK percentages

%40.91
%0
%56.06
%74.12

Codes

Color #27421D in popluar color models

27421D
RGB396629
HSL104°38.95%18.63%
HSB/HSV104°56.06%25.88%
CMYK40.91%0.00%56.06%
74.12%

Color #27421D in popluar number systems.

HEX27421D
Decimal396629
Binary100111100001011101
Octal4710235

Shades and tints

Shades of #27421D

#27421D
(39,66,29)
#243C1B
(36,60,27)
#213619
(33,54,25)
#1E3017
(30,48,23)
#1B2A15
(27,42,21)
#182413
(24,36,19)
#151E11
(21,30,17)
#12180F
(18,24,15)
#0F120D
(15,18,13)
#0C0C0B
(12,12,11)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #27421D

#27421D
(39,66,29)
#3A5331
(58,83,49)
#4D6445
(77,100,69)
#607559
(96,117,89)
#73866D
(115,134,109)
#869781
(134,151,129)
#99A895
(153,168,149)
#ACB9A9
(172,185,169)
#BFCABD
(191,202,189)
#D2DBD1
(210,219,209)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27421D color. Also use rgb(39,66,29) instead hex code.

Text Font Color

.myTextColor { color: #27421D; }

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

This text font color is #27421D.


Background Color

.myBgColor { background-color: #27421D; }

<div style="background-color:#27421D">Inner text</div>

This div background color is #27421D.


Border color

.myBorderColor { border: 1px solid #27421D; }

<div style="border:3px solid #27421D">Div</div>

This div border color is #27421D.


Opacity

.myOpacity80 { color: #27421D; opacity: 0.8; }

<p style="color:#27421D;opacity:0.8;">80%</p>

Text with #27421D 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 #27421D;}

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

This text has shadow with #27421D color.

.textShadow {text-shadow: 3px 3px 1px #27421D, 3px 3px 1px red;}

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

This text has shadow with #27421D primary color and red secondary color.


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

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

This text has shadow with #27421D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27421D on black background.


Color preview on white background

This text has color #27421D on white background.



Black color preview on #27421D background

This text has black color on #27421D background.


White color preview on #27421D background

This text has white color on #27421D background.