COLOR #282329

HEX: #282329
RGB: (40,35,41)

Color info

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

RGB color model

#282329 color RGB value is (40,35,41).

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

RGB channels and saturation

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

40
35
41

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

Portions of RGB colors in percentages

R + G + B =
40 + 35 + 41 = 116 (100%)
R 40 of 116 ~ 34.48%
G 35 of 116 ~ 30.17%
B 41 of 116 ~ 35.34%

%34.48
%30.17
%35.34

CMYK color model

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

  • cyan value is 2.44%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(2,15,0,84)
C2M15Y0K84 
(2%,15%,0%,84%)
(0.02/0.15/0.00/0.84)	

CMYK percentages

%2.44
%14.63
%0
%83.92

Codes

Color #282329 in popluar color models

282329
RGB403541
HSL290°7.89%14.90%
HSB/HSV290°14.63%16.08%
CMYK2.44%14.63%0.00%
83.92%

Color #282329 in popluar number systems.

HEX282329
Decimal403541
Binary101000100011101001
Octal504351

Shades and tints

Shades of #282329

#282329
(40,35,41)
#252026
(37,32,38)
#221D23
(34,29,35)
#1F1A20
(31,26,32)
#1C171D
(28,23,29)
#19141A
(25,20,26)
#161117
(22,17,23)
#130E14
(19,14,20)
#100B11
(16,11,17)
#0D080E
(13,8,14)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #282329

#282329
(40,35,41)
#3B373C
(59,55,60)
#4E4B4F
(78,75,79)
#615F62
(97,95,98)
#747375
(116,115,117)
#878788
(135,135,136)
#9A9B9B
(154,155,155)
#ADAFAE
(173,175,174)
#C0C3C1
(192,195,193)
#D3D7D4
(211,215,212)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282329; }

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

This text font color is #282329.


Background Color

.myBgColor { background-color: #282329; }

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

This div background color is #282329.


Border color

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

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

This div border color is #282329.


Opacity

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

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

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

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

This text has shadow with #282329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #282329 on black background.


Color preview on white background

This text has color #282329 on white background.



Black color preview on #282329 background

This text has black color on #282329 background.


White color preview on #282329 background

This text has white color on #282329 background.