COLOR #331D07

HEX: #331D07 RGB: (51,29,7)

Color info

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

RGB color model

#331D07 color RGB value is (51,29,7).

RGB: (51,29,7) (20%, 11%, 3%)

RGB channels and saturation

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

51
29
7

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

Portions of RGB colors in percentages

R + G + B = 51 + 29 + 7 = 87 (100%)
R 51 of 87 ~ 58.62%
G 29 of 87 ~ 33.33%
B 7 of 87 ~ 8.05'%

%58.62
%33.33

CMYK color model

#331D07 color CMYK value is (0,43,86,80).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 86.27%
  • key color value is 80.00%

CMYK: (0,43,86,80)
C0M43Y86K80 (0%, 43%, 86%, 80%)
(0.00 / 0.43 / 0.86 / 0.80)

CMYK percentages

%0
%43.14
%86.27
%80

Codes

Color #331D07 in popluar color models

33 1D 07
RGB 51 29 7
HSL 30° 75.86% 11.37%
HSB/HSV 30° 86.27% 20.00%
CMYK 0.00% 43.14% 86.27%
80.00%

Color #331D07 in popluar number systems.

HEX 33 1D 07
Decimal 51 29 7
Binary 110011 11101 111
Octal 63 35 7

Shades and tints

Shades of #331D07

#331D07
(51,29,7)
#2F1B07
(47,27,7)
#2B1907
(43,25,7)
#271707
(39,23,7)
#231507
(35,21,7)
#1F1307
(31,19,7)
#1B1107
(27,17,7)
#170F07
(23,15,7)
#130D07
(19,13,7)
#0F0B07
(15,11,7)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #331D07

#331D07
(51,29,7)
#45311D
(69,49,29)
#574533
(87,69,51)
#695949
(105,89,73)
#7B6D5F
(123,109,95)
#8D8175
(141,129,117)
#9F958B
(159,149,139)
#B1A9A1
(177,169,161)
#C3BDB7
(195,189,183)
#D5D1CD
(213,209,205)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331D07; }

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

This text font color is #331D07.

Background Color

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

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

This div background color is #331D07.

Border color

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

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

This div border color is #331D07.

Opacity

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

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

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

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

This text has shadow with #331D07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #331D07.

Preview

Color preview on black background

This text has color #331D07 on black background.


Color preview on white background

This text has color #331D07 on white background.


Black color preview on #331D07 background

This text has black color on #331D07 background.


White color preview on #331D07 background

This text has white color on #331D07 background.


Related colors

Complementary color

Complementary color for #hex is #CCE2F8.


I love getcolorcode.com

Triadic colors

1 #07331D and #1D0733 with #331D07 are triadic colors.

2 #071D33 and #1D3307 with #331D07 are triadic colors.