Color Hex Logo

#072520 Color Hex

#072520
(7,37,32)
0 Favorites   0 Comments

Color spaces of #072520

RGB 73732
HSL0.470.680.09
HSV170°81°15°
CMYK 0.810.000.14   0.85
XYZ1.00991.47261.5975
Yxy1.47260.24750.3609
Hunter Lab12.1351-6.38130.6894
CIE-Lab12.4328-12.63350.0603

#072520 color RGB value is (7,37,32).

#072520 hex color red value is 7, green value is 37 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #072520 hue: 0.47 , saturation: 0.68 and the lightness value of 072520 is 0.09.

The process color (four color CMYK) of #072520 color hex is 0.81, 0.00, 0.14, 0.85. Web safe color of #072520 is #003333. Color #072520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100101 00100000
Octal 7 45 40
Decimal 7 37 32
Hex 7 25 20

RGB Percentages of Color #072520

%9.21
%48.68
%42.11

CMYK Percentages of Color #072520

%81
%0
%14
%85

Triadic Colors of #072520

#072520 #200725 #252007

Analogous Colors of #072520

#072520 #071b25 #072511

Monochromatic Colors of #072520

#072520

Complementary Color

#072520 #25070c

#072520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072520 Color CSS Codes

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

#072520 Text Font Color

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

This sample text font color is #072520
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.


#072520 Background Color

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

This div background color is #072520


#072520 Border Color

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

This div border color is #072520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,37,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 #072520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072520


Comments

No comments written yet.

Please login to write comment.