Color Hex Logo

#73072f Color Hex

#73072F
(115,7,47)
0 Favorites   0 Comments

Color spaces of #73072f

RGB 115747
HSL0.940.890.24
HSV338°94°45°
CMYK 0.000.940.59   0.55
XYZ7.65934.00203.0581
Yxy4.00200.52040.2719
Hunter Lab20.005033.33344.9400
CIE-Lab23.678144.94077.6165

#73072f color RGB value is (115,7,47).

#73072f hex color red value is 115, green value is 7 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #73072f hue: 0.94 , saturation: 0.89 and the lightness value of 73072f is 0.24.

The process color (four color CMYK) of #73072f color hex is 0.00, 0.94, 0.59, 0.55. Web safe color of #73072f is #660033. Color #73072f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000111 00101111
Octal 163 7 57
Decimal 115 7 47
Hex 73 7 2F

RGB Percentages of Color #73072f

%68.05
%4.14
%27.81

CMYK Percentages of Color #73072f

%0
%94
%59
%55

Triadic Colors of #73072f

#73072f #2f7307 #072f73

Analogous Colors of #73072f

#73072f #731507 #730765

Monochromatic Colors of #73072f

#73072f

Complementary Color

#73072f #07734b

#73072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73072f Color CSS Codes

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

#73072f Text Font Color

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

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


#73072f Background Color

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

This div background color is #73072f


#73072f Border Color

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

This div border color is #73072f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,7,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73072f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73072f;
  -webkit-box-shadow: 1px 1px 3px 2px #73072f;
  box-shadow:         1px 1px 3px 2px #73072f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73072f


Comments

No comments written yet.

Please login to write comment.