Color Hex Logo

#735263 Color Hex

#735263
(115,82,99)
0 Favorites   0 Comments

Color spaces of #735263

RGB 1158299
HSL0.910.170.39
HSV329°29°45°
CMYK 0.000.290.14   0.55
XYZ12.339710.580313.1962
Yxy10.58030.34170.2930
Hunter Lab32.527410.7935-1.2845
CIE-Lab38.864416.6932-4.3814

#735263 color RGB value is (115,82,99).

#735263 hex color red value is 115, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #735263 hue: 0.91 , saturation: 0.17 and the lightness value of 735263 is 0.39.

The process color (four color CMYK) of #735263 color hex is 0.00, 0.29, 0.14, 0.55. Web safe color of #735263 is #666666. Color #735263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010010 01100011
Octal 163 122 143
Decimal 115 82 99
Hex 73 52 63

RGB Percentages of Color #735263

%38.85
%27.70
%33.45

CMYK Percentages of Color #735263

%0
%29
%14
%55

Triadic Colors of #735263

#735263 #637352 #526373

Analogous Colors of #735263

#735263 #735253 #735273

Monochromatic Colors of #735263

#735263

Complementary Color

#735263 #527362

#735263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735263 Color CSS Codes

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

#735263 Text Font Color

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

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


#735263 Background Color

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

This div background color is #735263


#735263 Border Color

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

This div border color is #735263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735263


Comments

No comments written yet.

Please login to write comment.