COLOR #331709

HEX: #331709
RGB: (51,23,9)

Color info

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

RGB color model

#331709 color RGB value is (51,23,9).

  • red value is 51;
  • green value is 23;
  • blue value is 9.
RGB:
(51,23,9)
(20%,9%,4%)

RGB channels and saturation

R 51 of 255 = 20%
G 23 of 255 = 9%
B 9 of 255 = 4%

51
23
9

R + G + B ~ 11%. #331709 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 23 + 9 = 83 (100%)
R 51 of 83 ~ 61.45%
G 23 of 83 ~ 27.71%
B 9 of 83 ~ 10.84%

%61.45
%27.71
%10.84

CMYK color model

#331709 color CMYK value is (0,55,82,80).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(0,55,82,80)
C0M55Y82K80 
(0%,55%,82%,80%)
(0.00/0.55/0.82/0.80)	

CMYK percentages

%0
%54.9
%82.35
%80

Codes

Color #331709 in popluar color models

331709
RGB51239
HSL20°70.00%11.76%
HSB/HSV20°82.35%20.00%
CMYK0.00%54.90%82.35%
80.00%

Color #331709 in popluar number systems.

HEX331709
Decimal51239
Binary110011101111001
Octal632711

Shades and tints

Shades of #331709

#331709
(51,23,9)
#2F1509
(47,21,9)
#2B1309
(43,19,9)
#271109
(39,17,9)
#230F09
(35,15,9)
#1F0D09
(31,13,9)
#1B0B09
(27,11,9)
#170909
(23,9,9)
#130709
(19,7,9)
#0F0509
(15,5,9)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #331709

#331709
(51,23,9)
#452C1F
(69,44,31)
#574135
(87,65,53)
#69564B
(105,86,75)
#7B6B61
(123,107,97)
#8D8077
(141,128,119)
#9F958D
(159,149,141)
#B1AAA3
(177,170,163)
#C3BFB9
(195,191,185)
#D5D4CF
(213,212,207)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331709; }

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

This text font color is #331709.


Background Color

.myBgColor { background-color: #331709; }

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

This div background color is #331709.


Border color

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

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

This div border color is #331709.


Opacity

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

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

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

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

This text has shadow with #331709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331709 on black background.


Color preview on white background

This text has color #331709 on white background.



Black color preview on #331709 background

This text has black color on #331709 background.


White color preview on #331709 background

This text has white color on #331709 background.