Color Hex Logo

#735330 Color Hex

#735330
(115,83,48)
0 Favorites   0 Comments

Color spaces of #735330

RGB 1158348
HSL0.090.410.32
HSV31°58°45°
CMYK 0.000.280.58   0.55
XYZ10.697010.04484.1713
Yxy10.04480.42940.4032
Hunter Lab31.69354.782514.3821
CIE-Lab37.92278.978525.5484

#735330 color RGB value is (115,83,48).

#735330 hex color red value is 115, green value is 83 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #735330 hue: 0.09 , saturation: 0.41 and the lightness value of 735330 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 00110000
Octal 163 123 60
Decimal 115 83 48
Hex 73 53 30

RGB Percentages of Color #735330

%46.75
%33.74
%19.51

CMYK Percentages of Color #735330

%0
%28
%58
%55

Triadic Colors of #735330

#735330 #307353 #533073

Analogous Colors of #735330

#735330 #727330 #733230

Monochromatic Colors of #735330

#735330

Complementary Color

#735330 #305073

#735330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735330 Color CSS Codes

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

#735330 Text Font Color

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

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


#735330 Background Color

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

This div background color is #735330


#735330 Border Color

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

This div border color is #735330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735330


Comments

No comments written yet.

Please login to write comment.