COLOR #30282C

HEX: #30282C
RGB: (48,40,44)

Color info

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

RGB color model

#30282C color RGB value is (48,40,44).

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

RGB channels and saturation

R 48 of 255 = 19%
G 40 of 255 = 16%
B 44 of 255 = 17%

48
40
44

R + G + B ~ 17%. #30282C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 40 + 44 = 132 (100%)
R 48 of 132 ~ 36.36%
G 40 of 132 ~ 30.3%
B 44 of 132 ~ 33.33%

%36.36
%30.3
%33.33

CMYK color model

#30282C color CMYK value is (0,17,8,81).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 8.33%
  • key color value is 81.18%
CMYK:
(0,17,8,81)
C0M17Y8K81 
(0%,17%,8%,81%)
(0.00/0.17/0.08/0.81)	

CMYK percentages

%0
%16.67
%8.33
%81.18

Codes

Color #30282C in popluar color models

30282C
RGB484044
HSL330°9.09%17.25%
HSB/HSV330°16.67%18.82%
CMYK0.00%16.67%8.33%
81.18%

Color #30282C in popluar number systems.

HEX30282C
Decimal484044
Binary110000101000101100
Octal605054

Shades and tints

Shades of #30282C

#30282C
(48,40,44)
#2C2528
(44,37,40)
#282224
(40,34,36)
#241F20
(36,31,32)
#201C1C
(32,28,28)
#1C1918
(28,25,24)
#181614
(24,22,20)
#141310
(20,19,16)
#10100C
(16,16,12)
#0C0D08
(12,13,8)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #30282C

#30282C
(48,40,44)
#423B3F
(66,59,63)
#544E52
(84,78,82)
#666165
(102,97,101)
#787478
(120,116,120)
#8A878B
(138,135,139)
#9C9A9E
(156,154,158)
#AEADB1
(174,173,177)
#C0C0C4
(192,192,196)
#D2D3D7
(210,211,215)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30282C color. Also use rgb(48,40,44) instead hex code.

Text Font Color

.myTextColor { color: #30282C; }

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

This text font color is #30282C.


Background Color

.myBgColor { background-color: #30282C; }

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

This div background color is #30282C.


Border color

.myBorderColor { border: 1px solid #30282C; }

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

This div border color is #30282C.


Opacity

.myOpacity80 { color: #30282C; opacity: 0.8; }

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

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

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

This text has shadow with #30282C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30282C on black background.


Color preview on white background

This text has color #30282C on white background.



Black color preview on #30282C background

This text has black color on #30282C background.


White color preview on #30282C background

This text has white color on #30282C background.