COLOR #282727

HEX: #282727
RGB: (40,39,39)

Color info

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

RGB color model

#282727 color RGB value is (40,39,39).

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

RGB channels and saturation

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

40
39
39

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

Portions of RGB colors in percentages

R + G + B =
40 + 39 + 39 = 118 (100%)
R 40 of 118 ~ 33.9%
G 39 of 118 ~ 33.05%
B 39 of 118 ~ 33.05%

%33.9
%33.05
%33.05

CMYK color model

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

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

CMYK percentages

%0
%2.5
%2.5
%84.31

Codes

Color #282727 in popluar color models

282727
RGB403939
HSL1.27%15.49%
HSB/HSV2.50%15.69%
CMYK0.00%2.50%2.50%
84.31%

Color #282727 in popluar number systems.

HEX282727
Decimal403939
Binary101000100111100111
Octal504747

Shades and tints

Shades of #282727

#282727
(40,39,39)
#252424
(37,36,36)
#222121
(34,33,33)
#1F1E1E
(31,30,30)
#1C1B1B
(28,27,27)
#191818
(25,24,24)
#161515
(22,21,21)
#131212
(19,18,18)
#100F0F
(16,15,15)
#0D0C0C
(13,12,12)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #282727

#282727
(40,39,39)
#3B3A3A
(59,58,58)
#4E4D4D
(78,77,77)
#616060
(97,96,96)
#747373
(116,115,115)
#878686
(135,134,134)
#9A9999
(154,153,153)
#ADACAC
(173,172,172)
#C0BFBF
(192,191,191)
#D3D2D2
(211,210,210)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282727; }

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

This text font color is #282727.


Background Color

.myBgColor { background-color: #282727; }

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

This div background color is #282727.


Border color

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

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

This div border color is #282727.


Opacity

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

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

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

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

This text has shadow with #282727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #282727 on black background.


Color preview on white background

This text has color #282727 on white background.



Black color preview on #282727 background

This text has black color on #282727 background.


White color preview on #282727 background

This text has white color on #282727 background.