COLOR #30302C

HEX: #30302C
RGB: (48,48,44)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
48
44

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

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 44 = 140 (100%)
R 48 of 140 ~ 34.29%
G 48 of 140 ~ 34.29%
B 44 of 140 ~ 31.43%

%34.29
%34.29
%31.43

CMYK color model

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

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

CMYK percentages

%0
%0
%8.33
%81.18

Codes

Color #30302C in popluar color models

30302C
RGB484844
HSL60°4.35%18.04%
HSB/HSV60°8.33%18.82%
CMYK0.00%0.00%8.33%
81.18%

Color #30302C in popluar number systems.

HEX30302C
Decimal484844
Binary110000110000101100
Octal606054

Shades and tints

Shades of #30302C

#30302C
(48,48,44)
#2C2C28
(44,44,40)
#282824
(40,40,36)
#242420
(36,36,32)
#20201C
(32,32,28)
#1C1C18
(28,28,24)
#181814
(24,24,20)
#141410
(20,20,16)
#10100C
(16,16,12)
#0C0C08
(12,12,8)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #30302C

#30302C
(48,48,44)
#42423F
(66,66,63)
#545452
(84,84,82)
#666665
(102,102,101)
#787878
(120,120,120)
#8A8A8B
(138,138,139)
#9C9C9E
(156,156,158)
#AEAEB1
(174,174,177)
#C0C0C4
(192,192,196)
#D2D2D7
(210,210,215)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30302C; }

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

This text font color is #30302C.


Background Color

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

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

This div background color is #30302C.


Border color

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

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

This div border color is #30302C.


Opacity

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

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

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

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

This text has shadow with #30302C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30302C on black background.


Color preview on white background

This text has color #30302C on white background.



Black color preview on #30302C background

This text has black color on #30302C background.


White color preview on #30302C background

This text has white color on #30302C background.