COLOR #072322

HEX: #072322 RGB: (7,35,34)

Color info

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

RGB color model

#072322 color RGB value is (7,35,34).

RGB: (7,35,34) (3%, 14%, 13%)

RGB channels and saturation

R 7 of 255 = 3%
G 35 of 255 = 14%
B 34 of 255 = 13%

7
35
34

R + G + B ~ 10%. #072322 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 35 + 34 = 76 (100%)
R 7 of 76 ~ 9.21%
G 35 of 76 ~ 46.05%
B 34 of 76 ~ 44.74'%

%46.05
%44.74

CMYK color model

#072322 color CMYK value is (80,0,3,86).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 86.27%

CMYK: (80,0,3,86)
C80M0Y3K86 (80%, 0%, 3%, 86%)
(0.80 / 0.00 / 0.03 / 0.86)

CMYK percentages

%80
%0
%2.86
%86.27

Codes

Color #072322 in popluar color models

07 23 22
RGB 7 35 34
HSL 178° 66.67% 8.24%
HSB/HSV 178° 80.00% 13.73%
CMYK 80.00% 0.00% 2.86%
86.27%

Color #072322 in popluar number systems.

HEX 07 23 22
Decimal 7 35 34
Binary 111 100011 100010
Octal 7 43 42

Shades and tints

Shades of #072322

#072322
(7,35,34)
#07201F
(7,32,31)
#071D1C
(7,29,28)
#071A19
(7,26,25)
#071716
(7,23,22)
#071413
(7,20,19)
#071110
(7,17,16)
#070E0D
(7,14,13)
#070B0A
(7,11,10)
#070807
(7,8,7)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #072322

#072322
(7,35,34)
#1D3736
(29,55,54)
#334B4A
(51,75,74)
#495F5E
(73,95,94)
#5F7372
(95,115,114)
#758786
(117,135,134)
#8B9B9A
(139,155,154)
#A1AFAE
(161,175,174)
#B7C3C2
(183,195,194)
#CDD7D6
(205,215,214)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072322 color. Also use rgb(7,35,34) instead hex code.

Text Font Color

.myTextColor { color: #072322; }

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

This text font color is #072322.

Background Color

.myBgColor { background-color: #072322; }

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

This div background color is #072322.

Border color

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

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

This div border color is #072322.

Opacity

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

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

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

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

This text has shadow with #072322 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072322.

Preview

Color preview on black background

This text has color #072322 on black background.


Color preview on white background

This text has color #072322 on white background.


Black color preview on #072322 background

This text has black color on #072322 background.


White color preview on #072322 background

This text has white color on #072322 background.


Related colors

Complementary color

Complementary color for #hex is #F8DCDD.


I love getcolorcode.com

Triadic colors

1 #220723 and #232207 with #072322 are triadic colors.

2 #222307 and #230722 with #072322 are triadic colors.