COLOR #073F31

HEX: #073F31 RGB: (7,63,49)

Color info

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

RGB color model

#073F31 color RGB value is (7,63,49).

RGB: (7,63,49) (3%, 25%, 19%)

RGB channels and saturation

R 7 of 255 = 3%
G 63 of 255 = 25%
B 49 of 255 = 19%

7
63
49

R + G + B ~ 16%. #073F31 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 63 + 49 = 119 (100%)
R 7 of 119 ~ 5.88%
G 63 of 119 ~ 52.94%
B 49 of 119 ~ 41.18'%

%52.94
%41.18

CMYK color model

#073F31 color CMYK value is (89,0,22,75).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 75.29%

CMYK: (89,0,22,75)
C89M0Y22K75 (89%, 0%, 22%, 75%)
(0.89 / 0.00 / 0.22 / 0.75)

CMYK percentages

%88.89
%0
%22.22
%75.29

Codes

Color #073F31 in popluar color models

07 3F 31
RGB 7 63 49
HSL 165° 80.00% 13.73%
HSB/HSV 165° 88.89% 24.71%
CMYK 88.89% 0.00% 22.22%
75.29%

Color #073F31 in popluar number systems.

HEX 07 3F 31
Decimal 7 63 49
Binary 111 111111 110001
Octal 7 77 61

Shades and tints

Shades of #073F31

#073F31
(7,63,49)
#073A2D
(7,58,45)
#073529
(7,53,41)
#073025
(7,48,37)
#072B21
(7,43,33)
#07261D
(7,38,29)
#072119
(7,33,25)
#071C15
(7,28,21)
#071711
(7,23,17)
#07120D
(7,18,13)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #073F31

#073F31
(7,63,49)
#1D5043
(29,80,67)
#336155
(51,97,85)
#497267
(73,114,103)
#5F8379
(95,131,121)
#75948B
(117,148,139)
#8BA59D
(139,165,157)
#A1B6AF
(161,182,175)
#B7C7C1
(183,199,193)
#CDD8D3
(205,216,211)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073F31; }

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

This text font color is #073F31.

Background Color

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

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

This div background color is #073F31.

Border color

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

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

This div border color is #073F31.

Opacity

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

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

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

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

This text has shadow with #073F31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073F31.

Preview

Color preview on black background

This text has color #073F31 on black background.


Color preview on white background

This text has color #073F31 on white background.


Black color preview on #073F31 background

This text has black color on #073F31 background.


White color preview on #073F31 background

This text has white color on #073F31 background.


Related colors

Complementary color

Complementary color for #hex is #F8C0CE.


I love getcolorcode.com

Triadic colors

1 #31073F and #3F3107 with #073F31 are triadic colors.

2 #313F07 and #3F0731 with #073F31 are triadic colors.