Color Hex Logo

#746525 Color Hex

#746525
(116,101,37)
0 Favorites   0 Comments

Color spaces of #746525

RGB 11610137
HSL0.140.520.30
HSV49°68°45°
CMYK 0.000.130.68   0.55
XYZ12.190113.15393.6467
Yxy13.15390.42050.4537
Hunter Lab36.2683-3.474119.4263
CIE-Lab42.9942-2.135137.2463

#746525 color RGB value is (116,101,37).

#746525 hex color red value is 116, green value is 101 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #746525 hue: 0.14 , saturation: 0.52 and the lightness value of 746525 is 0.30.

The process color (four color CMYK) of #746525 color hex is 0.00, 0.13, 0.68, 0.55. Web safe color of #746525 is #666633. Color #746525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100101 00100101
Octal 164 145 45
Decimal 116 101 37
Hex 74 65 25

RGB Percentages of Color #746525

%45.67
%39.76
%14.57

CMYK Percentages of Color #746525

%0
%13
%68
%55

Triadic Colors of #746525

#746525 #257465 #652574

Analogous Colors of #746525

#746525 #5b7425 #743e25

Monochromatic Colors of #746525

#746525

Complementary Color

#746525 #253474

#746525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746525 Color CSS Codes

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

#746525 Text Font Color

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

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


#746525 Background Color

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

This div background color is #746525


#746525 Border Color

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

This div border color is #746525


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,101,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746525; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746525;
  -webkit-box-shadow: 1px 1px 3px 2px #746525;
  box-shadow:         1px 1px 3px 2px #746525; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746525


Comments

No comments written yet.

Please login to write comment.