Color Hex Logo

#754624 Color Hex

#754624
(117,70,36)
0 Favorites   0 Comments

Color spaces of #754624

RGB 1177036
HSL0.070.530.30
HSV25°69°46°
CMYK 0.000.400.69   0.54
XYZ9.84478.28962.7502
Yxy8.28960.47140.3969
Hunter Lab28.791710.648914.4907
CIE-Lab34.578916.802028.5239

#754624 color RGB value is (117,70,36).

#754624 hex color red value is 117, green value is 70 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #754624 hue: 0.07 , saturation: 0.53 and the lightness value of 754624 is 0.30.

The process color (four color CMYK) of #754624 color hex is 0.00, 0.40, 0.69, 0.54. Web safe color of #754624 is #663333. Color #754624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000110 00100100
Octal 165 106 44
Decimal 117 70 36
Hex 75 46 24

RGB Percentages of Color #754624

%52.47
%31.39
%16.14

CMYK Percentages of Color #754624

%0
%40
%69
%54

Triadic Colors of #754624

#754624 #247546 #462475

Analogous Colors of #754624

#754624 #756f24 #75242a

Monochromatic Colors of #754624

#754624

Complementary Color

#754624 #245375

#754624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754624 Color CSS Codes

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

#754624 Text Font Color

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

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


#754624 Background Color

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

This div background color is #754624


#754624 Border Color

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

This div border color is #754624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754624


Comments

No comments written yet.

Please login to write comment.