Color Hex Logo

#74610d Color Hex

#74610D
(116,97,13)
0 Favorites   0 Comments

Color spaces of #74610d

RGB 1169713
HSL0.140.800.25
HSV49°89°45°
CMYK 0.000.160.89   0.55
XYZ11.549812.29152.1445
Yxy12.29150.44450.4730
Hunter Lab35.0592-2.549220.9148
CIE-Lab41.6757-0.946345.4295

#74610d color RGB value is (116,97,13).

#74610d hex color red value is 116, green value is 97 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #74610d hue: 0.14 , saturation: 0.80 and the lightness value of 74610d is 0.25.

The process color (four color CMYK) of #74610d color hex is 0.00, 0.16, 0.89, 0.55. Web safe color of #74610d is #666600. Color #74610d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 00001101
Octal 164 141 15
Decimal 116 97 13
Hex 74 61 D

RGB Percentages of Color #74610d

%51.33
%42.92
%5.75

CMYK Percentages of Color #74610d

%0
%16
%89
%55

Triadic Colors of #74610d

#74610d #0d7461 #610d74

Analogous Colors of #74610d

#74610d #54740d #742e0d

Monochromatic Colors of #74610d

#74610d

Complementary Color

#74610d #0d2074

#74610d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74610d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74610d Color CSS Codes

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

#74610d Text Font Color

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

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


#74610d Background Color

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

This div background color is #74610d


#74610d Border Color

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

This div border color is #74610d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,97,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74610d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74610d;
  -webkit-box-shadow: 1px 1px 3px 2px #74610d;
  box-shadow:         1px 1px 3px 2px #74610d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,97,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 #74610d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74610d


Comments

No comments written yet.

Please login to write comment.