Color Hex Logo

#072320 Color Hex

#072320
(7,35,32)
0 Favorites   0 Comments

Color spaces of #072320

RGB 73532
HSL0.480.670.08
HSV174°80°14°
CMYK 0.800.000.09   0.86
XYZ0.94941.35151.5773
Yxy1.35150.24480.3485
Hunter Lab11.6254-5.76710.0935
CIE-Lab11.6310-11.4179-1.1148

#072320 color RGB value is (7,35,32).

#072320 hex color red value is 7, green value is 35 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #072320 hue: 0.48 , saturation: 0.67 and the lightness value of 072320 is 0.08.

The process color (four color CMYK) of #072320 color hex is 0.80, 0.00, 0.09, 0.86. Web safe color of #072320 is #003333. Color #072320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100011 00100000
Octal 7 43 40
Decimal 7 35 32
Hex 7 23 20

RGB Percentages of Color #072320

%9.46
%47.30
%43.24

CMYK Percentages of Color #072320

%80
%0
%9
%86

Triadic Colors of #072320

#072320 #200723 #232007

Analogous Colors of #072320

#072320 #071823 #072312

Monochromatic Colors of #072320

#072320

Complementary Color

#072320 #23070a

#072320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072320 Color CSS Codes

.mybgcolor {background-color:#072320; } 
.myforecolor {color:#072320; }
.mybordercolor {border:3px solid #072320; }

#072320 Text Font Color

<p style="color:#072320">Text here</p>

This sample text font color is #072320
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#072320 Background Color

<div style="background-color:#072320">
Div content here</div>

This div background color is #072320


#072320 Border Color

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

This div border color is #072320


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,35,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072320; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072320;
  -webkit-box-shadow: 1px 1px 3px 2px #072320;
  box-shadow:         1px 1px 3px 2px #072320; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,35,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #072320">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #072320;
  -webkit-box-shadow: 1px 1px 3px 2px #072320;
  box-shadow:         1px 1px 3px 2px #072320;">
Div content here</div>

This div box has shadow with color #072320


Comments

No comments written yet.

Please login to write comment.