COLOR #331514

HEX: #331514
RGB: (51,21,20)

Color info

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

RGB color model

#331514 color RGB value is (51,21,20).

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

RGB channels and saturation

R 51 of 255 = 20%
G 21 of 255 = 8%
B 20 of 255 = 8%

51
21
20

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

Portions of RGB colors in percentages

R + G + B =
51 + 21 + 20 = 92 (100%)
R 51 of 92 ~ 55.43%
G 21 of 92 ~ 22.83%
B 20 of 92 ~ 21.74%

%55.43
%22.83
%21.74

CMYK color model

#331514 color CMYK value is (0,59,61,80).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 60.78%
  • key color value is 80.00%
CMYK:
(0,59,61,80)
C0M59Y61K80 
(0%,59%,61%,80%)
(0.00/0.59/0.61/0.80)	

CMYK percentages

%0
%58.82
%60.78
%80

Codes

Color #331514 in popluar color models

331514
RGB512120
HSL43.66%13.92%
HSB/HSV60.78%20.00%
CMYK0.00%58.82%60.78%
80.00%

Color #331514 in popluar number systems.

HEX331514
Decimal512120
Binary1100111010110100
Octal632524

Shades and tints

Shades of #331514

#331514
(51,21,20)
#2F1413
(47,20,19)
#2B1312
(43,19,18)
#271211
(39,18,17)
#231110
(35,17,16)
#1F100F
(31,16,15)
#1B0F0E
(27,15,14)
#170E0D
(23,14,13)
#130D0C
(19,13,12)
#0F0C0B
(15,12,11)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #331514

#331514
(51,21,20)
#452A29
(69,42,41)
#573F3E
(87,63,62)
#695453
(105,84,83)
#7B6968
(123,105,104)
#8D7E7D
(141,126,125)
#9F9392
(159,147,146)
#B1A8A7
(177,168,167)
#C3BDBC
(195,189,188)
#D5D2D1
(213,210,209)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331514; }

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

This text font color is #331514.


Background Color

.myBgColor { background-color: #331514; }

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

This div background color is #331514.


Border color

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

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

This div border color is #331514.


Opacity

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

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

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

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

This text has shadow with #331514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331514 on black background.


Color preview on white background

This text has color #331514 on white background.



Black color preview on #331514 background

This text has black color on #331514 background.


White color preview on #331514 background

This text has white color on #331514 background.