Color Hex Logo

#754024 Color Hex

#754024
(117,64,36)
0 Favorites   0 Comments

Color spaces of #754024

RGB 1176436
HSL0.060.530.30
HSV21°69°46°
CMYK 0.000.450.69   0.54
XYZ9.48807.57612.6313
Yxy7.57610.48170.3847
Hunter Lab27.524713.362213.5993
CIE-Lab33.084020.374526.8046

#754024 color RGB value is (117,64,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 00100100
Octal 165 100 44
Decimal 117 64 36
Hex 75 40 24

RGB Percentages of Color #754024

%53.92
%29.49
%16.59

CMYK Percentages of Color #754024

%0
%45
%69
%54

Triadic Colors of #754024

#754024 #247540 #402475

Analogous Colors of #754024

#754024 #756924 #752430

Monochromatic Colors of #754024

#754024

Complementary Color

#754024 #245975

#754024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754024 Color CSS Codes

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

#754024 Text Font Color

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

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


#754024 Background Color

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

This div background color is #754024


#754024 Border Color

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

This div border color is #754024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754024

#754024 Color Palettes


Comments

No comments written yet.

Please login to write comment.