COLOR #282715

HEX: #282715
RGB: (40,39,21)

Color info

#282715 contains red, green and blue colors in about the same proportion. Web safe color of #282715 is #333300 (or #330).

RGB color model

#282715 color RGB value is (40,39,21).

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

RGB channels and saturation

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

40
39
21

R + G + B ~ 13%. #282715 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 39 + 21 = 100 (100%)
R 40 of 100 ~ 40%
G 39 of 100 ~ 39%
B 21 of 100 ~ 21%

%40
%39
%21

CMYK color model

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

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

CMYK percentages

%0
%2.5
%47.5
%84.31

Codes

Color #282715 in popluar color models

282715
RGB403921
HSL57°31.15%11.96%
HSB/HSV57°47.50%15.69%
CMYK0.00%2.50%47.50%
84.31%

Color #282715 in popluar number systems.

HEX282715
Decimal403921
Binary10100010011110101
Octal504725

Shades and tints

Shades of #282715

#282715
(40,39,21)
#252414
(37,36,20)
#222113
(34,33,19)
#1F1E12
(31,30,18)
#1C1B11
(28,27,17)
#191810
(25,24,16)
#16150F
(22,21,15)
#13120E
(19,18,14)
#100F0D
(16,15,13)
#0D0C0C
(13,12,12)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #282715

#282715
(40,39,21)
#3B3A2A
(59,58,42)
#4E4D3F
(78,77,63)
#616054
(97,96,84)
#747369
(116,115,105)
#87867E
(135,134,126)
#9A9993
(154,153,147)
#ADACA8
(173,172,168)
#C0BFBD
(192,191,189)
#D3D2D2
(211,210,210)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #282715; }

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

This text font color is #282715.


Background Color

.myBgColor { background-color: #282715; }

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

This div background color is #282715.


Border color

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

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

This div border color is #282715.


Opacity

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

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

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

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

This text has shadow with #282715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #282715 on black background.


Color preview on white background

This text has color #282715 on white background.



Black color preview on #282715 background

This text has black color on #282715 background.


White color preview on #282715 background

This text has white color on #282715 background.