COLOR #073B1F

HEX: #073B1F
RGB: (7,59,31)

Color info

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

RGB color model

#073B1F color RGB value is (7,59,31).

  • red value is 7;
  • green value is 59;
  • blue value is 31.
RGB:
(7,59,31)
(3%,23%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 59 of 255 = 23%
B 31 of 255 = 12%

7
59
31

R + G + B ~ 13%. #073B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 59 + 31 = 97 (100%)
R 7 of 97 ~ 7.22%
G 59 of 97 ~ 60.82%
B 31 of 97 ~ 31.96%

%60.82
%31.96

CMYK color model

#073B1F color CMYK value is (88,0,47,77).

  • cyan value is 88.14%
  • magenta value is 0.00%
  • yellow value is 47.46%
  • key color value is 76.86%
CMYK:
(88,0,47,77)
C88M0Y47K77 
(88%,0%,47%,77%)
(0.88/0.00/0.47/0.77)	

CMYK percentages

%88.14
%0
%47.46
%76.86

Codes

Color #073B1F in popluar color models

073B1F
RGB75931
HSL148°78.79%12.94%
HSB/HSV148°88.14%23.14%
CMYK88.14%0.00%47.46%
76.86%

Color #073B1F in popluar number systems.

HEX073B1F
Decimal75931
Binary11111101111111
Octal77337

Shades and tints

Shades of #073B1F

#073B1F
(7,59,31)
#07361D
(7,54,29)
#07311B
(7,49,27)
#072C19
(7,44,25)
#072717
(7,39,23)
#072215
(7,34,21)
#071D13
(7,29,19)
#071811
(7,24,17)
#07130F
(7,19,15)
#070E0D
(7,14,13)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #073B1F

#073B1F
(7,59,31)
#1D4C33
(29,76,51)
#335D47
(51,93,71)
#496E5B
(73,110,91)
#5F7F6F
(95,127,111)
#759083
(117,144,131)
#8BA197
(139,161,151)
#A1B2AB
(161,178,171)
#B7C3BF
(183,195,191)
#CDD4D3
(205,212,211)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073B1F color. Also use rgb(7,59,31) instead hex code.

Text Font Color

.myTextColor { color: #073B1F; }

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

This text font color is #073B1F.


Background Color

.myBgColor { background-color: #073B1F; }

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

This div background color is #073B1F.


Border color

.myBorderColor { border: 1px solid #073B1F; }

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

This div border color is #073B1F.


Opacity

.myOpacity80 { color: #073B1F; opacity: 0.8; }

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

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

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

This text has shadow with #073B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073B1F on black background.


Color preview on white background

This text has color #073B1F on white background.



Black color preview on #073B1F background

This text has black color on #073B1F background.


White color preview on #073B1F background

This text has white color on #073B1F background.