COLOR #072509

HEX: #072509
RGB: (7,37,9)

Color info

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

RGB color model

#072509 color RGB value is (7,37,9).

  • red value is 7;
  • green value is 37;
  • blue value is 9.
RGB:
(7,37,9)
(3%,15%,4%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 9 of 255 = 4%

7
37
9

R + G + B ~ 7%. #072509 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 9 = 53 (100%)
R 7 of 53 ~ 13.21%
G 37 of 53 ~ 69.81%
B 9 of 53 ~ 16.98%

%13.21
%69.81
%16.98

CMYK color model

#072509 color CMYK value is (81,0,76,85).

  • cyan value is 81.08%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(81,0,76,85)
C81M0Y76K85 
(81%,0%,76%,85%)
(0.81/0.00/0.76/0.85)	

CMYK percentages

%81.08
%0
%75.68
%85.49

Codes

Color #072509 in popluar color models

072509
RGB7379
HSL124°68.18%8.63%
HSB/HSV124°81.08%14.51%
CMYK81.08%0.00%75.68%
85.49%

Color #072509 in popluar number systems.

HEX072509
Decimal7379
Binary1111001011001
Octal74511

Shades and tints

Shades of #072509

#072509
(7,37,9)
#072209
(7,34,9)
#071F09
(7,31,9)
#071C09
(7,28,9)
#071909
(7,25,9)
#071609
(7,22,9)
#071309
(7,19,9)
#071009
(7,16,9)
#070D09
(7,13,9)
#070A09
(7,10,9)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #072509

#072509
(7,37,9)
#1D381F
(29,56,31)
#334B35
(51,75,53)
#495E4B
(73,94,75)
#5F7161
(95,113,97)
#758477
(117,132,119)
#8B978D
(139,151,141)
#A1AAA3
(161,170,163)
#B7BDB9
(183,189,185)
#CDD0CF
(205,208,207)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072509; }

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

This text font color is #072509.


Background Color

.myBgColor { background-color: #072509; }

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

This div background color is #072509.


Border color

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

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

This div border color is #072509.


Opacity

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

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

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

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

This text has shadow with #072509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072509 on black background.


Color preview on white background

This text has color #072509 on white background.



Black color preview on #072509 background

This text has black color on #072509 background.


White color preview on #072509 background

This text has white color on #072509 background.