COLOR #072600

HEX: #072600
RGB: (7,38,0)

Color info

#072600 contains only red and green colors. Web safe color of #072600 is #003300 (or #030).

RGB color model

#072600 color RGB value is (7,38,0).

  • red value is 7;
  • green value is 38;
  • blue value is 0.
RGB:
(7,38,0)
(3%,15%,0%)

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 0 of 255 = 0%

7
38
0

R + G + B ~ 6%. #072600 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 0 = 45 (100%)
R 7 of 45 ~ 15.56%
G 38 of 45 ~ 84.44%
B 0 of 45 ~ 0%

%15.56
%84.44

CMYK color model

#072600 color CMYK value is (82,0,100,85).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 85.10%
CMYK:
(82,0,100,85)
C82M0Y100K85 
(82%,0%,100%,85%)
(0.82/0.00/1.00/0.85)	

CMYK percentages

%81.58
%0
%100
%85.1

Codes

Color #072600 in popluar color models

072600
RGB7380
HSL109°100.00%7.45%
HSB/HSV109°100.00%14.90%
CMYK81.58%0.00%100.00%
85.10%

Color #072600 in popluar number systems.

HEX072600
Decimal7380
Binary1111001100
Octal7460

Shades and tints

Shades of #072600

#072600
(7,38,0)
#072300
(7,35,0)
#072000
(7,32,0)
#071D00
(7,29,0)
#071A00
(7,26,0)
#071700
(7,23,0)
#071400
(7,20,0)
#071100
(7,17,0)
#070E00
(7,14,0)
#070B00
(7,11,0)
#070800
(7,8,0)
#000000
(0,0,0)

Tints of #072600

#072600
(7,38,0)
#1D3917
(29,57,23)
#334C2E
(51,76,46)
#495F45
(73,95,69)
#5F725C
(95,114,92)
#758573
(117,133,115)
#8B988A
(139,152,138)
#A1ABA1
(161,171,161)
#B7BEB8
(183,190,184)
#CDD1CF
(205,209,207)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072600 color. Also use rgb(7,38,0) instead hex code.

Text Font Color

.myTextColor { color: #072600; }

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

This text font color is #072600.


Background Color

.myBgColor { background-color: #072600; }

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

This div background color is #072600.


Border color

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

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

This div border color is #072600.


Opacity

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

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

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

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

This text has shadow with #072600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072600 on black background.


Color preview on white background

This text has color #072600 on white background.



Black color preview on #072600 background

This text has black color on #072600 background.


White color preview on #072600 background

This text has white color on #072600 background.