COLOR #331815

HEX: #331815
RGB: (51,24,21)

Color info

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

RGB color model

#331815 color RGB value is (51,24,21).

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

RGB channels and saturation

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

51
24
21

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

Portions of RGB colors in percentages

R + G + B =
51 + 24 + 21 = 96 (100%)
R 51 of 96 ~ 53.13%
G 24 of 96 ~ 25%
B 21 of 96 ~ 21.88%

%53.13
%25
%21.88

CMYK color model

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

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

CMYK percentages

%0
%52.94
%58.82
%80

Codes

Color #331815 in popluar color models

331815
RGB512421
HSL41.67%14.12%
HSB/HSV58.82%20.00%
CMYK0.00%52.94%58.82%
80.00%

Color #331815 in popluar number systems.

HEX331815
Decimal512421
Binary1100111100010101
Octal633025

Shades and tints

Shades of #331815

#331815
(51,24,21)
#2F1614
(47,22,20)
#2B1413
(43,20,19)
#271212
(39,18,18)
#231011
(35,16,17)
#1F0E10
(31,14,16)
#1B0C0F
(27,12,15)
#170A0E
(23,10,14)
#13080D
(19,8,13)
#0F060C
(15,6,12)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #331815

#331815
(51,24,21)
#452D2A
(69,45,42)
#57423F
(87,66,63)
#695754
(105,87,84)
#7B6C69
(123,108,105)
#8D817E
(141,129,126)
#9F9693
(159,150,147)
#B1ABA8
(177,171,168)
#C3C0BD
(195,192,189)
#D5D5D2
(213,213,210)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331815; }

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

This text font color is #331815.


Background Color

.myBgColor { background-color: #331815; }

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

This div background color is #331815.


Border color

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

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

This div border color is #331815.


Opacity

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

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

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

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

This text has shadow with #331815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331815 on black background.


Color preview on white background

This text has color #331815 on white background.



Black color preview on #331815 background

This text has black color on #331815 background.


White color preview on #331815 background

This text has white color on #331815 background.