Color Hex Logo

#74501c Color Hex

#74501C
(116,80,28)
0 Favorites   0 Comments

Color spaces of #74501c

RGB 1168028
HSL0.100.610.28
HSV35°76°45°
CMYK 0.000.310.76   0.55
XYZ10.28079.53422.3970
Yxy9.53420.46280.4292
Hunter Lab30.87755.396217.0116
CIE-Lab36.99319.812335.3144

#74501c color RGB value is (116,80,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 00011100
Octal 164 120 34
Decimal 116 80 28
Hex 74 50 1C

RGB Percentages of Color #74501c

%51.79
%35.71
%12.50

CMYK Percentages of Color #74501c

%0
%31
%76
%55

Triadic Colors of #74501c

#74501c #1c7450 #501c74

Analogous Colors of #74501c

#74501c #6c741c #74241c

Monochromatic Colors of #74501c

#74501c

Complementary Color

#74501c #1c4074

#74501c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74501c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74501c Color CSS Codes

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

#74501c Text Font Color

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

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


#74501c Background Color

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

This div background color is #74501c


#74501c Border Color

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

This div border color is #74501c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74501c


Comments

No comments written yet.

Please login to write comment.