COLOR #272927

HEX: #272927
RGB: (39,41,39)

Color info

#272927 contains red, green and blue colors in about the same proportion. Web safe color of #272927 is #333333 (or #333).

RGB color model

#272927 color RGB value is (39,41,39).

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

RGB channels and saturation

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

39
41
39

R + G + B ~ 15%. #272927 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 41 + 39 = 119 (100%)
R 39 of 119 ~ 32.77%
G 41 of 119 ~ 34.45%
B 39 of 119 ~ 32.77%

%32.77
%34.45
%32.77

CMYK color model

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

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

CMYK percentages

%4.88
%0
%4.88
%83.92

Codes

Color #272927 in popluar color models

272927
RGB394139
HSL120°2.50%15.69%
HSB/HSV120°4.88%16.08%
CMYK4.88%0.00%4.88%
83.92%

Color #272927 in popluar number systems.

HEX272927
Decimal394139
Binary100111101001100111
Octal475147

Shades and tints

Shades of #272927

#272927
(39,41,39)
#242624
(36,38,36)
#212321
(33,35,33)
#1E201E
(30,32,30)
#1B1D1B
(27,29,27)
#181A18
(24,26,24)
#151715
(21,23,21)
#121412
(18,20,18)
#0F110F
(15,17,15)
#0C0E0C
(12,14,12)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #272927

#272927
(39,41,39)
#3A3C3A
(58,60,58)
#4D4F4D
(77,79,77)
#606260
(96,98,96)
#737573
(115,117,115)
#868886
(134,136,134)
#999B99
(153,155,153)
#ACAEAC
(172,174,172)
#BFC1BF
(191,193,191)
#D2D4D2
(210,212,210)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272927; }

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

This text font color is #272927.


Background Color

.myBgColor { background-color: #272927; }

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

This div background color is #272927.


Border color

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

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

This div border color is #272927.


Opacity

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

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

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

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

This text has shadow with #272927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272927 on black background.


Color preview on white background

This text has color #272927 on white background.



Black color preview on #272927 background

This text has black color on #272927 background.


White color preview on #272927 background

This text has white color on #272927 background.