Color Hex Logo

#736007 Color Hex

#736007
(115,96,7)
0 Favorites   0 Comments

Color spaces of #736007

RGB 115967
HSL0.140.890.24
HSV49°94°45°
CMYK 0.000.170.94   0.55
XYZ11.291512.02591.9271
Yxy12.02590.44730.4764
Hunter Lab34.6784-2.566420.9801
CIE-Lab41.2573-1.002746.5986

#736007 color RGB value is (115,96,7).

#736007 hex color red value is 115, green value is 96 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #736007 hue: 0.14 , saturation: 0.89 and the lightness value of 736007 is 0.24.

The process color (four color CMYK) of #736007 color hex is 0.00, 0.17, 0.94, 0.55. Web safe color of #736007 is #666600. Color #736007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100000 00000111
Octal 163 140 7
Decimal 115 96 7
Hex 73 60 7

RGB Percentages of Color #736007

%52.75
%44.04
%3.21

CMYK Percentages of Color #736007

%0
%17
%94
%55

Triadic Colors of #736007

#736007 #077360 #600773

Analogous Colors of #736007

#736007 #507307 #732a07

Monochromatic Colors of #736007

#736007

Complementary Color

#736007 #071a73

#736007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736007 Color CSS Codes

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

#736007 Text Font Color

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

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


#736007 Background Color

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

This div background color is #736007


#736007 Border Color

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

This div border color is #736007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736007


Comments

No comments written yet.

Please login to write comment.