COLOR #301C11

HEX: #301C11
RGB: (48,28,17)

Color info

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

RGB color model

#301C11 color RGB value is (48,28,17).

  • red value is 48;
  • green value is 28;
  • blue value is 17.
RGB:
(48,28,17)
(19%,11%,7%)

RGB channels and saturation

R 48 of 255 = 19%
G 28 of 255 = 11%
B 17 of 255 = 7%

48
28
17

R + G + B ~ 12%. #301C11 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 28 + 17 = 93 (100%)
R 48 of 93 ~ 51.61%
G 28 of 93 ~ 30.11%
B 17 of 93 ~ 18.28%

%51.61
%30.11
%18.28

CMYK color model

#301C11 color CMYK value is (0,42,65,81).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 64.58%
  • key color value is 81.18%
CMYK:
(0,42,65,81)
C0M42Y65K81 
(0%,42%,65%,81%)
(0.00/0.42/0.65/0.81)	

CMYK percentages

%0
%41.67
%64.58
%81.18

Codes

Color #301C11 in popluar color models

301C11
RGB482817
HSL21°47.69%12.75%
HSB/HSV21°64.58%18.82%
CMYK0.00%41.67%64.58%
81.18%

Color #301C11 in popluar number systems.

HEX301C11
Decimal482817
Binary1100001110010001
Octal603421

Shades and tints

Shades of #301C11

#301C11
(48,28,17)
#2C1A10
(44,26,16)
#28180F
(40,24,15)
#24160E
(36,22,14)
#20140D
(32,20,13)
#1C120C
(28,18,12)
#18100B
(24,16,11)
#140E0A
(20,14,10)
#100C09
(16,12,9)
#0C0A08
(12,10,8)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #301C11

#301C11
(48,28,17)
#423026
(66,48,38)
#54443B
(84,68,59)
#665850
(102,88,80)
#786C65
(120,108,101)
#8A807A
(138,128,122)
#9C948F
(156,148,143)
#AEA8A4
(174,168,164)
#C0BCB9
(192,188,185)
#D2D0CE
(210,208,206)
#E4E4E3
(228,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301C11 color. Also use rgb(48,28,17) instead hex code.

Text Font Color

.myTextColor { color: #301C11; }

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

This text font color is #301C11.


Background Color

.myBgColor { background-color: #301C11; }

<div style="background-color:#301C11">Inner text</div>

This div background color is #301C11.


Border color

.myBorderColor { border: 1px solid #301C11; }

<div style="border:3px solid #301C11">Div</div>

This div border color is #301C11.


Opacity

.myOpacity80 { color: #301C11; opacity: 0.8; }

<p style="color:#301C11;opacity:0.8;">80%</p>

Text with #301C11 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 #301C11;}

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

This text has shadow with #301C11 color.

.textShadow {text-shadow: 3px 3px 1px #301C11, 3px 3px 1px red;}

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

This text has shadow with #301C11 primary color and red secondary color.


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

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

This text has shadow with #301C11 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301C11 on black background.


Color preview on white background

This text has color #301C11 on white background.



Black color preview on #301C11 background

This text has black color on #301C11 background.


White color preview on #301C11 background

This text has white color on #301C11 background.