Color Hex Logo

#764318 Color Hex

#764318
(118,67,24)
1 Favorites   0 Comments

Color spaces of #764318

RGB 1186724
HSL0.080.660.28
HSV27°80°46°
CMYK 0.000.430.80   0.54
XYZ9.64327.93181.8869
Yxy7.93180.49550.4076
Hunter Lab28.163511.832615.7421
CIE-Lab33.840418.371834.1759

#764318 color RGB value is (118,67,24).

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

The process color (four color CMYK) of #764318 color hex is 0.00, 0.43, 0.80, 0.54. Web safe color of #764318 is #663300. Color #764318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000011 00011000
Octal 166 103 30
Decimal 118 67 24
Hex 76 43 18

RGB Percentages of Color #764318

%56.46
%32.06
%11.48

CMYK Percentages of Color #764318

%0
%43
%80
%54

Triadic Colors of #764318

#764318 #187643 #431876

Analogous Colors of #764318

#764318 #767218 #76181c

Monochromatic Colors of #764318

#764318

Complementary Color

#764318 #184b76

#764318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764318 Color CSS Codes

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

#764318 Text Font Color

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

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


#764318 Background Color

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

This div background color is #764318


#764318 Border Color

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

This div border color is #764318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764318


Comments

No comments written yet.

Please login to write comment.