COLOR #331214

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
18
20

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

Portions of RGB colors in percentages

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

%57.3
%20.22
%22.47

CMYK color model

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

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

CMYK percentages

%0
%64.71
%60.78
%80

Codes

Color #331214 in popluar color models

331214
RGB511820
HSL356°47.83%13.53%
HSB/HSV356°64.71%20.00%
CMYK0.00%64.71%60.78%
80.00%

Color #331214 in popluar number systems.

HEX331214
Decimal511820
Binary1100111001010100
Octal632224

Shades and tints

Shades of #331214

#331214
(51,18,20)
#2F1113
(47,17,19)
#2B1012
(43,16,18)
#270F11
(39,15,17)
#230E10
(35,14,16)
#1F0D0F
(31,13,15)
#1B0C0E
(27,12,14)
#170B0D
(23,11,13)
#130A0C
(19,10,12)
#0F090B
(15,9,11)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #331214

#331214
(51,18,20)
#452729
(69,39,41)
#573C3E
(87,60,62)
#695153
(105,81,83)
#7B6668
(123,102,104)
#8D7B7D
(141,123,125)
#9F9092
(159,144,146)
#B1A5A7
(177,165,167)
#C3BABC
(195,186,188)
#D5CFD1
(213,207,209)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331214; }

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

This text font color is #331214.


Background Color

.myBgColor { background-color: #331214; }

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

This div background color is #331214.


Border color

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

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

This div border color is #331214.


Opacity

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

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

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

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

This text has shadow with #331214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331214 on black background.


Color preview on white background

This text has color #331214 on white background.



Black color preview on #331214 background

This text has black color on #331214 background.


White color preview on #331214 background

This text has white color on #331214 background.