COLOR #301512

HEX: #301512 RGB: (48,21,18)

Color info

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

RGB color model

#301512 color RGB value is (48,21,18).

RGB: (48,21,18) (19%, 8%, 7%)

RGB channels and saturation

R 48 of 255 = 19%
G 21 of 255 = 8%
B 18 of 255 = 7%

48
21
18

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

Portions of RGB colors in percentages

R + G + B = 48 + 21 + 18 = 87 (100%)
R 48 of 87 ~ 55.17%
G 21 of 87 ~ 24.14%
B 18 of 87 ~ 20.69'%

%55.17
%24.14
%20.69

CMYK color model

#301512 color CMYK value is (0,56,63,81).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 62.50%
  • key color value is 81.18%

CMYK: (0,56,63,81)
C0M56Y63K81 (0%, 56%, 63%, 81%)
(0.00 / 0.56 / 0.63 / 0.81)

CMYK percentages

%0
%56.25
%62.5
%81.18

Codes

Color #301512 in popluar color models

30 15 12
RGB 48 21 18
HSL 45.45% 12.94%
HSB/HSV 62.50% 18.82%
CMYK 0.00% 56.25% 62.50%
81.18%

Color #301512 in popluar number systems.

HEX 30 15 12
Decimal 48 21 18
Binary 110000 10101 10010
Octal 60 25 22

Shades and tints

Shades of #301512

#301512
(48,21,18)
#2C1411
(44,20,17)
#281310
(40,19,16)
#24120F
(36,18,15)
#20110E
(32,17,14)
#1C100D
(28,16,13)
#180F0C
(24,15,12)
#140E0B
(20,14,11)
#100D0A
(16,13,10)
#0C0C09
(12,12,9)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #301512

#301512
(48,21,18)
#422A27
(66,42,39)
#543F3C
(84,63,60)
#665451
(102,84,81)
#786966
(120,105,102)
#8A7E7B
(138,126,123)
#9C9390
(156,147,144)
#AEA8A5
(174,168,165)
#C0BDBA
(192,189,186)
#D2D2CF
(210,210,207)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301512; }

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

This text font color is #301512.

Background Color

.myBgColor { background-color: #301512; }

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

This div background color is #301512.

Border color

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

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

This div border color is #301512.

Opacity

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

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

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

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

This text has shadow with #301512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301512.

Preview

Color preview on black background

This text has color #301512 on black background.


Color preview on white background

This text has color #301512 on white background.


Black color preview on #301512 background

This text has black color on #301512 background.


White color preview on #301512 background

This text has white color on #301512 background.


Related colors

Complementary color

Complementary color for #hex is #CFEAED.


I love getcolorcode.com

Triadic colors

1 #123015 and #151230 with #301512 are triadic colors.

2 #121530 and #153012 with #301512 are triadic colors.