COLOR #07331D

HEX: #07331D
RGB: (7,51,29)

Color info

#07331D contains red, green and blue colors in about the same proportion. Web safe color of #07331D is #003333 (or #033).

RGB color model

#07331D color RGB value is (7,51,29).

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

RGB channels and saturation

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

7
51
29

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

Portions of RGB colors in percentages

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

%58.62
%33.33

CMYK color model

#07331D color CMYK value is (86,0,43,80).

  • cyan value is 86.27%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 80.00%
CMYK:
(86,0,43,80)
C86M0Y43K80 
(86%,0%,43%,80%)
(0.86/0.00/0.43/0.80)	

CMYK percentages

%86.27
%0
%43.14
%80

Codes

Color #07331D in popluar color models

07331D
RGB75129
HSL150°75.86%11.37%
HSB/HSV150°86.27%20.00%
CMYK86.27%0.00%43.14%
80.00%

Color #07331D in popluar number systems.

HEX07331D
Decimal75129
Binary11111001111101
Octal76335

Shades and tints

Shades of #07331D

#07331D
(7,51,29)
#072F1B
(7,47,27)
#072B19
(7,43,25)
#072717
(7,39,23)
#072315
(7,35,21)
#071F13
(7,31,19)
#071B11
(7,27,17)
#07170F
(7,23,15)
#07130D
(7,19,13)
#070F0B
(7,15,11)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #07331D

#07331D
(7,51,29)
#1D4531
(29,69,49)
#335745
(51,87,69)
#496959
(73,105,89)
#5F7B6D
(95,123,109)
#758D81
(117,141,129)
#8B9F95
(139,159,149)
#A1B1A9
(161,177,169)
#B7C3BD
(183,195,189)
#CDD5D1
(205,213,209)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07331D; }

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

This text font color is #07331D.


Background Color

.myBgColor { background-color: #07331D; }

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

This div background color is #07331D.


Border color

.myBorderColor { border: 1px solid #07331D; }

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

This div border color is #07331D.


Opacity

.myOpacity80 { color: #07331D; opacity: 0.8; }

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

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

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

This text has shadow with #07331D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07331D on black background.


Color preview on white background

This text has color #07331D on white background.



Black color preview on #07331D background

This text has black color on #07331D background.


White color preview on #07331D background

This text has white color on #07331D background.