Color Hex Logo

#73364c Color Hex

#73364C
(115,54,76)
0 Favorites   0 Comments

Color spaces of #73364c

RGB 1155476
HSL0.940.360.33
HSV338°53°45°
CMYK 0.000.530.34   0.55
XYZ9.69396.80507.6400
Yxy6.80500.40160.2819
Hunter Lab26.086420.68070.8960
CIE-Lab31.358829.4765-0.8381

#73364c color RGB value is (115,54,76).

#73364c hex color red value is 115, green value is 54 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #73364c hue: 0.94 , saturation: 0.36 and the lightness value of 73364c is 0.33.

The process color (four color CMYK) of #73364c color hex is 0.00, 0.53, 0.34, 0.55. Web safe color of #73364c is #663333. Color #73364c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110110 01001100
Octal 163 66 114
Decimal 115 54 76
Hex 73 36 4C

RGB Percentages of Color #73364c

%46.94
%22.04
%31.02

CMYK Percentages of Color #73364c

%0
%53
%34
%55

Triadic Colors of #73364c

#73364c #4c7336 #364c73

Analogous Colors of #73364c

#73364c #733f36 #73366b

Monochromatic Colors of #73364c

#73364c

Complementary Color

#73364c #36735d

#73364c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73364c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73364c Color CSS Codes

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

#73364c Text Font Color

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

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


#73364c Background Color

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

This div background color is #73364c


#73364c Border Color

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

This div border color is #73364c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,54,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73364c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73364c;
  -webkit-box-shadow: 1px 1px 3px 2px #73364c;
  box-shadow:         1px 1px 3px 2px #73364c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73364c


Comments

No comments written yet.

Please login to write comment.