COLOR #28302A

HEX: #28302A
RGB: (40,48,42)

Color info

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

RGB color model

#28302A color RGB value is (40,48,42).

  • red value is 40;
  • green value is 48;
  • blue value is 42.
RGB:
(40,48,42)
(16%,19%,16%)

RGB channels and saturation

R 40 of 255 = 16%
G 48 of 255 = 19%
B 42 of 255 = 16%

40
48
42

R + G + B ~ 17%. #28302A is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 48 + 42 = 130 (100%)
R 40 of 130 ~ 30.77%
G 48 of 130 ~ 36.92%
B 42 of 130 ~ 32.31%

%30.77
%36.92
%32.31

CMYK color model

#28302A color CMYK value is (17,0,13,81).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 81.18%
CMYK:
(17,0,13,81)
C17M0Y13K81 
(17%,0%,13%,81%)
(0.17/0.00/0.13/0.81)	

CMYK percentages

%16.67
%0
%12.5
%81.18

Codes

Color #28302A in popluar color models

28302A
RGB404842
HSL135°9.09%17.25%
HSB/HSV135°16.67%18.82%
CMYK16.67%0.00%12.50%
81.18%

Color #28302A in popluar number systems.

HEX28302A
Decimal404842
Binary101000110000101010
Octal506052

Shades and tints

Shades of #28302A

#28302A
(40,48,42)
#252C27
(37,44,39)
#222824
(34,40,36)
#1F2421
(31,36,33)
#1C201E
(28,32,30)
#191C1B
(25,28,27)
#161818
(22,24,24)
#131415
(19,20,21)
#101012
(16,16,18)
#0D0C0F
(13,12,15)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #28302A

#28302A
(40,48,42)
#3B423D
(59,66,61)
#4E5450
(78,84,80)
#616663
(97,102,99)
#747876
(116,120,118)
#878A89
(135,138,137)
#9A9C9C
(154,156,156)
#ADAEAF
(173,174,175)
#C0C0C2
(192,192,194)
#D3D2D5
(211,210,213)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28302A color. Also use rgb(40,48,42) instead hex code.

Text Font Color

.myTextColor { color: #28302A; }

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

This text font color is #28302A.


Background Color

.myBgColor { background-color: #28302A; }

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

This div background color is #28302A.


Border color

.myBorderColor { border: 1px solid #28302A; }

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

This div border color is #28302A.


Opacity

.myOpacity80 { color: #28302A; opacity: 0.8; }

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

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

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

This text has shadow with #28302A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28302A on black background.


Color preview on white background

This text has color #28302A on white background.



Black color preview on #28302A background

This text has black color on #28302A background.


White color preview on #28302A background

This text has white color on #28302A background.