COLOR #272928

HEX: #272928 RGB: (39,41,40)

Color info

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

RGB color model

#272928 color RGB value is (39,41,40).

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

RGB channels and saturation

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

39
41
40

R + G + B ~ 16%. #272928 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 41 + 40 = 120 (100%)
R 39 of 120 ~ 32.5%
G 41 of 120 ~ 34.17%
B 40 of 120 ~ 33.33'%

%32.5
%34.17
%33.33

CMYK color model

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

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

CMYK percentages

%4.88
%0
%2.44
%83.92

Codes

Color #272928 in popluar color models

27 29 28
RGB 39 41 40
HSL 150° 2.50% 15.69%
HSB/HSV 150° 4.88% 16.08%
CMYK 4.88% 0.00% 2.44%
83.92%

Color #272928 in popluar number systems.

HEX 27 29 28
Decimal 39 41 40
Binary 100111 101001 101000
Octal 47 51 50

Shades and tints

Shades of #272928

#272928
(39,41,40)
#242625
(36,38,37)
#212322
(33,35,34)
#1E201F
(30,32,31)
#1B1D1C
(27,29,28)
#181A19
(24,26,25)
#151716
(21,23,22)
#121413
(18,20,19)
#0F1110
(15,17,16)
#0C0E0D
(12,14,13)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #272928

#272928
(39,41,40)
#3A3C3B
(58,60,59)
#4D4F4E
(77,79,78)
#606261
(96,98,97)
#737574
(115,117,116)
#868887
(134,136,135)
#999B9A
(153,155,154)
#ACAEAD
(172,174,173)
#BFC1C0
(191,193,192)
#D2D4D3
(210,212,211)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272928; }

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

This text font color is #272928.

Background Color

.myBgColor { background-color: #272928; }

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

This div background color is #272928.

Border color

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

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

This div border color is #272928.

Opacity

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

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

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

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

This text has shadow with #272928 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272928.

Preview

Color preview on black background

This text has color #272928 on black background.


Color preview on white background

This text has color #272928 on white background.


Black color preview on #272928 background

This text has black color on #272928 background.


White color preview on #272928 background

This text has white color on #272928 background.


Related colors

Complementary color

Complementary color for #hex is #D8D6D7.


I love getcolorcode.com

Triadic colors

1 #282729 and #292827 with #272928 are triadic colors.

2 #282927 and #292728 with #272928 are triadic colors.