Color Hex Logo

#736a34 Color Hex

#736A34
(115,106,52)
0 Favorites   0 Comments

Color spaces of #736a34

RGB 11510652
HSL0.140.380.33
HSV51°55°45°
CMYK 0.000.080.55   0.55
XYZ12.844114.20085.3129
Yxy14.20080.39690.4389
Hunter Lab37.6839-5.107418.0197
CIE-Lab44.5195-4.278731.2603

#736a34 color RGB value is (115,106,52).

#736a34 hex color red value is 115, green value is 106 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #736a34 hue: 0.14 , saturation: 0.38 and the lightness value of 736a34 is 0.33.

The process color (four color CMYK) of #736a34 color hex is 0.00, 0.08, 0.55, 0.55. Web safe color of #736a34 is #666633. Color #736a34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101010 00110100
Octal 163 152 64
Decimal 115 106 52
Hex 73 6A 34

RGB Percentages of Color #736a34

%42.12
%38.83
%19.05

CMYK Percentages of Color #736a34

%0
%8
%55
%55

Triadic Colors of #736a34

#736a34 #34736a #6a3473

Analogous Colors of #736a34

#736a34 #5d7334 #734b34

Monochromatic Colors of #736a34

#736a34

Complementary Color

#736a34 #343d73

#736a34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736a34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736a34 Color CSS Codes

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

#736a34 Text Font Color

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

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


#736a34 Background Color

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

This div background color is #736a34


#736a34 Border Color

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

This div border color is #736a34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,106,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #736a34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #736a34;
  -webkit-box-shadow: 1px 1px 3px 2px #736a34;
  box-shadow:         1px 1px 3px 2px #736a34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736a34


Comments

No comments written yet.

Please login to write comment.