COLOR #282227

HEX: #282227 RGB: (40,34,39)

Color info

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

RGB color model

#282227 color RGB value is (40,34,39).

RGB: (40,34,39) (16%, 13%, 15%)

RGB channels and saturation

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

40
34
39

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

Portions of RGB colors in percentages

R + G + B = 40 + 34 + 39 = 113 (100%)
R 40 of 113 ~ 35.4%
G 34 of 113 ~ 30.09%
B 39 of 113 ~ 34.51'%

%35.4
%30.09
%34.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 2.50%
  • key color value is 84.31%

CMYK: (0,15,2,84)
C0M15Y2K84 (0%, 15%, 2%, 84%)
(0.00 / 0.15 / 0.02 / 0.84)

CMYK percentages

%0
%15
%2.5
%84.31

Codes

Color #282227 in popluar color models

28 22 27
RGB 40 34 39
HSL 310° 8.11% 14.51%
HSB/HSV 310° 15.00% 15.69%
CMYK 0.00% 15.00% 2.50%
84.31%

Color #282227 in popluar number systems.

HEX 28 22 27
Decimal 40 34 39
Binary 101000 100010 100111
Octal 50 42 47

Shades and tints

Shades of #282227

#282227
(40,34,39)
#251F24
(37,31,36)
#221C21
(34,28,33)
#1F191E
(31,25,30)
#1C161B
(28,22,27)
#191318
(25,19,24)
#161015
(22,16,21)
#130D12
(19,13,18)
#100A0F
(16,10,15)
#0D070C
(13,7,12)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #282227

#282227
(40,34,39)
#3B363A
(59,54,58)
#4E4A4D
(78,74,77)
#615E60
(97,94,96)
#747273
(116,114,115)
#878686
(135,134,134)
#9A9A99
(154,154,153)
#ADAEAC
(173,174,172)
#C0C2BF
(192,194,191)
#D3D6D2
(211,214,210)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282227; }

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

This text font color is #282227.

Background Color

.myBgColor { background-color: #282227; }

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

This div background color is #282227.

Border color

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

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

This div border color is #282227.

Opacity

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

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

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

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

This text has shadow with #282227 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #282227.

Preview

Color preview on black background

This text has color #282227 on black background.


Color preview on white background

This text has color #282227 on white background.


Black color preview on #282227 background

This text has black color on #282227 background.


White color preview on #282227 background

This text has white color on #282227 background.


Related colors

Complementary color

Complementary color for #hex is #D7DDD8.


I love getcolorcode.com

Triadic colors

1 #272822 and #222728 with #282227 are triadic colors.

2 #272228 and #222827 with #282227 are triadic colors.