COLOR #282429

HEX: #282429
RGB: (40,36,41)

Color info

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

RGB color model

#282429 color RGB value is (40,36,41).

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

RGB channels and saturation

R 40 of 255 = 16%
G 36 of 255 = 14%
B 41 of 255 = 16%

40
36
41

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

Portions of RGB colors in percentages

R + G + B =
40 + 36 + 41 = 117 (100%)
R 40 of 117 ~ 34.19%
G 36 of 117 ~ 30.77%
B 41 of 117 ~ 35.04%

%34.19
%30.77
%35.04

CMYK color model

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

  • cyan value is 2.44%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(2,12,0,84)
C2M12Y0K84 
(2%,12%,0%,84%)
(0.02/0.12/0.00/0.84)	

CMYK percentages

%2.44
%12.2
%0
%83.92

Codes

Color #282429 in popluar color models

282429
RGB403641
HSL288°6.49%15.10%
HSB/HSV288°12.20%16.08%
CMYK2.44%12.20%0.00%
83.92%

Color #282429 in popluar number systems.

HEX282429
Decimal403641
Binary101000100100101001
Octal504451

Shades and tints

Shades of #282429

#282429
(40,36,41)
#252126
(37,33,38)
#221E23
(34,30,35)
#1F1B20
(31,27,32)
#1C181D
(28,24,29)
#19151A
(25,21,26)
#161217
(22,18,23)
#130F14
(19,15,20)
#100C11
(16,12,17)
#0D090E
(13,9,14)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #282429

#282429
(40,36,41)
#3B373C
(59,55,60)
#4E4A4F
(78,74,79)
#615D62
(97,93,98)
#747075
(116,112,117)
#878388
(135,131,136)
#9A969B
(154,150,155)
#ADA9AE
(173,169,174)
#C0BCC1
(192,188,193)
#D3CFD4
(211,207,212)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282429; }

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

This text font color is #282429.


Background Color

.myBgColor { background-color: #282429; }

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

This div background color is #282429.


Border color

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

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

This div border color is #282429.


Opacity

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

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

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

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

This text has shadow with #282429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #282429 on black background.


Color preview on white background

This text has color #282429 on white background.



Black color preview on #282429 background

This text has black color on #282429 background.


White color preview on #282429 background

This text has white color on #282429 background.