Color Hex Logo

#735306 Color Hex

#735306
(115,83,6)
0 Favorites   0 Comments

Color spaces of #735306

RGB 115836
HSL0.120.900.24
HSV42°95°45°
CMYK 0.000.280.95   0.55
XYZ10.19649.84451.5351
Yxy9.84450.47260.4563
Hunter Lab31.37593.100119.0623
CIE-Lab37.56196.707844.0323

#735306 color RGB value is (115,83,6).

#735306 hex color red value is 115, green value is 83 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #735306 hue: 0.12 , saturation: 0.90 and the lightness value of 735306 is 0.24.

The process color (four color CMYK) of #735306 color hex is 0.00, 0.28, 0.95, 0.55. Web safe color of #735306 is #666600. Color #735306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 00000110
Octal 163 123 6
Decimal 115 83 6
Hex 73 53 6

RGB Percentages of Color #735306

%56.37
%40.69
%2.94

CMYK Percentages of Color #735306

%0
%28
%95
%55

Triadic Colors of #735306

#735306 #067353 #530673

Analogous Colors of #735306

#735306 #5c7306 #731d06

Monochromatic Colors of #735306

#735306

Complementary Color

#735306 #062673

#735306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735306 Color CSS Codes

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

#735306 Text Font Color

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

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


#735306 Background Color

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

This div background color is #735306


#735306 Border Color

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

This div border color is #735306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735306


Comments

No comments written yet.

Please login to write comment.