Color Hex Logo

#73523d Color Hex

#73523D
(115,82,61)
0 Favorites   0 Comments

Color spaces of #73523d

RGB 1158261
HSL0.060.310.35
HSV23°47°45°
CMYK 0.000.290.47   0.55
XYZ10.929810.01635.7722
Yxy10.01630.40910.3749
Hunter Lab31.64856.259911.3404
CIE-Lab37.871710.937317.7504

#73523d color RGB value is (115,82,61).

#73523d hex color red value is 115, green value is 82 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #73523d hue: 0.06 , saturation: 0.31 and the lightness value of 73523d is 0.35.

The process color (four color CMYK) of #73523d color hex is 0.00, 0.29, 0.47, 0.55. Web safe color of #73523d is #666633. Color #73523d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010010 00111101
Octal 163 122 75
Decimal 115 82 61
Hex 73 52 3D

RGB Percentages of Color #73523d

%44.57
%31.78
%23.64

CMYK Percentages of Color #73523d

%0
%29
%47
%55

Triadic Colors of #73523d

#73523d #3d7352 #523d73

Analogous Colors of #73523d

#73523d #736d3d #733d43

Monochromatic Colors of #73523d

#73523d

Complementary Color

#73523d #3d5e73

#73523d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73523d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73523d Color CSS Codes

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

#73523d Text Font Color

<p style="color:#73523d">Text here</p>

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


#73523d Background Color

<div style="background-color:#73523d">
Div content here</div>

This div background color is #73523d


#73523d Border Color

<div style="border:3px solid #73523d">
Div here</div>

This div border color is #73523d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,82,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73523d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73523d;
  -webkit-box-shadow: 1px 1px 3px 2px #73523d;
  box-shadow:         1px 1px 3px 2px #73523d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73523d


Comments

No comments written yet.

Please login to write comment.