Color Hex Logo

#74511c Color Hex

#74511C
(116,81,28)
0 Favorites   0 Comments

Color spaces of #74511c

RGB 1168128
HSL0.100.610.28
HSV36°76°45°
CMYK 0.000.300.76   0.55
XYZ10.35459.68172.4216
Yxy9.68170.46110.4311
Hunter Lab31.11544.948717.1665
CIE-Lab37.26509.209135.5920

#74511c color RGB value is (116,81,28).

#74511c hex color red value is 116, green value is 81 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #74511c hue: 0.10 , saturation: 0.61 and the lightness value of 74511c is 0.28.

The process color (four color CMYK) of #74511c color hex is 0.00, 0.30, 0.76, 0.55. Web safe color of #74511c is #666633. Color #74511c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010001 00011100
Octal 164 121 34
Decimal 116 81 28
Hex 74 51 1C

RGB Percentages of Color #74511c

%51.56
%36.00
%12.44

CMYK Percentages of Color #74511c

%0
%30
%76
%55

Triadic Colors of #74511c

#74511c #1c7451 #511c74

Analogous Colors of #74511c

#74511c #6b741c #74251c

Monochromatic Colors of #74511c

#74511c

Complementary Color

#74511c #1c3f74

#74511c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74511c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74511c Color CSS Codes

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

#74511c Text Font Color

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

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


#74511c Background Color

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

This div background color is #74511c


#74511c Border Color

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

This div border color is #74511c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74511c


Comments

No comments written yet.

Please login to write comment.