Color Hex Logo

#676418 Color Hex

#676418
(103,100,24)
0 Favorites   0 Comments

Color spaces of #676418

RGB 10310024
HSL0.160.620.25
HSV58°77°40°
CMYK 0.000.030.77   0.60
XYZ10.315612.06392.6490
Yxy12.06390.41220.4820
Hunter Lab34.7331-7.769219.7913
CIE-Lab41.3175-8.558040.8710

#676418 color RGB value is (103,100,24).

#676418 hex color red value is 103, green value is 100 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #676418 hue: 0.16 , saturation: 0.62 and the lightness value of 676418 is 0.25.

The process color (four color CMYK) of #676418 color hex is 0.00, 0.03, 0.77, 0.60. Web safe color of #676418 is #666600. Color #676418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100100 00011000
Octal 147 144 30
Decimal 103 100 24
Hex 67 64 18

RGB Percentages of Color #676418

%45.37
%44.05
%10.57

CMYK Percentages of Color #676418

%0
%3
%77
%60

Triadic Colors of #676418

#676418 #186764 #641867

Analogous Colors of #676418

#676418 #426718 #673d18

Monochromatic Colors of #676418

#676418

Complementary Color

#676418 #181b67

#676418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676418 Color CSS Codes

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

#676418 Text Font Color

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

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


#676418 Background Color

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

This div background color is #676418


#676418 Border Color

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

This div border color is #676418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676418


Comments

No comments written yet.

Please login to write comment.