Color Hex Logo

#753e14 Color Hex

#753E14
(117,62,20)
0 Favorites   0 Comments

Color spaces of #753e14

RGB 1176220
HSL0.070.710.27
HSV26°83°46°
CMYK 0.000.470.83   0.54
XYZ9.18507.27771.5824
Yxy7.27770.50900.4033
Hunter Lab26.977213.564215.4063
CIE-Lab32.430920.693734.6946

#753e14 color RGB value is (117,62,20).

#753e14 hex color red value is 117, green value is 62 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #753e14 hue: 0.07 , saturation: 0.71 and the lightness value of 753e14 is 0.27.

The process color (four color CMYK) of #753e14 color hex is 0.00, 0.47, 0.83, 0.54. Web safe color of #753e14 is #663300. Color #753e14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111110 00010100
Octal 165 76 24
Decimal 117 62 20
Hex 75 3E 14

RGB Percentages of Color #753e14

%58.79
%31.16
%10.05

CMYK Percentages of Color #753e14

%0
%47
%83
%54

Triadic Colors of #753e14

#753e14 #14753e #3e1475

Analogous Colors of #753e14

#753e14 #756f14 #75141b

Monochromatic Colors of #753e14

#753e14

Complementary Color

#753e14 #144b75

#753e14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753e14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753e14 Color CSS Codes

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

#753e14 Text Font Color

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

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


#753e14 Background Color

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

This div background color is #753e14


#753e14 Border Color

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

This div border color is #753e14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,62,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753e14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753e14;
  -webkit-box-shadow: 1px 1px 3px 2px #753e14;
  box-shadow:         1px 1px 3px 2px #753e14; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753e14


Comments

No comments written yet.

Please login to write comment.