COLOR #331307

HEX: #331307
RGB: (51,19,7)

Color info

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

RGB color model

#331307 color RGB value is (51,19,7).

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

RGB channels and saturation

R 51 of 255 = 20%
G 19 of 255 = 7%
B 7 of 255 = 3%

51
19
7

R + G + B ~ 10%. #331307 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 19 + 7 = 77 (100%)
R 51 of 77 ~ 66.23%
G 19 of 77 ~ 24.68%
B 7 of 77 ~ 9.09%

%66.23
%24.68

CMYK color model

#331307 color CMYK value is (0,63,86,80).

  • cyan value is 0.00%
  • magenta value is 62.75%
  • yellow value is 86.27%
  • key color value is 80.00%
CMYK:
(0,63,86,80)
C0M63Y86K80 
(0%,63%,86%,80%)
(0.00/0.63/0.86/0.80)	

CMYK percentages

%0
%62.75
%86.27
%80

Codes

Color #331307 in popluar color models

331307
RGB51197
HSL16°75.86%11.37%
HSB/HSV16°86.27%20.00%
CMYK0.00%62.75%86.27%
80.00%

Color #331307 in popluar number systems.

HEX331307
Decimal51197
Binary11001110011111
Octal63237

Shades and tints

Shades of #331307

#331307
(51,19,7)
#2F1207
(47,18,7)
#2B1107
(43,17,7)
#271007
(39,16,7)
#230F07
(35,15,7)
#1F0E07
(31,14,7)
#1B0D07
(27,13,7)
#170C07
(23,12,7)
#130B07
(19,11,7)
#0F0A07
(15,10,7)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #331307

#331307
(51,19,7)
#45281D
(69,40,29)
#573D33
(87,61,51)
#695249
(105,82,73)
#7B675F
(123,103,95)
#8D7C75
(141,124,117)
#9F918B
(159,145,139)
#B1A6A1
(177,166,161)
#C3BBB7
(195,187,183)
#D5D0CD
(213,208,205)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331307; }

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

This text font color is #331307.


Background Color

.myBgColor { background-color: #331307; }

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

This div background color is #331307.


Border color

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

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

This div border color is #331307.


Opacity

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

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

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

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

This text has shadow with #331307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331307 on black background.


Color preview on white background

This text has color #331307 on white background.



Black color preview on #331307 background

This text has black color on #331307 background.


White color preview on #331307 background

This text has white color on #331307 background.