Color Hex Logo

#745018 Color Hex

#745018
(116,80,24)
0 Favorites   0 Comments

Color spaces of #745018

RGB 1168024
HSL0.100.660.27
HSV37°79°45°
CMYK 0.000.310.79   0.55
XYZ10.23609.51632.1615
Yxy9.51630.46710.4343
Hunter Lab30.84855.244117.4396
CIE-Lab36.95999.609637.1565

#745018 color RGB value is (116,80,24).

#745018 hex color red value is 116, green value is 80 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #745018 hue: 0.10 , saturation: 0.66 and the lightness value of 745018 is 0.27.

The process color (four color CMYK) of #745018 color hex is 0.00, 0.31, 0.79, 0.55. Web safe color of #745018 is #666600. Color #745018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 00011000
Octal 164 120 30
Decimal 116 80 24
Hex 74 50 18

RGB Percentages of Color #745018

%52.73
%36.36
%10.91

CMYK Percentages of Color #745018

%0
%31
%79
%55

Triadic Colors of #745018

#745018 #187450 #501874

Analogous Colors of #745018

#745018 #6a7418 #742218

Monochromatic Colors of #745018

#745018

Complementary Color

#745018 #183c74

#745018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745018 Color CSS Codes

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

#745018 Text Font Color

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

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


#745018 Background Color

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

This div background color is #745018


#745018 Border Color

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

This div border color is #745018


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,80,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #745018; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #745018;
  -webkit-box-shadow: 1px 1px 3px 2px #745018;
  box-shadow:         1px 1px 3px 2px #745018; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745018


Comments

No comments written yet.

Please login to write comment.