COLOR #302930

HEX: #302930
RGB: (48,41,48)

Color info

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

RGB color model

#302930 color RGB value is (48,41,48).

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

RGB channels and saturation

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

48
41
48

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

Portions of RGB colors in percentages

R + G + B =
48 + 41 + 48 = 137 (100%)
R 48 of 137 ~ 35.04%
G 41 of 137 ~ 29.93%
B 48 of 137 ~ 35.04%

%35.04
%29.93
%35.04

CMYK color model

#302930 color CMYK value is (0,15,0,81).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(0,15,0,81)
C0M15Y0K81 
(0%,15%,0%,81%)
(0.00/0.15/0.00/0.81)	

CMYK percentages

%0
%14.58
%0
%81.18

Codes

Color #302930 in popluar color models

302930
RGB484148
HSL300°7.87%17.45%
HSB/HSV300°14.58%18.82%
CMYK0.00%14.58%0.00%
81.18%

Color #302930 in popluar number systems.

HEX302930
Decimal484148
Binary110000101001110000
Octal605160

Shades and tints

Shades of #302930

#302930
(48,41,48)
#2C262C
(44,38,44)
#282328
(40,35,40)
#242024
(36,32,36)
#201D20
(32,29,32)
#1C1A1C
(28,26,28)
#181718
(24,23,24)
#141414
(20,20,20)
#101110
(16,17,16)
#0C0E0C
(12,14,12)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #302930

#302930
(48,41,48)
#423C42
(66,60,66)
#544F54
(84,79,84)
#666266
(102,98,102)
#787578
(120,117,120)
#8A888A
(138,136,138)
#9C9B9C
(156,155,156)
#AEAEAE
(174,174,174)
#C0C1C0
(192,193,192)
#D2D4D2
(210,212,210)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302930; }

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

This text font color is #302930.


Background Color

.myBgColor { background-color: #302930; }

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

This div background color is #302930.


Border color

.myBorderColor { border: 1px solid #302930; }

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

This div border color is #302930.


Opacity

.myOpacity80 { color: #302930; opacity: 0.8; }

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

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

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

This text has shadow with #302930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302930 on black background.


Color preview on white background

This text has color #302930 on white background.



Black color preview on #302930 background

This text has black color on #302930 background.


White color preview on #302930 background

This text has white color on #302930 background.