Color Hex Logo

#73351f Color Hex

#73351F
(115,53,31)
0 Favorites   0 Comments

Color spaces of #73351f

RGB 1155331
HSL0.040.580.29
HSV16°73°45°
CMYK 0.000.540.73   0.55
XYZ8.59076.29002.0576
Yxy6.29000.50720.3713
Hunter Lab25.079917.252512.6916
CIE-Lab30.132625.540726.2673

#73351f color RGB value is (115,53,31).

#73351f hex color red value is 115, green value is 53 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #73351f hue: 0.04 , saturation: 0.58 and the lightness value of 73351f is 0.29.

The process color (four color CMYK) of #73351f color hex is 0.00, 0.54, 0.73, 0.55. Web safe color of #73351f is #663333. Color #73351f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110101 00011111
Octal 163 65 37
Decimal 115 53 31
Hex 73 35 1F

RGB Percentages of Color #73351f

%57.79
%26.63
%15.58

CMYK Percentages of Color #73351f

%0
%54
%73
%55

Triadic Colors of #73351f

#73351f #1f7335 #351f73

Analogous Colors of #73351f

#73351f #735f1f #731f33

Monochromatic Colors of #73351f

#73351f

Complementary Color

#73351f #1f5d73

#73351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73351f Color CSS Codes

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

#73351f Text Font Color

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

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


#73351f Background Color

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

This div background color is #73351f


#73351f Border Color

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

This div border color is #73351f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73351f


Comments

No comments written yet.

Please login to write comment.