Color Hex Logo

#73364b Color Hex

#73364B
(115,54,75)
0 Favorites   0 Comments

Color spaces of #73364b

RGB 1155475
HSL0.940.360.33
HSV339°53°45°
CMYK 0.000.530.35   0.55
XYZ9.65946.79127.4583
Yxy6.79120.40400.2840
Hunter Lab26.059920.55811.2733
CIE-Lab31.326829.3371-0.2341

#73364b color RGB value is (115,54,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110110 01001011
Octal 163 66 113
Decimal 115 54 75
Hex 73 36 4B

RGB Percentages of Color #73364b

%47.13
%22.13
%30.74

CMYK Percentages of Color #73364b

%0
%53
%35
%55

Triadic Colors of #73364b

#73364b #4b7336 #364b73

Analogous Colors of #73364b

#73364b #734036 #73366a

Monochromatic Colors of #73364b

#73364b

Complementary Color

#73364b #36735e

#73364b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73364b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73364b Color CSS Codes

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

#73364b Text Font Color

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

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


#73364b Background Color

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

This div background color is #73364b


#73364b Border Color

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

This div border color is #73364b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73364b


Comments

No comments written yet.

Please login to write comment.