COLOR #30292F

HEX: #30292F
RGB: (48,41,47)

Color info

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

RGB color model

#30292F color RGB value is (48,41,47).

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

RGB channels and saturation

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

48
41
47

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

Portions of RGB colors in percentages

R + G + B =
48 + 41 + 47 = 136 (100%)
R 48 of 136 ~ 35.29%
G 41 of 136 ~ 30.15%
B 47 of 136 ~ 34.56%

%35.29
%30.15
%34.56

CMYK color model

#30292F color CMYK value is (0,15,2,81).

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

CMYK percentages

%0
%14.58
%2.08
%81.18

Codes

Color #30292F in popluar color models

30292F
RGB484147
HSL309°7.87%17.45%
HSB/HSV309°14.58%18.82%
CMYK0.00%14.58%2.08%
81.18%

Color #30292F in popluar number systems.

HEX30292F
Decimal484147
Binary110000101001101111
Octal605157

Shades and tints

Shades of #30292F

#30292F
(48,41,47)
#2C262B
(44,38,43)
#282327
(40,35,39)
#242023
(36,32,35)
#201D1F
(32,29,31)
#1C1A1B
(28,26,27)
#181717
(24,23,23)
#141413
(20,20,19)
#10110F
(16,17,15)
#0C0E0B
(12,14,11)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #30292F

#30292F
(48,41,47)
#423C41
(66,60,65)
#544F53
(84,79,83)
#666265
(102,98,101)
#787577
(120,117,119)
#8A8889
(138,136,137)
#9C9B9B
(156,155,155)
#AEAEAD
(174,174,173)
#C0C1BF
(192,193,191)
#D2D4D1
(210,212,209)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30292F; }

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

This text font color is #30292F.


Background Color

.myBgColor { background-color: #30292F; }

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

This div background color is #30292F.


Border color

.myBorderColor { border: 1px solid #30292F; }

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

This div border color is #30292F.


Opacity

.myOpacity80 { color: #30292F; opacity: 0.8; }

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

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

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

This text has shadow with #30292F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30292F on black background.


Color preview on white background

This text has color #30292F on white background.



Black color preview on #30292F background

This text has black color on #30292F background.


White color preview on #30292F background

This text has white color on #30292F background.