COLOR #073121

HEX: #073121
RGB: (7,49,33)

Color info

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

RGB color model

#073121 color RGB value is (7,49,33).

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

RGB channels and saturation

R 7 of 255 = 3%
G 49 of 255 = 19%
B 33 of 255 = 13%

7
49
33

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

Portions of RGB colors in percentages

R + G + B =
7 + 49 + 33 = 89 (100%)
R 7 of 89 ~ 7.87%
G 49 of 89 ~ 55.06%
B 33 of 89 ~ 37.08%

%55.06
%37.08

CMYK color model

#073121 color CMYK value is (86,0,33,81).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 80.78%
CMYK:
(86,0,33,81)
C86M0Y33K81 
(86%,0%,33%,81%)
(0.86/0.00/0.33/0.81)	

CMYK percentages

%85.71
%0
%32.65
%80.78

Codes

Color #073121 in popluar color models

073121
RGB74933
HSL157°75.00%10.98%
HSB/HSV157°85.71%19.22%
CMYK85.71%0.00%32.65%
80.78%

Color #073121 in popluar number systems.

HEX073121
Decimal74933
Binary111110001100001
Octal76141

Shades and tints

Shades of #073121

#073121
(7,49,33)
#072D1E
(7,45,30)
#07291B
(7,41,27)
#072518
(7,37,24)
#072115
(7,33,21)
#071D12
(7,29,18)
#07190F
(7,25,15)
#07150C
(7,21,12)
#071109
(7,17,9)
#070D06
(7,13,6)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #073121

#073121
(7,49,33)
#1D4335
(29,67,53)
#335549
(51,85,73)
#49675D
(73,103,93)
#5F7971
(95,121,113)
#758B85
(117,139,133)
#8B9D99
(139,157,153)
#A1AFAD
(161,175,173)
#B7C1C1
(183,193,193)
#CDD3D5
(205,211,213)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073121; }

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

This text font color is #073121.


Background Color

.myBgColor { background-color: #073121; }

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

This div background color is #073121.


Border color

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

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

This div border color is #073121.


Opacity

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

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

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

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

This text has shadow with #073121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073121 on black background.


Color preview on white background

This text has color #073121 on white background.



Black color preview on #073121 background

This text has black color on #073121 background.


White color preview on #073121 background

This text has white color on #073121 background.