COLOR #272317

HEX: #272317
RGB: (39,35,23)

Color info

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

RGB color model

#272317 color RGB value is (39,35,23).

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

RGB channels and saturation

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

39
35
23

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

Portions of RGB colors in percentages

R + G + B =
39 + 35 + 23 = 97 (100%)
R 39 of 97 ~ 40.21%
G 35 of 97 ~ 36.08%
B 23 of 97 ~ 23.71%

%40.21
%36.08
%23.71

CMYK color model

#272317 color CMYK value is (0,10,41,85).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 41.03%
  • key color value is 84.71%
CMYK:
(0,10,41,85)
C0M10Y41K85 
(0%,10%,41%,85%)
(0.00/0.10/0.41/0.85)	

CMYK percentages

%0
%10.26
%41.03
%84.71

Codes

Color #272317 in popluar color models

272317
RGB393523
HSL45°25.81%12.16%
HSB/HSV45°41.03%15.29%
CMYK0.00%10.26%41.03%
84.71%

Color #272317 in popluar number systems.

HEX272317
Decimal393523
Binary10011110001110111
Octal474327

Shades and tints

Shades of #272317

#272317
(39,35,23)
#242015
(36,32,21)
#211D13
(33,29,19)
#1E1A11
(30,26,17)
#1B170F
(27,23,15)
#18140D
(24,20,13)
#15110B
(21,17,11)
#120E09
(18,14,9)
#0F0B07
(15,11,7)
#0C0805
(12,8,5)
#090503
(9,5,3)
#000000
(0,0,0)

Tints of #272317

#272317
(39,35,23)
#3A372C
(58,55,44)
#4D4B41
(77,75,65)
#605F56
(96,95,86)
#73736B
(115,115,107)
#868780
(134,135,128)
#999B95
(153,155,149)
#ACAFAA
(172,175,170)
#BFC3BF
(191,195,191)
#D2D7D4
(210,215,212)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272317; }

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

This text font color is #272317.


Background Color

.myBgColor { background-color: #272317; }

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

This div background color is #272317.


Border color

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

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

This div border color is #272317.


Opacity

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

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

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

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

This text has shadow with #272317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272317 on black background.


Color preview on white background

This text has color #272317 on white background.



Black color preview on #272317 background

This text has black color on #272317 background.


White color preview on #272317 background

This text has white color on #272317 background.