COLOR #073B2F

HEX: #073B2F
RGB: (7,59,47)

Color info

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

RGB color model

#073B2F color RGB value is (7,59,47).

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

RGB channels and saturation

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

7
59
47

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

Portions of RGB colors in percentages

R + G + B =
7 + 59 + 47 = 113 (100%)
R 7 of 113 ~ 6.19%
G 59 of 113 ~ 52.21%
B 47 of 113 ~ 41.59%

%52.21
%41.59

CMYK color model

#073B2F color CMYK value is (88,0,20,77).

  • cyan value is 88.14%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 76.86%
CMYK:
(88,0,20,77)
C88M0Y20K77 
(88%,0%,20%,77%)
(0.88/0.00/0.20/0.77)	

CMYK percentages

%88.14
%0
%20.34
%76.86

Codes

Color #073B2F in popluar color models

073B2F
RGB75947
HSL166°78.79%12.94%
HSB/HSV166°88.14%23.14%
CMYK88.14%0.00%20.34%
76.86%

Color #073B2F in popluar number systems.

HEX073B2F
Decimal75947
Binary111111011101111
Octal77357

Shades and tints

Shades of #073B2F

#073B2F
(7,59,47)
#07362B
(7,54,43)
#073127
(7,49,39)
#072C23
(7,44,35)
#07271F
(7,39,31)
#07221B
(7,34,27)
#071D17
(7,29,23)
#071813
(7,24,19)
#07130F
(7,19,15)
#070E0B
(7,14,11)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #073B2F

#073B2F
(7,59,47)
#1D4C41
(29,76,65)
#335D53
(51,93,83)
#496E65
(73,110,101)
#5F7F77
(95,127,119)
#759089
(117,144,137)
#8BA19B
(139,161,155)
#A1B2AD
(161,178,173)
#B7C3BF
(183,195,191)
#CDD4D1
(205,212,209)
#E3E5E3
(227,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073B2F; }

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

This text font color is #073B2F.


Background Color

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

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

This div background color is #073B2F.


Border color

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

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

This div border color is #073B2F.


Opacity

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

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

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

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

This text has shadow with #073B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073B2F on black background.


Color preview on white background

This text has color #073B2F on white background.



Black color preview on #073B2F background

This text has black color on #073B2F background.


White color preview on #073B2F background

This text has white color on #073B2F background.