COLOR #272914

HEX: #272914
RGB: (39,41,20)

Color info

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

RGB color model

#272914 color RGB value is (39,41,20).

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

RGB channels and saturation

R 39 of 255 = 15%
G 41 of 255 = 16%
B 20 of 255 = 8%

39
41
20

R + G + B ~ 13%. #272914 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 41 + 20 = 100 (100%)
R 39 of 100 ~ 39%
G 41 of 100 ~ 41%
B 20 of 100 ~ 20%

%39
%41
%20

CMYK color model

#272914 color CMYK value is (5,0,51,84).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 83.92%
CMYK:
(5,0,51,84)
C5M0Y51K84 
(5%,0%,51%,84%)
(0.05/0.00/0.51/0.84)	

CMYK percentages

%4.88
%0
%51.22
%83.92

Codes

Color #272914 in popluar color models

272914
RGB394120
HSL66°34.43%11.96%
HSB/HSV66°51.22%16.08%
CMYK4.88%0.00%51.22%
83.92%

Color #272914 in popluar number systems.

HEX272914
Decimal394120
Binary10011110100110100
Octal475124

Shades and tints

Shades of #272914

#272914
(39,41,20)
#242613
(36,38,19)
#212312
(33,35,18)
#1E2011
(30,32,17)
#1B1D10
(27,29,16)
#181A0F
(24,26,15)
#15170E
(21,23,14)
#12140D
(18,20,13)
#0F110C
(15,17,12)
#0C0E0B
(12,14,11)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #272914

#272914
(39,41,20)
#3A3C29
(58,60,41)
#4D4F3E
(77,79,62)
#606253
(96,98,83)
#737568
(115,117,104)
#86887D
(134,136,125)
#999B92
(153,155,146)
#ACAEA7
(172,174,167)
#BFC1BC
(191,193,188)
#D2D4D1
(210,212,209)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272914; }

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

This text font color is #272914.


Background Color

.myBgColor { background-color: #272914; }

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

This div background color is #272914.


Border color

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

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

This div border color is #272914.


Opacity

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

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

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

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

This text has shadow with #272914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272914 on black background.


Color preview on white background

This text has color #272914 on white background.



Black color preview on #272914 background

This text has black color on #272914 background.


White color preview on #272914 background

This text has white color on #272914 background.