COLOR #073609

HEX: #073609 RGB: (7,54,9)

Color info

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

RGB color model

#073609 color RGB value is (7,54,9).

RGB: (7,54,9) (3%, 21%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 54 of 255 = 21%
B 9 of 255 = 4%

7
54
9

R + G + B ~ 9%. #073609 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 54 + 9 = 70 (100%)
R 7 of 70 ~ 10%
G 54 of 70 ~ 77.14%
B 9 of 70 ~ 12.86'%

%77.14
%12.86

CMYK color model

#073609 color CMYK value is (87,0,83,79).

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 78.82%

CMYK: (87,0,83,79)
C87M0Y83K79 (87%, 0%, 83%, 79%)
(0.87 / 0.00 / 0.83 / 0.79)

CMYK percentages

%87.04
%0
%83.33
%78.82

Codes

Color #073609 in popluar color models

07 36 09
RGB 7 54 9
HSL 123° 77.05% 11.96%
HSB/HSV 123° 87.04% 21.18%
CMYK 87.04% 0.00% 83.33%
78.82%

Color #073609 in popluar number systems.

HEX 07 36 09
Decimal 7 54 9
Binary 111 110110 1001
Octal 7 66 11

Shades and tints

Shades of #073609

#073609
(7,54,9)
#073209
(7,50,9)
#072E09
(7,46,9)
#072A09
(7,42,9)
#072609
(7,38,9)
#072209
(7,34,9)
#071E09
(7,30,9)
#071A09
(7,26,9)
#071609
(7,22,9)
#071209
(7,18,9)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #073609

#073609
(7,54,9)
#1D481F
(29,72,31)
#335A35
(51,90,53)
#496C4B
(73,108,75)
#5F7E61
(95,126,97)
#759077
(117,144,119)
#8BA28D
(139,162,141)
#A1B4A3
(161,180,163)
#B7C6B9
(183,198,185)
#CDD8CF
(205,216,207)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073609; }

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

This text font color is #073609.

Background Color

.myBgColor { background-color: #073609; }

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

This div background color is #073609.

Border color

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

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

This div border color is #073609.

Opacity

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

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

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

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

This text has shadow with #073609 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073609.

Preview

Color preview on black background

This text has color #073609 on black background.


Color preview on white background

This text has color #073609 on white background.


Black color preview on #073609 background

This text has black color on #073609 background.


White color preview on #073609 background

This text has white color on #073609 background.


Related colors

Complementary color

Complementary color for #hex is #F8C9F6.


I love getcolorcode.com

Triadic colors

1 #090736 and #360907 with #073609 are triadic colors.

2 #093607 and #360709 with #073609 are triadic colors.