COLOR #072725

HEX: #072725
RGB: (7,39,37)

Color info

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

RGB color model

#072725 color RGB value is (7,39,37).

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

RGB channels and saturation

R 7 of 255 = 3%
G 39 of 255 = 15%
B 37 of 255 = 15%

7
39
37

R + G + B ~ 11%. #072725 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 39 + 37 = 83 (100%)
R 7 of 83 ~ 8.43%
G 39 of 83 ~ 46.99%
B 37 of 83 ~ 44.58%

%46.99
%44.58

CMYK color model

#072725 color CMYK value is (82,0,5,85).

  • cyan value is 82.05%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 84.71%
CMYK:
(82,0,5,85)
C82M0Y5K85 
(82%,0%,5%,85%)
(0.82/0.00/0.05/0.85)	

CMYK percentages

%82.05
%0
%5.13
%84.71

Codes

Color #072725 in popluar color models

072725
RGB73937
HSL176°69.57%9.02%
HSB/HSV176°82.05%15.29%
CMYK82.05%0.00%5.13%
84.71%

Color #072725 in popluar number systems.

HEX072725
Decimal73937
Binary111100111100101
Octal74745

Shades and tints

Shades of #072725

#072725
(7,39,37)
#072422
(7,36,34)
#07211F
(7,33,31)
#071E1C
(7,30,28)
#071B19
(7,27,25)
#071816
(7,24,22)
#071513
(7,21,19)
#071210
(7,18,16)
#070F0D
(7,15,13)
#070C0A
(7,12,10)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #072725

#072725
(7,39,37)
#1D3A38
(29,58,56)
#334D4B
(51,77,75)
#49605E
(73,96,94)
#5F7371
(95,115,113)
#758684
(117,134,132)
#8B9997
(139,153,151)
#A1ACAA
(161,172,170)
#B7BFBD
(183,191,189)
#CDD2D0
(205,210,208)
#E3E5E3
(227,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072725; }

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

This text font color is #072725.


Background Color

.myBgColor { background-color: #072725; }

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

This div background color is #072725.


Border color

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

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

This div border color is #072725.


Opacity

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

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

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

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

This text has shadow with #072725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072725 on black background.


Color preview on white background

This text has color #072725 on white background.



Black color preview on #072725 background

This text has black color on #072725 background.


White color preview on #072725 background

This text has white color on #072725 background.