Color Hex Logo

#745f17 Color Hex

#745F17
(116,95,23)
0 Favorites   0 Comments

Color spaces of #745f17

RGB 1169523
HSL0.130.670.27
HSV46°80°45°
CMYK 0.000.180.80   0.55
XYZ11.449311.95932.5155
Yxy11.95930.44160.4613
Hunter Lab34.5822-1.422019.8948
CIE-Lab41.15140.593441.5749

#745f17 color RGB value is (116,95,23).

#745f17 hex color red value is 116, green value is 95 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #745f17 hue: 0.13 , saturation: 0.67 and the lightness value of 745f17 is 0.27.

The process color (four color CMYK) of #745f17 color hex is 0.00, 0.18, 0.80, 0.55. Web safe color of #745f17 is #666600. Color #745f17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011111 00010111
Octal 164 137 27
Decimal 116 95 23
Hex 74 5F 17

RGB Percentages of Color #745f17

%49.57
%40.60
%9.83

CMYK Percentages of Color #745f17

%0
%18
%80
%55

Triadic Colors of #745f17

#745f17 #17745f #5f1774

Analogous Colors of #745f17

#745f17 #5a7417 #743117

Monochromatic Colors of #745f17

#745f17

Complementary Color

#745f17 #172c74

#745f17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745f17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745f17 Color CSS Codes

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

#745f17 Text Font Color

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

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


#745f17 Background Color

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

This div background color is #745f17


#745f17 Border Color

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

This div border color is #745f17


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,95,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #745f17; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #745f17;
  -webkit-box-shadow: 1px 1px 3px 2px #745f17;
  box-shadow:         1px 1px 3px 2px #745f17; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745f17


Comments

No comments written yet.

Please login to write comment.