COLOR #301200

HEX: #301200
RGB: (48,18,0)

Color info

#301200 contains only red and green colors. Web safe color of #301200 is #330000 (or #300).

RGB color model

#301200 color RGB value is (48,18,0).

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

RGB channels and saturation

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

48
18
0

R + G + B ~ 9%. #301200 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 18 + 0 = 66 (100%)
R 48 of 66 ~ 72.73%
G 18 of 66 ~ 27.27%
B 0 of 66 ~ 0%

%72.73
%27.27

CMYK color model

#301200 color CMYK value is (0,63,100,81).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 100.00%
  • key color value is 81.18%
CMYK:
(0,63,100,81)
C0M63Y100K81 
(0%,63%,100%,81%)
(0.00/0.63/1.00/0.81)	

CMYK percentages

%0
%62.5
%100
%81.18

Codes

Color #301200 in popluar color models

301200
RGB48180
HSL23°100.00%9.41%
HSB/HSV23°100.00%18.82%
CMYK0.00%62.50%100.00%
81.18%

Color #301200 in popluar number systems.

HEX301200
Decimal48180
Binary110000100100
Octal60220

Shades and tints

Shades of #301200

#301200
(48,18,0)
#2C1100
(44,17,0)
#281000
(40,16,0)
#240F00
(36,15,0)
#200E00
(32,14,0)
#1C0D00
(28,13,0)
#180C00
(24,12,0)
#140B00
(20,11,0)
#100A00
(16,10,0)
#0C0900
(12,9,0)
#080800
(8,8,0)
#000000
(0,0,0)

Tints of #301200

#301200
(48,18,0)
#422717
(66,39,23)
#543C2E
(84,60,46)
#665145
(102,81,69)
#78665C
(120,102,92)
#8A7B73
(138,123,115)
#9C908A
(156,144,138)
#AEA5A1
(174,165,161)
#C0BAB8
(192,186,184)
#D2CFCF
(210,207,207)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301200; }

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

This text font color is #301200.


Background Color

.myBgColor { background-color: #301200; }

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

This div background color is #301200.


Border color

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

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

This div border color is #301200.


Opacity

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

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

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

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

This text has shadow with #301200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301200 on black background.


Color preview on white background

This text has color #301200 on white background.



Black color preview on #301200 background

This text has black color on #301200 background.


White color preview on #301200 background

This text has white color on #301200 background.