COLOR #073626

HEX: #073626
RGB: (7,54,38)

Color info

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

RGB color model

#073626 color RGB value is (7,54,38).

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

RGB channels and saturation

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

7
54
38

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

Portions of RGB colors in percentages

R + G + B =
7 + 54 + 38 = 99 (100%)
R 7 of 99 ~ 7.07%
G 54 of 99 ~ 54.55%
B 38 of 99 ~ 38.38%

%54.55
%38.38

CMYK color model

#073626 color CMYK value is (87,0,30,79).

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 78.82%
CMYK:
(87,0,30,79)
C87M0Y30K79 
(87%,0%,30%,79%)
(0.87/0.00/0.30/0.79)	

CMYK percentages

%87.04
%0
%29.63
%78.82

Codes

Color #073626 in popluar color models

073626
RGB75438
HSL160°77.05%11.96%
HSB/HSV160°87.04%21.18%
CMYK87.04%0.00%29.63%
78.82%

Color #073626 in popluar number systems.

HEX073626
Decimal75438
Binary111110110100110
Octal76646

Shades and tints

Shades of #073626

#073626
(7,54,38)
#073223
(7,50,35)
#072E20
(7,46,32)
#072A1D
(7,42,29)
#07261A
(7,38,26)
#072217
(7,34,23)
#071E14
(7,30,20)
#071A11
(7,26,17)
#07160E
(7,22,14)
#07120B
(7,18,11)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #073626

#073626
(7,54,38)
#1D4839
(29,72,57)
#335A4C
(51,90,76)
#496C5F
(73,108,95)
#5F7E72
(95,126,114)
#759085
(117,144,133)
#8BA298
(139,162,152)
#A1B4AB
(161,180,171)
#B7C6BE
(183,198,190)
#CDD8D1
(205,216,209)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073626; }

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

This text font color is #073626.


Background Color

.myBgColor { background-color: #073626; }

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

This div background color is #073626.


Border color

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

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

This div border color is #073626.


Opacity

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

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

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

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

This text has shadow with #073626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073626 on black background.


Color preview on white background

This text has color #073626 on white background.



Black color preview on #073626 background

This text has black color on #073626 background.


White color preview on #073626 background

This text has white color on #073626 background.