Color Hex Logo

#73682a Color Hex

#73682A
(115,104,42)
0 Favorites   0 Comments

Color spaces of #73682a

RGB 11510442
HSL0.140.460.31
HSV51°63°45°
CMYK 0.000.100.63   0.55
XYZ12.438513.71264.1817
Yxy13.71260.41010.4521
Hunter Lab37.0305-4.845519.2260
CIE-Lab43.8179-3.984335.6565

#73682a color RGB value is (115,104,42).

#73682a hex color red value is 115, green value is 104 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #73682a hue: 0.14 , saturation: 0.46 and the lightness value of 73682a is 0.31.

The process color (four color CMYK) of #73682a color hex is 0.00, 0.10, 0.63, 0.55. Web safe color of #73682a is #666633. Color #73682a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 00101010
Octal 163 150 52
Decimal 115 104 42
Hex 73 68 2A

RGB Percentages of Color #73682a

%44.06
%39.85
%16.09

CMYK Percentages of Color #73682a

%0
%10
%63
%55

Triadic Colors of #73682a

#73682a #2a7368 #682a73

Analogous Colors of #73682a

#73682a #5a732a #73442a

Monochromatic Colors of #73682a

#73682a

Complementary Color

#73682a #2a3573

#73682a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73682a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73682a Color CSS Codes

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

#73682a Text Font Color

<p style="color:#73682a">Text here</p>

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


#73682a Background Color

<div style="background-color:#73682a">
Div content here</div>

This div background color is #73682a


#73682a Border Color

<div style="border:3px solid #73682a">
Div here</div>

This div border color is #73682a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,104,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73682a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73682a;
  -webkit-box-shadow: 1px 1px 3px 2px #73682a;
  box-shadow:         1px 1px 3px 2px #73682a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73682a


Comments

No comments written yet.

Please login to write comment.