Color Hex Logo

#744618 Color Hex

#744618
(116,70,24)
0 Favorites   0 Comments

Color spaces of #744618

RGB 1167024
HSL0.080.660.27
HSV30°79°45°
CMYK 0.000.400.79   0.55
XYZ9.55758.15931.9353
Yxy8.15930.48630.4152
Hunter Lab28.56459.737115.9781
CIE-Lab34.312515.644334.5510

#744618 color RGB value is (116,70,24).

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

The process color (four color CMYK) of #744618 color hex is 0.00, 0.40, 0.79, 0.55. Web safe color of #744618 is #663300. Color #744618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000110 00011000
Octal 164 106 30
Decimal 116 70 24
Hex 74 46 18

RGB Percentages of Color #744618

%55.24
%33.33
%11.43

CMYK Percentages of Color #744618

%0
%40
%79
%55

Triadic Colors of #744618

#744618 #187446 #461874

Analogous Colors of #744618

#744618 #747418 #741818

Monochromatic Colors of #744618

#744618

Complementary Color

#744618 #184674

#744618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744618 Color CSS Codes

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

#744618 Text Font Color

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

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


#744618 Background Color

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

This div background color is #744618


#744618 Border Color

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

This div border color is #744618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744618


Comments

No comments written yet.

Please login to write comment.