Color Hex Logo

#745025 Color Hex

#745025
(116,80,37)
0 Favorites   0 Comments

Color spaces of #745025

RGB 1168037
HSL0.090.520.30
HSV33°68°45°
CMYK 0.000.310.68   0.55
XYZ10.40509.58393.0517
Yxy9.58390.45160.4160
Hunter Lab30.95795.817915.8259
CIE-Lab37.085010.372430.7744

#745025 color RGB value is (116,80,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 00100101
Octal 164 120 45
Decimal 116 80 37
Hex 74 50 25

RGB Percentages of Color #745025

%49.79
%34.33
%15.88

CMYK Percentages of Color #745025

%0
%31
%68
%55

Triadic Colors of #745025

#745025 #257450 #502574

Analogous Colors of #745025

#745025 #717425 #742925

Monochromatic Colors of #745025

#745025

Complementary Color

#745025 #254974

#745025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745025 Color CSS Codes

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

#745025 Text Font Color

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

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


#745025 Background Color

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

This div background color is #745025


#745025 Border Color

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

This div border color is #745025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745025


Comments

No comments written yet.

Please login to write comment.