COLOR #331412

HEX: #331412
RGB: (51,20,18)

Color info

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

RGB color model

#331412 color RGB value is (51,20,18).

  • red value is 51;
  • green value is 20;
  • blue value is 18.
RGB:
(51,20,18)
(20%,8%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 20 of 255 = 8%
B 18 of 255 = 7%

51
20
18

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

Portions of RGB colors in percentages

R + G + B =
51 + 20 + 18 = 89 (100%)
R 51 of 89 ~ 57.3%
G 20 of 89 ~ 22.47%
B 18 of 89 ~ 20.22%

%57.3
%22.47
%20.22

CMYK color model

#331412 color CMYK value is (0,61,65,80).

  • cyan value is 0.00%
  • magenta value is 60.78%
  • yellow value is 64.71%
  • key color value is 80.00%
CMYK:
(0,61,65,80)
C0M61Y65K80 
(0%,61%,65%,80%)
(0.00/0.61/0.65/0.80)	

CMYK percentages

%0
%60.78
%64.71
%80

Codes

Color #331412 in popluar color models

331412
RGB512018
HSL47.83%13.53%
HSB/HSV64.71%20.00%
CMYK0.00%60.78%64.71%
80.00%

Color #331412 in popluar number systems.

HEX331412
Decimal512018
Binary1100111010010010
Octal632422

Shades and tints

Shades of #331412

#331412
(51,20,18)
#2F1311
(47,19,17)
#2B1210
(43,18,16)
#27110F
(39,17,15)
#23100E
(35,16,14)
#1F0F0D
(31,15,13)
#1B0E0C
(27,14,12)
#170D0B
(23,13,11)
#130C0A
(19,12,10)
#0F0B09
(15,11,9)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #331412

#331412
(51,20,18)
#452927
(69,41,39)
#573E3C
(87,62,60)
#695351
(105,83,81)
#7B6866
(123,104,102)
#8D7D7B
(141,125,123)
#9F9290
(159,146,144)
#B1A7A5
(177,167,165)
#C3BCBA
(195,188,186)
#D5D1CF
(213,209,207)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331412 color. Also use rgb(51,20,18) instead hex code.

Text Font Color

.myTextColor { color: #331412; }

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

This text font color is #331412.


Background Color

.myBgColor { background-color: #331412; }

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

This div background color is #331412.


Border color

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

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

This div border color is #331412.


Opacity

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

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

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

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

This text has shadow with #331412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331412 on black background.


Color preview on white background

This text has color #331412 on white background.



Black color preview on #331412 background

This text has black color on #331412 background.


White color preview on #331412 background

This text has white color on #331412 background.