COLOR #073D1F

HEX: #073D1F
RGB: (7,61,31)

Color info

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

RGB color model

#073D1F color RGB value is (7,61,31).

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

RGB channels and saturation

R 7 of 255 = 3%
G 61 of 255 = 24%
B 31 of 255 = 12%

7
61
31

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

Portions of RGB colors in percentages

R + G + B =
7 + 61 + 31 = 99 (100%)
R 7 of 99 ~ 7.07%
G 61 of 99 ~ 61.62%
B 31 of 99 ~ 31.31%

%61.62
%31.31

CMYK color model

#073D1F color CMYK value is (89,0,49,76).

  • cyan value is 88.52%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 76.08%
CMYK:
(89,0,49,76)
C89M0Y49K76 
(89%,0%,49%,76%)
(0.89/0.00/0.49/0.76)	

CMYK percentages

%88.52
%0
%49.18
%76.08

Codes

Color #073D1F in popluar color models

073D1F
RGB76131
HSL147°79.41%13.33%
HSB/HSV147°88.52%23.92%
CMYK88.52%0.00%49.18%
76.08%

Color #073D1F in popluar number systems.

HEX073D1F
Decimal76131
Binary11111110111111
Octal77537

Shades and tints

Shades of #073D1F

#073D1F
(7,61,31)
#07381D
(7,56,29)
#07331B
(7,51,27)
#072E19
(7,46,25)
#072917
(7,41,23)
#072415
(7,36,21)
#071F13
(7,31,19)
#071A11
(7,26,17)
#07150F
(7,21,15)
#07100D
(7,16,13)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #073D1F

#073D1F
(7,61,31)
#1D4E33
(29,78,51)
#335F47
(51,95,71)
#49705B
(73,112,91)
#5F816F
(95,129,111)
#759283
(117,146,131)
#8BA397
(139,163,151)
#A1B4AB
(161,180,171)
#B7C5BF
(183,197,191)
#CDD6D3
(205,214,211)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073D1F; }

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

This text font color is #073D1F.


Background Color

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

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

This div background color is #073D1F.


Border color

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

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

This div border color is #073D1F.


Opacity

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

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

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

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

This text has shadow with #073D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073D1F on black background.


Color preview on white background

This text has color #073D1F on white background.



Black color preview on #073D1F background

This text has black color on #073D1F background.


White color preview on #073D1F background

This text has white color on #073D1F background.