Color Hex Logo

#67420e Color Hex

#67420E
(103,66,14)
0 Favorites   0 Comments

Color spaces of #67420e

RGB 1036614
HSL0.100.760.23
HSV35°86°40°
CMYK 0.000.360.86   0.60
XYZ7.62106.81171.3286
Yxy6.81170.48350.4322
Hunter Lab26.09926.448515.2513
CIE-Lab31.374311.406435.6357

#67420e color RGB value is (103,66,14).

#67420e hex color red value is 103, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #67420e hue: 0.10 , saturation: 0.76 and the lightness value of 67420e is 0.23.

The process color (four color CMYK) of #67420e color hex is 0.00, 0.36, 0.86, 0.60. Web safe color of #67420e is #663300. Color #67420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000010 00001110
Octal 147 102 16
Decimal 103 66 14
Hex 67 42 E

RGB Percentages of Color #67420e

%56.28
%36.07
%7.65

CMYK Percentages of Color #67420e

%0
%36
%86
%60

Triadic Colors of #67420e

#67420e #0e6742 #420e67

Analogous Colors of #67420e

#67420e #60670e #67160e

Monochromatic Colors of #67420e

#67420e

Complementary Color

#67420e #0e3367

#67420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67420e Color CSS Codes

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

#67420e Text Font Color

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

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


#67420e Background Color

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

This div background color is #67420e


#67420e Border Color

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

This div border color is #67420e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,66,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67420e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67420e;
  -webkit-box-shadow: 1px 1px 3px 2px #67420e;
  box-shadow:         1px 1px 3px 2px #67420e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,66,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67420e


Comments

No comments written yet.

Please login to write comment.