COLOR #331515

HEX: #331515
RGB: (51,21,21)

Color info

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

RGB color model

#331515 color RGB value is (51,21,21).

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

RGB channels and saturation

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

51
21
21

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

Portions of RGB colors in percentages

R + G + B =
51 + 21 + 21 = 93 (100%)
R 51 of 93 ~ 54.84%
G 21 of 93 ~ 22.58%
B 21 of 93 ~ 22.58%

%54.84
%22.58
%22.58

CMYK color model

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

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

CMYK percentages

%0
%58.82
%58.82
%80

Codes

Color #331515 in popluar color models

331515
RGB512121
HSL41.67%14.12%
HSB/HSV58.82%20.00%
CMYK0.00%58.82%58.82%
80.00%

Color #331515 in popluar number systems.

HEX331515
Decimal512121
Binary1100111010110101
Octal632525

Shades and tints

Shades of #331515

#331515
(51,21,21)
#2F1414
(47,20,20)
#2B1313
(43,19,19)
#271212
(39,18,18)
#231111
(35,17,17)
#1F1010
(31,16,16)
#1B0F0F
(27,15,15)
#170E0E
(23,14,14)
#130D0D
(19,13,13)
#0F0C0C
(15,12,12)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #331515

#331515
(51,21,21)
#452A2A
(69,42,42)
#573F3F
(87,63,63)
#695454
(105,84,84)
#7B6969
(123,105,105)
#8D7E7E
(141,126,126)
#9F9393
(159,147,147)
#B1A8A8
(177,168,168)
#C3BDBD
(195,189,189)
#D5D2D2
(213,210,210)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331515; }

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

This text font color is #331515.


Background Color

.myBgColor { background-color: #331515; }

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

This div background color is #331515.


Border color

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

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

This div border color is #331515.


Opacity

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

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

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

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

This text has shadow with #331515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331515 on black background.


Color preview on white background

This text has color #331515 on white background.



Black color preview on #331515 background

This text has black color on #331515 background.


White color preview on #331515 background

This text has white color on #331515 background.