COLOR #303C0F

HEX: #303C0F
RGB: (48,60,15)

Color info

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

RGB color model

#303C0F color RGB value is (48,60,15).

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

RGB channels and saturation

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

48
60
15

R + G + B ~ 16%. #303C0F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 60 + 15 = 123 (100%)
R 48 of 123 ~ 39.02%
G 60 of 123 ~ 48.78%
B 15 of 123 ~ 12.2%

%39.02
%48.78
%12.2

CMYK color model

#303C0F color CMYK value is (20,0,75,76).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 76.47%
CMYK:
(20,0,75,76)
C20M0Y75K76 
(20%,0%,75%,76%)
(0.20/0.00/0.75/0.76)	

CMYK percentages

%20
%0
%75
%76.47

Codes

Color #303C0F in popluar color models

303C0F
RGB486015
HSL76°60.00%14.71%
HSB/HSV76°75.00%23.53%
CMYK20.00%0.00%75.00%
76.47%

Color #303C0F in popluar number systems.

HEX303C0F
Decimal486015
Binary1100001111001111
Octal607417

Shades and tints

Shades of #303C0F

#303C0F
(48,60,15)
#2C370E
(44,55,14)
#28320D
(40,50,13)
#242D0C
(36,45,12)
#20280B
(32,40,11)
#1C230A
(28,35,10)
#181E09
(24,30,9)
#141908
(20,25,8)
#101407
(16,20,7)
#0C0F06
(12,15,6)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #303C0F

#303C0F
(48,60,15)
#424D24
(66,77,36)
#545E39
(84,94,57)
#666F4E
(102,111,78)
#788063
(120,128,99)
#8A9178
(138,145,120)
#9CA28D
(156,162,141)
#AEB3A2
(174,179,162)
#C0C4B7
(192,196,183)
#D2D5CC
(210,213,204)
#E4E6E1
(228,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303C0F; }

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

This text font color is #303C0F.


Background Color

.myBgColor { background-color: #303C0F; }

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

This div background color is #303C0F.


Border color

.myBorderColor { border: 1px solid #303C0F; }

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

This div border color is #303C0F.


Opacity

.myOpacity80 { color: #303C0F; opacity: 0.8; }

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

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

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

This text has shadow with #303C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303C0F on black background.


Color preview on white background

This text has color #303C0F on white background.



Black color preview on #303C0F background

This text has black color on #303C0F background.


White color preview on #303C0F background

This text has white color on #303C0F background.