COLOR #073928

HEX: #073928
RGB: (7,57,40)

Color info

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

RGB color model

#073928 color RGB value is (7,57,40).

  • red value is 7;
  • green value is 57;
  • blue value is 40.
RGB:
(7,57,40)
(3%,22%,16%)

RGB channels and saturation

R 7 of 255 = 3%
G 57 of 255 = 22%
B 40 of 255 = 16%

7
57
40

R + G + B ~ 14%. #073928 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 40 = 104 (100%)
R 7 of 104 ~ 6.73%
G 57 of 104 ~ 54.81%
B 40 of 104 ~ 38.46%

%54.81
%38.46

CMYK color model

#073928 color CMYK value is (88,0,30,78).

  • cyan value is 87.72%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 77.65%
CMYK:
(88,0,30,78)
C88M0Y30K78 
(88%,0%,30%,78%)
(0.88/0.00/0.30/0.78)	

CMYK percentages

%87.72
%0
%29.82
%77.65

Codes

Color #073928 in popluar color models

073928
RGB75740
HSL160°78.13%12.55%
HSB/HSV160°87.72%22.35%
CMYK87.72%0.00%29.82%
77.65%

Color #073928 in popluar number systems.

HEX073928
Decimal75740
Binary111111001101000
Octal77150

Shades and tints

Shades of #073928

#073928
(7,57,40)
#073425
(7,52,37)
#072F22
(7,47,34)
#072A1F
(7,42,31)
#07251C
(7,37,28)
#072019
(7,32,25)
#071B16
(7,27,22)
#071613
(7,22,19)
#071110
(7,17,16)
#070C0D
(7,12,13)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #073928

#073928
(7,57,40)
#1D4B3B
(29,75,59)
#335D4E
(51,93,78)
#496F61
(73,111,97)
#5F8174
(95,129,116)
#759387
(117,147,135)
#8BA59A
(139,165,154)
#A1B7AD
(161,183,173)
#B7C9C0
(183,201,192)
#CDDBD3
(205,219,211)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073928 color. Also use rgb(7,57,40) instead hex code.

Text Font Color

.myTextColor { color: #073928; }

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

This text font color is #073928.


Background Color

.myBgColor { background-color: #073928; }

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

This div background color is #073928.


Border color

.myBorderColor { border: 1px solid #073928; }

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

This div border color is #073928.


Opacity

.myOpacity80 { color: #073928; opacity: 0.8; }

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

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

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

This text has shadow with #073928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073928 on black background.


Color preview on white background

This text has color #073928 on white background.



Black color preview on #073928 background

This text has black color on #073928 background.


White color preview on #073928 background

This text has white color on #073928 background.