COLOR #30302A

HEX: #30302A
RGB: (48,48,42)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
48
42

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

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 42 = 138 (100%)
R 48 of 138 ~ 34.78%
G 48 of 138 ~ 34.78%
B 42 of 138 ~ 30.43%

%34.78
%34.78
%30.43

CMYK color model

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

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

CMYK percentages

%0
%0
%12.5
%81.18

Codes

Color #30302A in popluar color models

30302A
RGB484842
HSL60°6.67%17.65%
HSB/HSV60°12.50%18.82%
CMYK0.00%0.00%12.50%
81.18%

Color #30302A in popluar number systems.

HEX30302A
Decimal484842
Binary110000110000101010
Octal606052

Shades and tints

Shades of #30302A

#30302A
(48,48,42)
#2C2C27
(44,44,39)
#282824
(40,40,36)
#242421
(36,36,33)
#20201E
(32,32,30)
#1C1C1B
(28,28,27)
#181818
(24,24,24)
#141415
(20,20,21)
#101012
(16,16,18)
#0C0C0F
(12,12,15)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #30302A

#30302A
(48,48,42)
#42423D
(66,66,61)
#545450
(84,84,80)
#666663
(102,102,99)
#787876
(120,120,118)
#8A8A89
(138,138,137)
#9C9C9C
(156,156,156)
#AEAEAF
(174,174,175)
#C0C0C2
(192,192,194)
#D2D2D5
(210,210,213)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30302A; }

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

This text font color is #30302A.


Background Color

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

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

This div background color is #30302A.


Border color

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

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

This div border color is #30302A.


Opacity

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

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

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

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

This text has shadow with #30302A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30302A on black background.


Color preview on white background

This text has color #30302A on white background.



Black color preview on #30302A background

This text has black color on #30302A background.


White color preview on #30302A background

This text has white color on #30302A background.