COLOR #331C07

HEX: #331C07
RGB: (51,28,7)

Color info

#331C07 contains red, green and blue colors in about the same proportion. Web safe color of #331C07 is #333300 (or #330).

RGB color model

#331C07 color RGB value is (51,28,7).

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

RGB channels and saturation

R 51 of 255 = 20%
G 28 of 255 = 11%
B 7 of 255 = 3%

51
28
7

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

Portions of RGB colors in percentages

R + G + B =
51 + 28 + 7 = 86 (100%)
R 51 of 86 ~ 59.3%
G 28 of 86 ~ 32.56%
B 7 of 86 ~ 8.14%

%59.3
%32.56

CMYK color model

#331C07 color CMYK value is (0,45,86,80).

  • cyan value is 0.00%
  • magenta value is 45.10%
  • yellow value is 86.27%
  • key color value is 80.00%
CMYK:
(0,45,86,80)
C0M45Y86K80 
(0%,45%,86%,80%)
(0.00/0.45/0.86/0.80)	

CMYK percentages

%0
%45.1
%86.27
%80

Codes

Color #331C07 in popluar color models

331C07
RGB51287
HSL29°75.86%11.37%
HSB/HSV29°86.27%20.00%
CMYK0.00%45.10%86.27%
80.00%

Color #331C07 in popluar number systems.

HEX331C07
Decimal51287
Binary11001111100111
Octal63347

Shades and tints

Shades of #331C07

#331C07
(51,28,7)
#2F1A07
(47,26,7)
#2B1807
(43,24,7)
#271607
(39,22,7)
#231407
(35,20,7)
#1F1207
(31,18,7)
#1B1007
(27,16,7)
#170E07
(23,14,7)
#130C07
(19,12,7)
#0F0A07
(15,10,7)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #331C07

#331C07
(51,28,7)
#45301D
(69,48,29)
#574433
(87,68,51)
#695849
(105,88,73)
#7B6C5F
(123,108,95)
#8D8075
(141,128,117)
#9F948B
(159,148,139)
#B1A8A1
(177,168,161)
#C3BCB7
(195,188,183)
#D5D0CD
(213,208,205)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331C07; }

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

This text font color is #331C07.


Background Color

.myBgColor { background-color: #331C07; }

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

This div background color is #331C07.


Border color

.myBorderColor { border: 1px solid #331C07; }

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

This div border color is #331C07.


Opacity

.myOpacity80 { color: #331C07; opacity: 0.8; }

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

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

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

This text has shadow with #331C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331C07 on black background.


Color preview on white background

This text has color #331C07 on white background.



Black color preview on #331C07 background

This text has black color on #331C07 background.


White color preview on #331C07 background

This text has white color on #331C07 background.