Color Hex Logo

#754934 Color Hex

#754934
(117,73,52)
0 Favorites   0 Comments

Color spaces of #754934

RGB 1177352
HSL0.050.380.33
HSV19°56°46°
CMYK 0.000.380.56   0.54
XYZ10.33858.79494.4015
Yxy8.79490.43930.3737
Hunter Lab29.656210.328911.9597
CIE-Lab35.586416.321520.3021

#754934 color RGB value is (117,73,52).

#754934 hex color red value is 117, green value is 73 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #754934 hue: 0.05 , saturation: 0.38 and the lightness value of 754934 is 0.33.

The process color (four color CMYK) of #754934 color hex is 0.00, 0.38, 0.56, 0.54. Web safe color of #754934 is #663333. Color #754934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001001 00110100
Octal 165 111 64
Decimal 117 73 52
Hex 75 49 34

RGB Percentages of Color #754934

%48.35
%30.17
%21.49

CMYK Percentages of Color #754934

%0
%38
%56
%54

Triadic Colors of #754934

#754934 #347549 #493475

Analogous Colors of #754934

#754934 #756a34 #753440

Monochromatic Colors of #754934

#754934

Complementary Color

#754934 #346075

#754934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754934 Color CSS Codes

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

#754934 Text Font Color

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

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


#754934 Background Color

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

This div background color is #754934


#754934 Border Color

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

This div border color is #754934


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,73,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754934; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754934;
  -webkit-box-shadow: 1px 1px 3px 2px #754934;
  box-shadow:         1px 1px 3px 2px #754934; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,73,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754934


Comments

No comments written yet.

Please login to write comment.