COLOR #073621

HEX: #073621
RGB: (7,54,33)

Color info

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

RGB color model

#073621 color RGB value is (7,54,33).

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

RGB channels and saturation

R 7 of 255 = 3%
G 54 of 255 = 21%
B 33 of 255 = 13%

7
54
33

R + G + B ~ 12%. #073621 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 54 + 33 = 94 (100%)
R 7 of 94 ~ 7.45%
G 54 of 94 ~ 57.45%
B 33 of 94 ~ 35.11%

%57.45
%35.11

CMYK color model

#073621 color CMYK value is (87,0,39,79).

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 78.82%
CMYK:
(87,0,39,79)
C87M0Y39K79 
(87%,0%,39%,79%)
(0.87/0.00/0.39/0.79)	

CMYK percentages

%87.04
%0
%38.89
%78.82

Codes

Color #073621 in popluar color models

073621
RGB75433
HSL153°77.05%11.96%
HSB/HSV153°87.04%21.18%
CMYK87.04%0.00%38.89%
78.82%

Color #073621 in popluar number systems.

HEX073621
Decimal75433
Binary111110110100001
Octal76641

Shades and tints

Shades of #073621

#073621
(7,54,33)
#07321E
(7,50,30)
#072E1B
(7,46,27)
#072A18
(7,42,24)
#072615
(7,38,21)
#072212
(7,34,18)
#071E0F
(7,30,15)
#071A0C
(7,26,12)
#071609
(7,22,9)
#071206
(7,18,6)
#070E03
(7,14,3)
#000000
(0,0,0)

Tints of #073621

#073621
(7,54,33)
#1D4835
(29,72,53)
#335A49
(51,90,73)
#496C5D
(73,108,93)
#5F7E71
(95,126,113)
#759085
(117,144,133)
#8BA299
(139,162,153)
#A1B4AD
(161,180,173)
#B7C6C1
(183,198,193)
#CDD8D5
(205,216,213)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073621; }

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

This text font color is #073621.


Background Color

.myBgColor { background-color: #073621; }

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

This div background color is #073621.


Border color

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

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

This div border color is #073621.


Opacity

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

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

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

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

This text has shadow with #073621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073621 on black background.


Color preview on white background

This text has color #073621 on white background.



Black color preview on #073621 background

This text has black color on #073621 background.


White color preview on #073621 background

This text has white color on #073621 background.