COLOR #301112

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
17
18

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

Portions of RGB colors in percentages

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

%57.83
%20.48
%21.69

CMYK color model

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

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

CMYK percentages

%0
%64.58
%62.5
%81.18

Codes

Color #301112 in popluar color models

301112
RGB481718
HSL358°47.69%12.75%
HSB/HSV358°64.58%18.82%
CMYK0.00%64.58%62.50%
81.18%

Color #301112 in popluar number systems.

HEX301112
Decimal481718
Binary1100001000110010
Octal602122

Shades and tints

Shades of #301112

#301112
(48,17,18)
#2C1011
(44,16,17)
#280F10
(40,15,16)
#240E0F
(36,14,15)
#200D0E
(32,13,14)
#1C0C0D
(28,12,13)
#180B0C
(24,11,12)
#140A0B
(20,10,11)
#10090A
(16,9,10)
#0C0809
(12,8,9)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #301112

#301112
(48,17,18)
#422627
(66,38,39)
#543B3C
(84,59,60)
#665051
(102,80,81)
#786566
(120,101,102)
#8A7A7B
(138,122,123)
#9C8F90
(156,143,144)
#AEA4A5
(174,164,165)
#C0B9BA
(192,185,186)
#D2CECF
(210,206,207)
#E4E3E4
(228,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301112; }

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

This text font color is #301112.


Background Color

.myBgColor { background-color: #301112; }

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

This div background color is #301112.


Border color

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

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

This div border color is #301112.


Opacity

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

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

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

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

This text has shadow with #301112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301112 on black background.


Color preview on white background

This text has color #301112 on white background.



Black color preview on #301112 background

This text has black color on #301112 background.


White color preview on #301112 background

This text has white color on #301112 background.