COLOR #073625

HEX: #073625
RGB: (7,54,37)

Color info

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

RGB color model

#073625 color RGB value is (7,54,37).

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

RGB channels and saturation

R 7 of 255 = 3%
G 54 of 255 = 21%
B 37 of 255 = 15%

7
54
37

R + G + B ~ 13%. #073625 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 54 + 37 = 98 (100%)
R 7 of 98 ~ 7.14%
G 54 of 98 ~ 55.1%
B 37 of 98 ~ 37.76%

%55.1
%37.76

CMYK color model

#073625 color CMYK value is (87,0,31,79).

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 31.48%
  • key color value is 78.82%
CMYK:
(87,0,31,79)
C87M0Y31K79 
(87%,0%,31%,79%)
(0.87/0.00/0.31/0.79)	

CMYK percentages

%87.04
%0
%31.48
%78.82

Codes

Color #073625 in popluar color models

073625
RGB75437
HSL158°77.05%11.96%
HSB/HSV158°87.04%21.18%
CMYK87.04%0.00%31.48%
78.82%

Color #073625 in popluar number systems.

HEX073625
Decimal75437
Binary111110110100101
Octal76645

Shades and tints

Shades of #073625

#073625
(7,54,37)
#073222
(7,50,34)
#072E1F
(7,46,31)
#072A1C
(7,42,28)
#072619
(7,38,25)
#072216
(7,34,22)
#071E13
(7,30,19)
#071A10
(7,26,16)
#07160D
(7,22,13)
#07120A
(7,18,10)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #073625

#073625
(7,54,37)
#1D4838
(29,72,56)
#335A4B
(51,90,75)
#496C5E
(73,108,94)
#5F7E71
(95,126,113)
#759084
(117,144,132)
#8BA297
(139,162,151)
#A1B4AA
(161,180,170)
#B7C6BD
(183,198,189)
#CDD8D0
(205,216,208)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073625; }

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

This text font color is #073625.


Background Color

.myBgColor { background-color: #073625; }

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

This div background color is #073625.


Border color

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

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

This div border color is #073625.


Opacity

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

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

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

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

This text has shadow with #073625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073625 on black background.


Color preview on white background

This text has color #073625 on white background.



Black color preview on #073625 background

This text has black color on #073625 background.


White color preview on #073625 background

This text has white color on #073625 background.