Color Hex Logo

#74541a Color Hex

#74541A
(116,84,26)
0 Favorites   0 Comments

Color spaces of #74541a

RGB 1168426
HSL0.110.630.28
HSV39°78°45°
CMYK 0.000.280.78   0.55
XYZ10.559210.12822.3757
Yxy10.12820.45780.4392
Hunter Lab31.82483.531317.8514
CIE-Lab38.07157.296037.3403

#74541a color RGB value is (116,84,26).

#74541a hex color red value is 116, green value is 84 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #74541a hue: 0.11 , saturation: 0.63 and the lightness value of 74541a is 0.28.

The process color (four color CMYK) of #74541a color hex is 0.00, 0.28, 0.78, 0.55. Web safe color of #74541a is #666633. Color #74541a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 00011010
Octal 164 124 32
Decimal 116 84 26
Hex 74 54 1A

RGB Percentages of Color #74541a

%51.33
%37.17
%11.50

CMYK Percentages of Color #74541a

%0
%28
%78
%55

Triadic Colors of #74541a

#74541a #1a7454 #541a74

Analogous Colors of #74541a

#74541a #67741a #74271a

Monochromatic Colors of #74541a

#74541a

Complementary Color

#74541a #1a3a74

#74541a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74541a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74541a Color CSS Codes

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

#74541a Text Font Color

<p style="color:#74541a">Text here</p>

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


#74541a Background Color

<div style="background-color:#74541a">
Div content here</div>

This div background color is #74541a


#74541a Border Color

<div style="border:3px solid #74541a">
Div here</div>

This div border color is #74541a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,84,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74541a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74541a;
  -webkit-box-shadow: 1px 1px 3px 2px #74541a;
  box-shadow:         1px 1px 3px 2px #74541a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74541a


Comments

No comments written yet.

Please login to write comment.