Color Hex Logo

#73351e Color Hex

#73351E
(115,53,30)
0 Favorites   0 Comments

Color spaces of #73351e

RGB 1155330
HSL0.050.590.28
HSV16°74°45°
CMYK 0.000.540.74   0.55
XYZ8.57776.28481.9893
Yxy6.28480.50900.3729
Hunter Lab25.069517.203412.8439
CIE-Lab30.119925.482226.8414

#73351e color RGB value is (115,53,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110101 00011110
Octal 163 65 36
Decimal 115 53 30
Hex 73 35 1E

RGB Percentages of Color #73351e

%58.08
%26.77
%15.15

CMYK Percentages of Color #73351e

%0
%54
%74
%55

Triadic Colors of #73351e

#73351e #1e7335 #351e73

Analogous Colors of #73351e

#73351e #73601e #731e32

Monochromatic Colors of #73351e

#73351e

Complementary Color

#73351e #1e5c73

#73351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73351e Color CSS Codes

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

#73351e Text Font Color

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

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


#73351e Background Color

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

This div background color is #73351e


#73351e Border Color

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

This div border color is #73351e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,53,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 #73351e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73351e


Comments

No comments written yet.

Please login to write comment.