Color Hex Logo

#74570f Color Hex

#74570F
(116,87,15)
0 Favorites   0 Comments

Color spaces of #74570f

RGB 1168715
HSL0.120.770.26
HSV43°87°45°
CMYK 0.000.250.87   0.55
XYZ10.696910.56391.9272
Yxy10.56390.46130.4556
Hunter Lab32.50221.868019.2359
CIE-Lab38.83605.041042.4232

#74570f color RGB value is (116,87,15).

#74570f hex color red value is 116, green value is 87 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #74570f hue: 0.12 , saturation: 0.77 and the lightness value of 74570f is 0.26.

The process color (four color CMYK) of #74570f color hex is 0.00, 0.25, 0.87, 0.55. Web safe color of #74570f is #666600. Color #74570f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010111 00001111
Octal 164 127 17
Decimal 116 87 15
Hex 74 57 F

RGB Percentages of Color #74570f

%53.21
%39.91
%6.88

CMYK Percentages of Color #74570f

%0
%25
%87
%55

Triadic Colors of #74570f

#74570f #0f7457 #570f74

Analogous Colors of #74570f

#74570f #5e740f #74250f

Monochromatic Colors of #74570f

#74570f

Complementary Color

#74570f #0f2c74

#74570f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74570f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74570f Color CSS Codes

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

#74570f Text Font Color

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

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


#74570f Background Color

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

This div background color is #74570f


#74570f Border Color

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

This div border color is #74570f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,87,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74570f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74570f;
  -webkit-box-shadow: 1px 1px 3px 2px #74570f;
  box-shadow:         1px 1px 3px 2px #74570f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74570f


Comments

No comments written yet.

Please login to write comment.