COLOR #30300F

HEX: #30300F
RGB: (48,48,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
48
15

R + G + B ~ 15%. #30300F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 15 = 111 (100%)
R 48 of 111 ~ 43.24%
G 48 of 111 ~ 43.24%
B 15 of 111 ~ 13.51%

%43.24
%43.24
%13.51

CMYK color model

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

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

CMYK percentages

%0
%0
%68.75
%81.18

Codes

Color #30300F in popluar color models

30300F
RGB484815
HSL60°52.38%12.35%
HSB/HSV60°68.75%18.82%
CMYK0.00%0.00%68.75%
81.18%

Color #30300F in popluar number systems.

HEX30300F
Decimal484815
Binary1100001100001111
Octal606017

Shades and tints

Shades of #30300F

#30300F
(48,48,15)
#2C2C0E
(44,44,14)
#28280D
(40,40,13)
#24240C
(36,36,12)
#20200B
(32,32,11)
#1C1C0A
(28,28,10)
#181809
(24,24,9)
#141408
(20,20,8)
#101007
(16,16,7)
#0C0C06
(12,12,6)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #30300F

#30300F
(48,48,15)
#424224
(66,66,36)
#545439
(84,84,57)
#66664E
(102,102,78)
#787863
(120,120,99)
#8A8A78
(138,138,120)
#9C9C8D
(156,156,141)
#AEAEA2
(174,174,162)
#C0C0B7
(192,192,183)
#D2D2CC
(210,210,204)
#E4E4E1
(228,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30300F; }

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

This text font color is #30300F.


Background Color

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

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

This div background color is #30300F.


Border color

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

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

This div border color is #30300F.


Opacity

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

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

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

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

This text has shadow with #30300F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30300F on black background.


Color preview on white background

This text has color #30300F on white background.



Black color preview on #30300F background

This text has black color on #30300F background.


White color preview on #30300F background

This text has white color on #30300F background.