COLOR #272628

HEX: #272628
RGB: (39,38,40)

Color info

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

RGB color model

#272628 color RGB value is (39,38,40).

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

RGB channels and saturation

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

39
38
40

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

Portions of RGB colors in percentages

R + G + B =
39 + 38 + 40 = 117 (100%)
R 39 of 117 ~ 33.33%
G 38 of 117 ~ 32.48%
B 40 of 117 ~ 34.19%

%33.33
%32.48
%34.19

CMYK color model

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

  • cyan value is 2.50%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(2,5,0,84)
C2M5Y0K84 
(2%,5%,0%,84%)
(0.02/0.05/0.00/0.84)	

CMYK percentages

%2.5
%5
%0
%84.31

Codes

Color #272628 in popluar color models

272628
RGB393840
HSL270°2.56%15.29%
HSB/HSV270°5.00%15.69%
CMYK2.50%5.00%0.00%
84.31%

Color #272628 in popluar number systems.

HEX272628
Decimal393840
Binary100111100110101000
Octal474650

Shades and tints

Shades of #272628

#272628
(39,38,40)
#242325
(36,35,37)
#212022
(33,32,34)
#1E1D1F
(30,29,31)
#1B1A1C
(27,26,28)
#181719
(24,23,25)
#151416
(21,20,22)
#121113
(18,17,19)
#0F0E10
(15,14,16)
#0C0B0D
(12,11,13)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #272628

#272628
(39,38,40)
#3A393B
(58,57,59)
#4D4C4E
(77,76,78)
#605F61
(96,95,97)
#737274
(115,114,116)
#868587
(134,133,135)
#99989A
(153,152,154)
#ACABAD
(172,171,173)
#BFBEC0
(191,190,192)
#D2D1D3
(210,209,211)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272628; }

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

This text font color is #272628.


Background Color

.myBgColor { background-color: #272628; }

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

This div background color is #272628.


Border color

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

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

This div border color is #272628.


Opacity

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

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

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

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

This text has shadow with #272628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272628 on black background.


Color preview on white background

This text has color #272628 on white background.



Black color preview on #272628 background

This text has black color on #272628 background.


White color preview on #272628 background

This text has white color on #272628 background.