Color Hex Logo

#73341e Color Hex

#73341E
(115,52,30)
0 Favorites   0 Comments

Color spaces of #73341e

RGB 1155230
HSL0.040.590.28
HSV16°74°45°
CMYK 0.000.550.74   0.55
XYZ8.53266.19461.9742
Yxy6.19460.51090.3709
Hunter Lab24.889017.638912.7194
CIE-Lab29.898226.044126.5928

#73341e color RGB value is (115,52,30).

#73341e hex color red value is 115, green value is 52 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #73341e hue: 0.04 , saturation: 0.59 and the lightness value of 73341e is 0.28.

The process color (four color CMYK) of #73341e color hex is 0.00, 0.55, 0.74, 0.55. Web safe color of #73341e is #663333. Color #73341e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110100 00011110
Octal 163 64 36
Decimal 115 52 30
Hex 73 34 1E

RGB Percentages of Color #73341e

%58.38
%26.40
%15.23

CMYK Percentages of Color #73341e

%0
%55
%74
%55

Triadic Colors of #73341e

#73341e #1e7334 #341e73

Analogous Colors of #73341e

#73341e #735f1e #731e33

Monochromatic Colors of #73341e

#73341e

Complementary Color

#73341e #1e5d73

#73341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73341e Color CSS Codes

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

#73341e Text Font Color

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

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


#73341e Background Color

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

This div background color is #73341e


#73341e Border Color

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

This div border color is #73341e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73341e


Comments

No comments written yet.

Please login to write comment.