COLOR #30240C

HEX: #30240C
RGB: (48,36,12)

Color info

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

RGB color model

#30240C color RGB value is (48,36,12).

  • red value is 48;
  • green value is 36;
  • blue value is 12.
RGB:
(48,36,12)
(19%,14%,5%)

RGB channels and saturation

R 48 of 255 = 19%
G 36 of 255 = 14%
B 12 of 255 = 5%

48
36
12

R + G + B ~ 13%. #30240C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 36 + 12 = 96 (100%)
R 48 of 96 ~ 50%
G 36 of 96 ~ 37.5%
B 12 of 96 ~ 12.5%

%50
%37.5
%12.5

CMYK color model

#30240C color CMYK value is (0,25,75,81).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 75.00%
  • key color value is 81.18%
CMYK:
(0,25,75,81)
C0M25Y75K81 
(0%,25%,75%,81%)
(0.00/0.25/0.75/0.81)	

CMYK percentages

%0
%25
%75
%81.18

Codes

Color #30240C in popluar color models

30240C
RGB483612
HSL40°60.00%11.76%
HSB/HSV40°75.00%18.82%
CMYK0.00%25.00%75.00%
81.18%

Color #30240C in popluar number systems.

HEX30240C
Decimal483612
Binary1100001001001100
Octal604414

Shades and tints

Shades of #30240C

#30240C
(48,36,12)
#2C210B
(44,33,11)
#281E0A
(40,30,10)
#241B09
(36,27,9)
#201808
(32,24,8)
#1C1507
(28,21,7)
#181206
(24,18,6)
#140F05
(20,15,5)
#100C04
(16,12,4)
#0C0903
(12,9,3)
#080602
(8,6,2)
#000000
(0,0,0)

Tints of #30240C

#30240C
(48,36,12)
#423722
(66,55,34)
#544A38
(84,74,56)
#665D4E
(102,93,78)
#787064
(120,112,100)
#8A837A
(138,131,122)
#9C9690
(156,150,144)
#AEA9A6
(174,169,166)
#C0BCBC
(192,188,188)
#D2CFD2
(210,207,210)
#E4E2E8
(228,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30240C color. Also use rgb(48,36,12) instead hex code.

Text Font Color

.myTextColor { color: #30240C; }

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

This text font color is #30240C.


Background Color

.myBgColor { background-color: #30240C; }

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

This div background color is #30240C.


Border color

.myBorderColor { border: 1px solid #30240C; }

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

This div border color is #30240C.


Opacity

.myOpacity80 { color: #30240C; opacity: 0.8; }

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

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

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

This text has shadow with #30240C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30240C on black background.


Color preview on white background

This text has color #30240C on white background.



Black color preview on #30240C background

This text has black color on #30240C background.


White color preview on #30240C background

This text has white color on #30240C background.