COLOR #303C15

HEX: #303C15
RGB: (48,60,21)

Color info

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

RGB color model

#303C15 color RGB value is (48,60,21).

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

RGB channels and saturation

R 48 of 255 = 19%
G 60 of 255 = 24%
B 21 of 255 = 8%

48
60
21

R + G + B ~ 17%. #303C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 60 + 21 = 129 (100%)
R 48 of 129 ~ 37.21%
G 60 of 129 ~ 46.51%
B 21 of 129 ~ 16.28%

%37.21
%46.51
%16.28

CMYK color model

#303C15 color CMYK value is (20,0,65,76).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 76.47%
CMYK:
(20,0,65,76)
C20M0Y65K76 
(20%,0%,65%,76%)
(0.20/0.00/0.65/0.76)	

CMYK percentages

%20
%0
%65
%76.47

Codes

Color #303C15 in popluar color models

303C15
RGB486021
HSL78°48.15%15.88%
HSB/HSV78°65.00%23.53%
CMYK20.00%0.00%65.00%
76.47%

Color #303C15 in popluar number systems.

HEX303C15
Decimal486021
Binary11000011110010101
Octal607425

Shades and tints

Shades of #303C15

#303C15
(48,60,21)
#2C3714
(44,55,20)
#283213
(40,50,19)
#242D12
(36,45,18)
#202811
(32,40,17)
#1C2310
(28,35,16)
#181E0F
(24,30,15)
#14190E
(20,25,14)
#10140D
(16,20,13)
#0C0F0C
(12,15,12)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #303C15

#303C15
(48,60,21)
#424D2A
(66,77,42)
#545E3F
(84,94,63)
#666F54
(102,111,84)
#788069
(120,128,105)
#8A917E
(138,145,126)
#9CA293
(156,162,147)
#AEB3A8
(174,179,168)
#C0C4BD
(192,196,189)
#D2D5D2
(210,213,210)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303C15; }

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

This text font color is #303C15.


Background Color

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

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

This div background color is #303C15.


Border color

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

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

This div border color is #303C15.


Opacity

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

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

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

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

This text has shadow with #303C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303C15 on black background.


Color preview on white background

This text has color #303C15 on white background.



Black color preview on #303C15 background

This text has black color on #303C15 background.


White color preview on #303C15 background

This text has white color on #303C15 background.