COLOR #282729

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

40
39
41

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

Portions of RGB colors in percentages

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

%33.33
%32.5
%34.17

CMYK color model

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

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

CMYK percentages

%2.44
%4.88
%0
%83.92

Codes

Color #282729 in popluar color models

282729
RGB403941
HSL270°2.50%15.69%
HSB/HSV270°4.88%16.08%
CMYK2.44%4.88%0.00%
83.92%

Color #282729 in popluar number systems.

HEX282729
Decimal403941
Binary101000100111101001
Octal504751

Shades and tints

Shades of #282729

#282729
(40,39,41)
#252426
(37,36,38)
#222123
(34,33,35)
#1F1E20
(31,30,32)
#1C1B1D
(28,27,29)
#19181A
(25,24,26)
#161517
(22,21,23)
#131214
(19,18,20)
#100F11
(16,15,17)
#0D0C0E
(13,12,14)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #282729

#282729
(40,39,41)
#3B3A3C
(59,58,60)
#4E4D4F
(78,77,79)
#616062
(97,96,98)
#747375
(116,115,117)
#878688
(135,134,136)
#9A999B
(154,153,155)
#ADACAE
(173,172,174)
#C0BFC1
(192,191,193)
#D3D2D4
(211,210,212)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282729; }

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

This text font color is #282729.


Background Color

.myBgColor { background-color: #282729; }

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

This div background color is #282729.


Border color

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

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

This div border color is #282729.


Opacity

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

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

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

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

This text has shadow with #282729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #282729 on black background.


Color preview on white background

This text has color #282729 on white background.



Black color preview on #282729 background

This text has black color on #282729 background.


White color preview on #282729 background

This text has white color on #282729 background.