COLOR #272014

HEX: #272014
RGB: (39,32,20)

Color info

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

RGB color model

#272014 color RGB value is (39,32,20).

  • red value is 39;
  • green value is 32;
  • blue value is 20.
RGB:
(39,32,20)
(15%,13%,8%)

RGB channels and saturation

R 39 of 255 = 15%
G 32 of 255 = 13%
B 20 of 255 = 8%

39
32
20

R + G + B ~ 12%. #272014 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 32 + 20 = 91 (100%)
R 39 of 91 ~ 42.86%
G 32 of 91 ~ 35.16%
B 20 of 91 ~ 21.98%

%42.86
%35.16
%21.98

CMYK color model

#272014 color CMYK value is (0,18,49,85).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 48.72%
  • key color value is 84.71%
CMYK:
(0,18,49,85)
C0M18Y49K85 
(0%,18%,49%,85%)
(0.00/0.18/0.49/0.85)	

CMYK percentages

%0
%17.95
%48.72
%84.71

Codes

Color #272014 in popluar color models

272014
RGB393220
HSL38°32.20%11.57%
HSB/HSV38°48.72%15.29%
CMYK0.00%17.95%48.72%
84.71%

Color #272014 in popluar number systems.

HEX272014
Decimal393220
Binary10011110000010100
Octal474024

Shades and tints

Shades of #272014

#272014
(39,32,20)
#241E13
(36,30,19)
#211C12
(33,28,18)
#1E1A11
(30,26,17)
#1B1810
(27,24,16)
#18160F
(24,22,15)
#15140E
(21,20,14)
#12120D
(18,18,13)
#0F100C
(15,16,12)
#0C0E0B
(12,14,11)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #272014

#272014
(39,32,20)
#3A3429
(58,52,41)
#4D483E
(77,72,62)
#605C53
(96,92,83)
#737068
(115,112,104)
#86847D
(134,132,125)
#999892
(153,152,146)
#ACACA7
(172,172,167)
#BFC0BC
(191,192,188)
#D2D4D1
(210,212,209)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272014 color. Also use rgb(39,32,20) instead hex code.

Text Font Color

.myTextColor { color: #272014; }

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

This text font color is #272014.


Background Color

.myBgColor { background-color: #272014; }

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

This div background color is #272014.


Border color

.myBorderColor { border: 1px solid #272014; }

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

This div border color is #272014.


Opacity

.myOpacity80 { color: #272014; opacity: 0.8; }

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

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

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

This text has shadow with #272014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272014 on black background.


Color preview on white background

This text has color #272014 on white background.



Black color preview on #272014 background

This text has black color on #272014 background.


White color preview on #272014 background

This text has white color on #272014 background.