Color Hex Logo

#73421c Color Hex

#73421C
(115,66,28)
0 Favorites   0 Comments

Color spaces of #73421c

RGB 1156628
HSL0.070.610.28
HSV26°76°45°
CMYK 0.000.430.76   0.55
XYZ9.22807.62512.0840
Yxy7.62510.48730.4027
Hunter Lab27.613611.328014.8549
CIE-Lab33.189617.781131.3110

#73421c color RGB value is (115,66,28).

#73421c hex color red value is 115, green value is 66 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #73421c hue: 0.07 , saturation: 0.61 and the lightness value of 73421c is 0.28.

The process color (four color CMYK) of #73421c color hex is 0.00, 0.43, 0.76, 0.55. Web safe color of #73421c is #663333. Color #73421c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 00011100
Octal 163 102 34
Decimal 115 66 28
Hex 73 42 1C

RGB Percentages of Color #73421c

%55.02
%31.58
%13.40

CMYK Percentages of Color #73421c

%0
%43
%76
%55

Triadic Colors of #73421c

#73421c #1c7342 #421c73

Analogous Colors of #73421c

#73421c #736e1c #731c21

Monochromatic Colors of #73421c

#73421c

Complementary Color

#73421c #1c4d73

#73421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73421c Color CSS Codes

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

#73421c Text Font Color

<p style="color:#73421c">Text here</p>

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


#73421c Background Color

<div style="background-color:#73421c">
Div content here</div>

This div background color is #73421c


#73421c Border Color

<div style="border:3px solid #73421c">
Div here</div>

This div border color is #73421c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,66,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73421c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73421c;
  -webkit-box-shadow: 1px 1px 3px 2px #73421c;
  box-shadow:         1px 1px 3px 2px #73421c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73421c


Comments

No comments written yet.

Please login to write comment.