Color Hex Logo

#735328 Color Hex

#735328
(115,83,40)
0 Favorites   0 Comments

Color spaces of #735328

RGB 1158340
HSL0.100.480.30
HSV34°65°45°
CMYK 0.000.280.65   0.55
XYZ10.54659.98463.3788
Yxy9.98460.44110.4176
Hunter Lab31.59844.280115.7790
CIE-Lab37.81488.306329.9352

#735328 color RGB value is (115,83,40).

#735328 hex color red value is 115, green value is 83 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #735328 hue: 0.10 , saturation: 0.48 and the lightness value of 735328 is 0.30.

The process color (four color CMYK) of #735328 color hex is 0.00, 0.28, 0.65, 0.55. Web safe color of #735328 is #666633. Color #735328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 00101000
Octal 163 123 50
Decimal 115 83 40
Hex 73 53 28

RGB Percentages of Color #735328

%48.32
%34.87
%16.81

CMYK Percentages of Color #735328

%0
%28
%65
%55

Triadic Colors of #735328

#735328 #287353 #532873

Analogous Colors of #735328

#735328 #6e7328 #732e28

Monochromatic Colors of #735328

#735328

Complementary Color

#735328 #284873

#735328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735328 Color CSS Codes

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

#735328 Text Font Color

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

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


#735328 Background Color

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

This div background color is #735328


#735328 Border Color

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

This div border color is #735328


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,83,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #735328; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #735328;
  -webkit-box-shadow: 1px 1px 3px 2px #735328;
  box-shadow:         1px 1px 3px 2px #735328; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735328


Comments

No comments written yet.

Please login to write comment.