COLOR #073A2F

HEX: #073A2F RGB: (7,58,47)

Color info

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

RGB color model

#073A2F color RGB value is (7,58,47).

RGB: (7,58,47) (3%, 23%, 18%)

RGB channels and saturation

R 7 of 255 = 3%
G 58 of 255 = 23%
B 47 of 255 = 18%

7
58
47

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

Portions of RGB colors in percentages

R + G + B = 7 + 58 + 47 = 112 (100%)
R 7 of 112 ~ 6.25%
G 58 of 112 ~ 51.79%
B 47 of 112 ~ 41.96'%

%51.79
%41.96

CMYK color model

#073A2F color CMYK value is (88,0,19,77).

  • cyan value is 87.93%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 77.25%
CMYK: (88,0,19,77) C88M0Y19K77 (88%,0%,19%,77%) (0.88/0.00/0.19/0.77) 

CMYK percentages

%87.93
%0
%18.97
%77.25

Codes

Color #073A2F in popluar color models

07 3A 2F
RGB 7 58 47
HSL 167° 78.46% 12.75%
HSB/HSV 167° 87.93% 22.75%
CMYK 87.93% 0.00% 18.97%
77.25%

Color #073A2F in popluar number systems.

HEX 07 3A 2F
Decimal 7 58 47
Binary 111 111010 101111
Octal 7 72 57

Shades and tints

Shades of #073A2F

#073A2F
(7,58,47)
#07352B
(7,53,43)
#073027
(7,48,39)
#072B23
(7,43,35)
#07261F
(7,38,31)
#07211B
(7,33,27)
#071C17
(7,28,23)
#071713
(7,23,19)
#07120F
(7,18,15)
#070D0B
(7,13,11)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #073A2F

#073A2F
(7,58,47)
#1D4B41
(29,75,65)
#335C53
(51,92,83)
#496D65
(73,109,101)
#5F7E77
(95,126,119)
#758F89
(117,143,137)
#8BA09B
(139,160,155)
#A1B1AD
(161,177,173)
#B7C2BF
(183,194,191)
#CDD3D1
(205,211,209)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073A2F color. Also use rgb(7,58,47) instead hex code.

Text Font Color

.myTextColor { color: #073A2F; }

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

This text font color is #073A2F.

Background Color

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

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

This div background color is #073A2F.

Border color

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

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

This div border color is #073A2F.

Opacity

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

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

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

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

This text has shadow with #073A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073A2F.

Preview

Color preview on black background

This text has color #073A2F on black background.


Color preview on white background

This text has color #073A2F on white background.


Black color preview on #073A2F background

This text has black color on #073A2F background.


White color preview on #073A2F background

This text has white color on #073A2F background.


Related colors

Complementary color

Complementary color for #hex is #F8C5D0.


I love getcolorcode.com

Triadic colors

1 #2F073A and #3A2F07 with #073A2F are triadic colors.

2 #2F3A07 and #3A072F with #073A2F are triadic colors.