COLOR #283828

HEX: #283828
RGB: (40,56,40)

Color info

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

RGB color model

#283828 color RGB value is (40,56,40).

  • red value is 40;
  • green value is 56;
  • blue value is 40.
RGB:
(40,56,40)
(16%,22%,16%)

RGB channels and saturation

R 40 of 255 = 16%
G 56 of 255 = 22%
B 40 of 255 = 16%

40
56
40

R + G + B ~ 18%. #283828 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 56 + 40 = 136 (100%)
R 40 of 136 ~ 29.41%
G 56 of 136 ~ 41.18%
B 40 of 136 ~ 29.41%

%29.41
%41.18
%29.41

CMYK color model

#283828 color CMYK value is (29,0,29,78).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 78.04%
CMYK:
(29,0,29,78)
C29M0Y29K78 
(29%,0%,29%,78%)
(0.29/0.00/0.29/0.78)	

CMYK percentages

%28.57
%0
%28.57
%78.04

Codes

Color #283828 in popluar color models

283828
RGB405640
HSL120°16.67%18.82%
HSB/HSV120°28.57%21.96%
CMYK28.57%0.00%28.57%
78.04%

Color #283828 in popluar number systems.

HEX283828
Decimal405640
Binary101000111000101000
Octal507050

Shades and tints

Shades of #283828

#283828
(40,56,40)
#253325
(37,51,37)
#222E22
(34,46,34)
#1F291F
(31,41,31)
#1C241C
(28,36,28)
#191F19
(25,31,25)
#161A16
(22,26,22)
#131513
(19,21,19)
#101010
(16,16,16)
#0D0B0D
(13,11,13)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #283828

#283828
(40,56,40)
#3B4A3B
(59,74,59)
#4E5C4E
(78,92,78)
#616E61
(97,110,97)
#748074
(116,128,116)
#879287
(135,146,135)
#9AA49A
(154,164,154)
#ADB6AD
(173,182,173)
#C0C8C0
(192,200,192)
#D3DAD3
(211,218,211)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #283828; }

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

This text font color is #283828.


Background Color

.myBgColor { background-color: #283828; }

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

This div background color is #283828.


Border color

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

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

This div border color is #283828.


Opacity

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

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

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

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

This text has shadow with #283828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283828 on black background.


Color preview on white background

This text has color #283828 on white background.



Black color preview on #283828 background

This text has black color on #283828 background.


White color preview on #283828 background

This text has white color on #283828 background.