Color Hex Logo

#73380e Color Hex

#73380E
(115,56,14)
0 Favorites   0 Comments

Color spaces of #73380e

RGB 1155614
HSL0.070.780.25
HSV25°88°45°
CMYK 0.000.510.88   0.55
XYZ8.56376.50491.2197
Yxy6.50490.52580.3994
Hunter Lab25.504715.301615.0179
CIE-Lab30.652123.066135.6846

#73380e color RGB value is (115,56,14).

#73380e hex color red value is 115, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #73380e hue: 0.07 , saturation: 0.78 and the lightness value of 73380e is 0.25.

The process color (four color CMYK) of #73380e color hex is 0.00, 0.51, 0.88, 0.55. Web safe color of #73380e is #663300. Color #73380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111000 00001110
Octal 163 70 16
Decimal 115 56 14
Hex 73 38 E

RGB Percentages of Color #73380e

%62.16
%30.27
%7.57

CMYK Percentages of Color #73380e

%0
%51
%88
%55

Triadic Colors of #73380e

#73380e #0e7338 #380e73

Analogous Colors of #73380e

#73380e #736b0e #730e17

Monochromatic Colors of #73380e

#73380e

Complementary Color

#73380e #0e4973

#73380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73380e Color CSS Codes

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

#73380e Text Font Color

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

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


#73380e Background Color

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

This div background color is #73380e


#73380e Border Color

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

This div border color is #73380e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,56,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73380e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73380e;
  -webkit-box-shadow: 1px 1px 3px 2px #73380e;
  box-shadow:         1px 1px 3px 2px #73380e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73380e


Comments

No comments written yet.

Please login to write comment.