COLOR #073809

HEX: #073809 RGB: (7,56,9)

Color info

#073809 contains red, green and blue colors in about the same proportion. Web safe color of #073809 is #003300 (or #030).

RGB color model

#073809 color RGB value is (7,56,9).

RGB: (7,56,9) (3%, 22%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 56 of 255 = 22%
B 9 of 255 = 4%

7
56
9

R + G + B ~ 10%. #073809 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 56 + 9 = 72 (100%)
R 7 of 72 ~ 9.72%
G 56 of 72 ~ 77.78%
B 9 of 72 ~ 12.5'%

%77.78
%12.5

CMYK color model

#073809 color CMYK value is (88,0,84,78).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 83.93%
  • key color value is 78.04%

CMYK: (88,0,84,78)
C88M0Y84K78 (88%, 0%, 84%, 78%)
(0.88 / 0.00 / 0.84 / 0.78)

CMYK percentages

%87.5
%0
%83.93
%78.04

Codes

Color #073809 in popluar color models

07 38 09
RGB 7 56 9
HSL 122° 77.78% 12.35%
HSB/HSV 122° 87.50% 21.96%
CMYK 87.50% 0.00% 83.93%
78.04%

Color #073809 in popluar number systems.

HEX 07 38 09
Decimal 7 56 9
Binary 111 111000 1001
Octal 7 70 11

Shades and tints

Shades of #073809

#073809
(7,56,9)
#073309
(7,51,9)
#072E09
(7,46,9)
#072909
(7,41,9)
#072409
(7,36,9)
#071F09
(7,31,9)
#071A09
(7,26,9)
#071509
(7,21,9)
#071009
(7,16,9)
#070B09
(7,11,9)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #073809

#073809
(7,56,9)
#1D4A1F
(29,74,31)
#335C35
(51,92,53)
#496E4B
(73,110,75)
#5F8061
(95,128,97)
#759277
(117,146,119)
#8BA48D
(139,164,141)
#A1B6A3
(161,182,163)
#B7C8B9
(183,200,185)
#CDDACF
(205,218,207)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073809 color. Also use rgb(7,56,9) instead hex code.

Text Font Color

.myTextColor { color: #073809; }

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

This text font color is #073809.

Background Color

.myBgColor { background-color: #073809; }

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

This div background color is #073809.

Border color

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

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

This div border color is #073809.

Opacity

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

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

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

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

This text has shadow with #073809 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073809.

Preview

Color preview on black background

This text has color #073809 on black background.


Color preview on white background

This text has color #073809 on white background.


Black color preview on #073809 background

This text has black color on #073809 background.


White color preview on #073809 background

This text has white color on #073809 background.


Related colors

Complementary color

Complementary color for #hex is #F8C7F6.


I love getcolorcode.com

Triadic colors

1 #090738 and #380907 with #073809 are triadic colors.

2 #093807 and #380709 with #073809 are triadic colors.