COLOR #272528

HEX: #272528
RGB: (39,37,40)

Color info

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

RGB color model

#272528 color RGB value is (39,37,40).

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

RGB channels and saturation

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

39
37
40

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

Portions of RGB colors in percentages

R + G + B =
39 + 37 + 40 = 116 (100%)
R 39 of 116 ~ 33.62%
G 37 of 116 ~ 31.9%
B 40 of 116 ~ 34.48%

%33.62
%31.9
%34.48

CMYK color model

#272528 color CMYK value is (2,7,0,84).

  • cyan value is 2.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(2,7,0,84)
C2M7Y0K84 
(2%,7%,0%,84%)
(0.02/0.07/0.00/0.84)	

CMYK percentages

%2.5
%7.5
%0
%84.31

Codes

Color #272528 in popluar color models

272528
RGB393740
HSL280°3.90%15.10%
HSB/HSV280°7.50%15.69%
CMYK2.50%7.50%0.00%
84.31%

Color #272528 in popluar number systems.

HEX272528
Decimal393740
Binary100111100101101000
Octal474550

Shades and tints

Shades of #272528

#272528
(39,37,40)
#242225
(36,34,37)
#211F22
(33,31,34)
#1E1C1F
(30,28,31)
#1B191C
(27,25,28)
#181619
(24,22,25)
#151316
(21,19,22)
#121013
(18,16,19)
#0F0D10
(15,13,16)
#0C0A0D
(12,10,13)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #272528

#272528
(39,37,40)
#3A383B
(58,56,59)
#4D4B4E
(77,75,78)
#605E61
(96,94,97)
#737174
(115,113,116)
#868487
(134,132,135)
#99979A
(153,151,154)
#ACAAAD
(172,170,173)
#BFBDC0
(191,189,192)
#D2D0D3
(210,208,211)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272528; }

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

This text font color is #272528.


Background Color

.myBgColor { background-color: #272528; }

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

This div background color is #272528.


Border color

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

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

This div border color is #272528.


Opacity

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

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

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

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

This text has shadow with #272528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272528 on black background.


Color preview on white background

This text has color #272528 on white background.



Black color preview on #272528 background

This text has black color on #272528 background.


White color preview on #272528 background

This text has white color on #272528 background.