Color Hex Logo

#735529 Color Hex

#735529
(115,85,41)
0 Favorites   0 Comments

Color spaces of #735529

RGB 1158541
HSL0.100.470.31
HSV36°64°45°
CMYK 0.000.260.64   0.55
XYZ10.719010.30193.5213
Yxy10.30190.43680.4198
Hunter Lab32.09663.443015.9629
CIE-Lab38.37897.177630.0365

#735529 color RGB value is (115,85,41).

#735529 hex color red value is 115, green value is 85 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #735529 hue: 0.10 , saturation: 0.47 and the lightness value of 735529 is 0.31.

The process color (four color CMYK) of #735529 color hex is 0.00, 0.26, 0.64, 0.55. Web safe color of #735529 is #666633. Color #735529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010101 00101001
Octal 163 125 51
Decimal 115 85 41
Hex 73 55 29

RGB Percentages of Color #735529

%47.72
%35.27
%17.01

CMYK Percentages of Color #735529

%0
%26
%64
%55

Triadic Colors of #735529

#735529 #297355 #552973

Analogous Colors of #735529

#735529 #6c7329 #733029

Monochromatic Colors of #735529

#735529

Complementary Color

#735529 #294773

#735529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735529 Color CSS Codes

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

#735529 Text Font Color

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

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


#735529 Background Color

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

This div background color is #735529


#735529 Border Color

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

This div border color is #735529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735529


Comments

No comments written yet.

Please login to write comment.