Color Hex Logo

#74600c Color Hex

#74600C
(116,96,12)
0 Favorites   0 Comments

Color spaces of #74600c

RGB 1169612
HSL0.130.810.25
HSV48°90°45°
CMYK 0.000.170.90   0.55
XYZ11.451712.10532.0808
Yxy12.10530.44670.4722
Hunter Lab34.7927-2.135520.8090
CIE-Lab41.3830-0.387745.4650

#74600c color RGB value is (116,96,12).

#74600c hex color red value is 116, green value is 96 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #74600c hue: 0.13 , saturation: 0.81 and the lightness value of 74600c is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 00001100
Octal 164 140 14
Decimal 116 96 12
Hex 74 60 C

RGB Percentages of Color #74600c

%51.79
%42.86
%5.36

CMYK Percentages of Color #74600c

%0
%17
%90
%55

Triadic Colors of #74600c

#74600c #0c7460 #600c74

Analogous Colors of #74600c

#74600c #54740c #742c0c

Monochromatic Colors of #74600c

#74600c

Complementary Color

#74600c #0c2074

#74600c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74600c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74600c Color CSS Codes

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

#74600c Text Font Color

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

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


#74600c Background Color

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

This div background color is #74600c


#74600c Border Color

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

This div border color is #74600c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,96,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74600c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74600c;
  -webkit-box-shadow: 1px 1px 3px 2px #74600c;
  box-shadow:         1px 1px 3px 2px #74600c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74600c


Comments

No comments written yet.

Please login to write comment.