COLOR #073D31

HEX: #073D31
RGB: (7,61,49)

Color info

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

RGB color model

#073D31 color RGB value is (7,61,49).

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

RGB channels and saturation

R 7 of 255 = 3%
G 61 of 255 = 24%
B 49 of 255 = 19%

7
61
49

R + G + B ~ 15%. #073D31 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 61 + 49 = 117 (100%)
R 7 of 117 ~ 5.98%
G 61 of 117 ~ 52.14%
B 49 of 117 ~ 41.88%

%52.14
%41.88

CMYK color model

#073D31 color CMYK value is (89,0,20,76).

  • cyan value is 88.52%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 76.08%
CMYK:
(89,0,20,76)
C89M0Y20K76 
(89%,0%,20%,76%)
(0.89/0.00/0.20/0.76)	

CMYK percentages

%88.52
%0
%19.67
%76.08

Codes

Color #073D31 in popluar color models

073D31
RGB76149
HSL167°79.41%13.33%
HSB/HSV167°88.52%23.92%
CMYK88.52%0.00%19.67%
76.08%

Color #073D31 in popluar number systems.

HEX073D31
Decimal76149
Binary111111101110001
Octal77561

Shades and tints

Shades of #073D31

#073D31
(7,61,49)
#07382D
(7,56,45)
#073329
(7,51,41)
#072E25
(7,46,37)
#072921
(7,41,33)
#07241D
(7,36,29)
#071F19
(7,31,25)
#071A15
(7,26,21)
#071511
(7,21,17)
#07100D
(7,16,13)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #073D31

#073D31
(7,61,49)
#1D4E43
(29,78,67)
#335F55
(51,95,85)
#497067
(73,112,103)
#5F8179
(95,129,121)
#75928B
(117,146,139)
#8BA39D
(139,163,157)
#A1B4AF
(161,180,175)
#B7C5C1
(183,197,193)
#CDD6D3
(205,214,211)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073D31; }

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

This text font color is #073D31.


Background Color

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

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

This div background color is #073D31.


Border color

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

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

This div border color is #073D31.


Opacity

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

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

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

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

This text has shadow with #073D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073D31 on black background.


Color preview on white background

This text has color #073D31 on white background.



Black color preview on #073D31 background

This text has black color on #073D31 background.


White color preview on #073D31 background

This text has white color on #073D31 background.