COLOR #272417

HEX: #272417
RGB: (39,36,23)

Color info

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

RGB color model

#272417 color RGB value is (39,36,23).

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

RGB channels and saturation

R 39 of 255 = 15%
G 36 of 255 = 14%
B 23 of 255 = 9%

39
36
23

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

Portions of RGB colors in percentages

R + G + B =
39 + 36 + 23 = 98 (100%)
R 39 of 98 ~ 39.8%
G 36 of 98 ~ 36.73%
B 23 of 98 ~ 23.47%

%39.8
%36.73
%23.47

CMYK color model

#272417 color CMYK value is (0,8,41,85).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 41.03%
  • key color value is 84.71%
CMYK:
(0,8,41,85)
C0M8Y41K85 
(0%,8%,41%,85%)
(0.00/0.08/0.41/0.85)	

CMYK percentages

%0
%7.69
%41.03
%84.71

Codes

Color #272417 in popluar color models

272417
RGB393623
HSL49°25.81%12.16%
HSB/HSV49°41.03%15.29%
CMYK0.00%7.69%41.03%
84.71%

Color #272417 in popluar number systems.

HEX272417
Decimal393623
Binary10011110010010111
Octal474427

Shades and tints

Shades of #272417

#272417
(39,36,23)
#242115
(36,33,21)
#211E13
(33,30,19)
#1E1B11
(30,27,17)
#1B180F
(27,24,15)
#18150D
(24,21,13)
#15120B
(21,18,11)
#120F09
(18,15,9)
#0F0C07
(15,12,7)
#0C0905
(12,9,5)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #272417

#272417
(39,36,23)
#3A372C
(58,55,44)
#4D4A41
(77,74,65)
#605D56
(96,93,86)
#73706B
(115,112,107)
#868380
(134,131,128)
#999695
(153,150,149)
#ACA9AA
(172,169,170)
#BFBCBF
(191,188,191)
#D2CFD4
(210,207,212)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272417; }

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

This text font color is #272417.


Background Color

.myBgColor { background-color: #272417; }

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

This div background color is #272417.


Border color

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

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

This div border color is #272417.


Opacity

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

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

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

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

This text has shadow with #272417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272417 on black background.


Color preview on white background

This text has color #272417 on white background.



Black color preview on #272417 background

This text has black color on #272417 background.


White color preview on #272417 background

This text has white color on #272417 background.