COLOR #272716

HEX: #272716
RGB: (39,39,22)

Color info

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

RGB color model

#272716 color RGB value is (39,39,22).

  • red value is 39;
  • green value is 39;
  • blue value is 22.
RGB:
(39,39,22)
(15%,15%,9%)

RGB channels and saturation

R 39 of 255 = 15%
G 39 of 255 = 15%
B 22 of 255 = 9%

39
39
22

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

Portions of RGB colors in percentages

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

%39
%39
%22

CMYK color model

#272716 color CMYK value is (0,0,44,85).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 43.59%
  • key color value is 84.71%
CMYK:
(0,0,44,85)
C0M0Y44K85 
(0%,0%,44%,85%)
(0.00/0.00/0.44/0.85)	

CMYK percentages

%0
%0
%43.59
%84.71

Codes

Color #272716 in popluar color models

272716
RGB393922
HSL60°27.87%11.96%
HSB/HSV60°43.59%15.29%
CMYK0.00%0.00%43.59%
84.71%

Color #272716 in popluar number systems.

HEX272716
Decimal393922
Binary10011110011110110
Octal474726

Shades and tints

Shades of #272716

#272716
(39,39,22)
#242414
(36,36,20)
#212112
(33,33,18)
#1E1E10
(30,30,16)
#1B1B0E
(27,27,14)
#18180C
(24,24,12)
#15150A
(21,21,10)
#121208
(18,18,8)
#0F0F06
(15,15,6)
#0C0C04
(12,12,4)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #272716

#272716
(39,39,22)
#3A3A2B
(58,58,43)
#4D4D40
(77,77,64)
#606055
(96,96,85)
#73736A
(115,115,106)
#86867F
(134,134,127)
#999994
(153,153,148)
#ACACA9
(172,172,169)
#BFBFBE
(191,191,190)
#D2D2D3
(210,210,211)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272716; }

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

This text font color is #272716.


Background Color

.myBgColor { background-color: #272716; }

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

This div background color is #272716.


Border color

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

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

This div border color is #272716.


Opacity

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

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

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

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

This text has shadow with #272716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272716 on black background.


Color preview on white background

This text has color #272716 on white background.



Black color preview on #272716 background

This text has black color on #272716 background.


White color preview on #272716 background

This text has white color on #272716 background.