Color Hex Logo

#736a0d Color Hex

#736A0D
(115,106,13)
0 Favorites   0 Comments

Color spaces of #736a0d

RGB 11510613
HSL0.150.800.25
HSV55°89°45°
CMYK 0.000.080.89   0.55
XYZ12.296913.98202.4314
Yxy13.98200.42830.4870
Hunter Lab37.3925-6.735422.3195
CIE-Lab44.2071-6.628847.4854

#736a0d color RGB value is (115,106,13).

#736a0d hex color red value is 115, green value is 106 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #736a0d hue: 0.15 , saturation: 0.80 and the lightness value of 736a0d is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101010 00001101
Octal 163 152 15
Decimal 115 106 13
Hex 73 6A D

RGB Percentages of Color #736a0d

%49.15
%45.30
%5.56

CMYK Percentages of Color #736a0d

%0
%8
%89
%55

Triadic Colors of #736a0d

#736a0d #0d736a #6a0d73

Analogous Colors of #736a0d

#736a0d #49730d #73370d

Monochromatic Colors of #736a0d

#736a0d

Complementary Color

#736a0d #0d1673

#736a0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736a0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#736a0d Color CSS Codes

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

#736a0d Text Font Color

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

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


#736a0d Background Color

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

This div background color is #736a0d


#736a0d Border Color

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

This div border color is #736a0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736a0d


Comments

No comments written yet.

Please login to write comment.