COLOR #30290F

HEX: #30290F
RGB: (48,41,15)

Color info

#30290F contains red, green and blue colors in about the same proportion. Web safe color of #30290F is #333300 (or #330).

RGB color model

#30290F color RGB value is (48,41,15).

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

RGB channels and saturation

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

48
41
15

R + G + B ~ 14%. #30290F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 41 + 15 = 104 (100%)
R 48 of 104 ~ 46.15%
G 41 of 104 ~ 39.42%
B 15 of 104 ~ 14.42%

%46.15
%39.42
%14.42

CMYK color model

#30290F color CMYK value is (0,15,69,81).

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

CMYK percentages

%0
%14.58
%68.75
%81.18

Codes

Color #30290F in popluar color models

30290F
RGB484115
HSL47°52.38%12.35%
HSB/HSV47°68.75%18.82%
CMYK0.00%14.58%68.75%
81.18%

Color #30290F in popluar number systems.

HEX30290F
Decimal484115
Binary1100001010011111
Octal605117

Shades and tints

Shades of #30290F

#30290F
(48,41,15)
#2C260E
(44,38,14)
#28230D
(40,35,13)
#24200C
(36,32,12)
#201D0B
(32,29,11)
#1C1A0A
(28,26,10)
#181709
(24,23,9)
#141408
(20,20,8)
#101107
(16,17,7)
#0C0E06
(12,14,6)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #30290F

#30290F
(48,41,15)
#423C24
(66,60,36)
#544F39
(84,79,57)
#66624E
(102,98,78)
#787563
(120,117,99)
#8A8878
(138,136,120)
#9C9B8D
(156,155,141)
#AEAEA2
(174,174,162)
#C0C1B7
(192,193,183)
#D2D4CC
(210,212,204)
#E4E7E1
(228,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30290F; }

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

This text font color is #30290F.


Background Color

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

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

This div background color is #30290F.


Border color

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

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

This div border color is #30290F.


Opacity

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

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

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

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

This text has shadow with #30290F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30290F on black background.


Color preview on white background

This text has color #30290F on white background.



Black color preview on #30290F background

This text has black color on #30290F background.


White color preview on #30290F background

This text has white color on #30290F background.