COLOR #30302B

HEX: #30302B
RGB: (48,48,43)

Color info

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

RGB color model

#30302B color RGB value is (48,48,43).

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

RGB channels and saturation

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

48
48
43

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

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 43 = 139 (100%)
R 48 of 139 ~ 34.53%
G 48 of 139 ~ 34.53%
B 43 of 139 ~ 30.94%

%34.53
%34.53
%30.94

CMYK color model

#30302B color CMYK value is (0,0,10,81).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 81.18%
CMYK:
(0,0,10,81)
C0M0Y10K81 
(0%,0%,10%,81%)
(0.00/0.00/0.10/0.81)	

CMYK percentages

%0
%0
%10.42
%81.18

Codes

Color #30302B in popluar color models

30302B
RGB484843
HSL60°5.49%17.84%
HSB/HSV60°10.42%18.82%
CMYK0.00%0.00%10.42%
81.18%

Color #30302B in popluar number systems.

HEX30302B
Decimal484843
Binary110000110000101011
Octal606053

Shades and tints

Shades of #30302B

#30302B
(48,48,43)
#2C2C28
(44,44,40)
#282825
(40,40,37)
#242422
(36,36,34)
#20201F
(32,32,31)
#1C1C1C
(28,28,28)
#181819
(24,24,25)
#141416
(20,20,22)
#101013
(16,16,19)
#0C0C10
(12,12,16)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #30302B

#30302B
(48,48,43)
#42423E
(66,66,62)
#545451
(84,84,81)
#666664
(102,102,100)
#787877
(120,120,119)
#8A8A8A
(138,138,138)
#9C9C9D
(156,156,157)
#AEAEB0
(174,174,176)
#C0C0C3
(192,192,195)
#D2D2D6
(210,210,214)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30302B; }

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

This text font color is #30302B.


Background Color

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

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

This div background color is #30302B.


Border color

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

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

This div border color is #30302B.


Opacity

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

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

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

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

This text has shadow with #30302B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30302B on black background.


Color preview on white background

This text has color #30302B on white background.



Black color preview on #30302B background

This text has black color on #30302B background.


White color preview on #30302B background

This text has white color on #30302B background.