COLOR #301211

HEX: #301211
RGB: (48,18,17)

Color info

#301211 contains red, green and blue colors in about the same proportion. Web safe color of #301211 is #330000 (or #300).

RGB color model

#301211 color RGB value is (48,18,17).

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

RGB channels and saturation

R 48 of 255 = 19%
G 18 of 255 = 7%
B 17 of 255 = 7%

48
18
17

R + G + B ~ 11%. #301211 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 18 + 17 = 83 (100%)
R 48 of 83 ~ 57.83%
G 18 of 83 ~ 21.69%
B 17 of 83 ~ 20.48%

%57.83
%21.69
%20.48

CMYK color model

#301211 color CMYK value is (0,63,65,81).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 64.58%
  • key color value is 81.18%
CMYK:
(0,63,65,81)
C0M63Y65K81 
(0%,63%,65%,81%)
(0.00/0.63/0.65/0.81)	

CMYK percentages

%0
%62.5
%64.58
%81.18

Codes

Color #301211 in popluar color models

301211
RGB481817
HSL47.69%12.75%
HSB/HSV64.58%18.82%
CMYK0.00%62.50%64.58%
81.18%

Color #301211 in popluar number systems.

HEX301211
Decimal481817
Binary1100001001010001
Octal602221

Shades and tints

Shades of #301211

#301211
(48,18,17)
#2C1110
(44,17,16)
#28100F
(40,16,15)
#240F0E
(36,15,14)
#200E0D
(32,14,13)
#1C0D0C
(28,13,12)
#180C0B
(24,12,11)
#140B0A
(20,11,10)
#100A09
(16,10,9)
#0C0908
(12,9,8)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #301211

#301211
(48,18,17)
#422726
(66,39,38)
#543C3B
(84,60,59)
#665150
(102,81,80)
#786665
(120,102,101)
#8A7B7A
(138,123,122)
#9C908F
(156,144,143)
#AEA5A4
(174,165,164)
#C0BAB9
(192,186,185)
#D2CFCE
(210,207,206)
#E4E4E3
(228,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301211; }

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

This text font color is #301211.


Background Color

.myBgColor { background-color: #301211; }

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

This div background color is #301211.


Border color

.myBorderColor { border: 1px solid #301211; }

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

This div border color is #301211.


Opacity

.myOpacity80 { color: #301211; opacity: 0.8; }

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

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

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

This text has shadow with #301211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301211 on black background.


Color preview on white background

This text has color #301211 on white background.



Black color preview on #301211 background

This text has black color on #301211 background.


White color preview on #301211 background

This text has white color on #301211 background.