Color Hex Logo

#745439 Color Hex

#745439
(116,84,57)
0 Favorites   0 Comments

Color spaces of #745439

RGB 1168457
HSL0.080.340.34
HSV27°51°45°
CMYK 0.000.280.51   0.55
XYZ11.111310.34915.2828
Yxy10.34910.41550.3870
Hunter Lab32.17005.355112.7827
CIE-Lab38.46189.732020.9543

#745439 color RGB value is (116,84,57).

#745439 hex color red value is 116, green value is 84 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #745439 hue: 0.08 , saturation: 0.34 and the lightness value of 745439 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 00111001
Octal 164 124 71
Decimal 116 84 57
Hex 74 54 39

RGB Percentages of Color #745439

%45.14
%32.68
%22.18

CMYK Percentages of Color #745439

%0
%28
%51
%55

Triadic Colors of #745439

#745439 #397454 #543974

Analogous Colors of #745439

#745439 #747239 #74393b

Monochromatic Colors of #745439

#745439

Complementary Color

#745439 #395974

#745439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745439 Color CSS Codes

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

#745439 Text Font Color

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

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


#745439 Background Color

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

This div background color is #745439


#745439 Border Color

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

This div border color is #745439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745439


Comments

No comments written yet.

Please login to write comment.