COLOR #272729

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

Color info

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

RGB color model

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

RGB: (39,39,41) (15%, 15%, 16%)

RGB channels and saturation

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

39
39
41

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

Portions of RGB colors in percentages

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

%32.77
%32.77
%34.45

CMYK color model

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

  • cyan value is 4.88%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (5,5,0,84)
C5M5Y0K84 (5%, 5%, 0%, 84%)
(0.05 / 0.05 / 0.00 / 0.84)

CMYK percentages

%4.88
%4.88
%0
%83.92

Codes

Color #272729 in popluar color models

27 27 29
RGB 39 39 41
HSL 240° 2.50% 15.69%
HSB/HSV 240° 4.88% 16.08%
CMYK 4.88% 4.88% 0.00%
83.92%

Color #272729 in popluar number systems.

HEX 27 27 29
Decimal 39 39 41
Binary 100111 100111 101001
Octal 47 47 51

Shades and tints

Shades of #272729

#272729
(39,39,41)
#242426
(36,36,38)
#212123
(33,33,35)
#1E1E20
(30,30,32)
#1B1B1D
(27,27,29)
#18181A
(24,24,26)
#151517
(21,21,23)
#121214
(18,18,20)
#0F0F11
(15,15,17)
#0C0C0E
(12,12,14)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #272729

#272729
(39,39,41)
#3A3A3C
(58,58,60)
#4D4D4F
(77,77,79)
#606062
(96,96,98)
#737375
(115,115,117)
#868688
(134,134,136)
#99999B
(153,153,155)
#ACACAE
(172,172,174)
#BFBFC1
(191,191,193)
#D2D2D4
(210,210,212)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272729; }

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

This text font color is #272729.

Background Color

.myBgColor { background-color: #272729; }

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

This div background color is #272729.

Border color

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

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

This div border color is #272729.

Opacity

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

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

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

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

This text has shadow with #272729 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272729.

Preview

Color preview on black background

This text has color #272729 on black background.


Color preview on white background

This text has color #272729 on white background.


Black color preview on #272729 background

This text has black color on #272729 background.


White color preview on #272729 background

This text has white color on #272729 background.


Related colors

Complementary color

Complementary color for #hex is #D8D8D6.


I love getcolorcode.com