Color Hex Logo

#67694f Color Hex

#67694F
(103,105,79)
0 Favorites   0 Comments

Color spaces of #67694f

RGB 10310579
HSL0.180.140.36
HSV65°25°41°
CMYK 0.020.000.25   0.59
XYZ12.056413.55129.3773
Yxy13.55120.34460.3873
Hunter Lab36.8120-5.959810.6651
CIE-Lab43.5823-5.595114.4060

#67694f color RGB value is (103,105,79).

#67694f hex color red value is 103, green value is 105 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #67694f hue: 0.18 , saturation: 0.14 and the lightness value of 67694f is 0.36.

The process color (four color CMYK) of #67694f color hex is 0.02, 0.00, 0.25, 0.59. Web safe color of #67694f is #666666. Color #67694f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101001 01001111
Octal 147 151 117
Decimal 103 105 79
Hex 67 69 4F

RGB Percentages of Color #67694f

%35.89
%36.59
%27.53

CMYK Percentages of Color #67694f

%2
%0
%25
%59

Triadic Colors of #67694f

#67694f #4f6769 #694f67

Analogous Colors of #67694f

#67694f #5a694f #695e4f

Monochromatic Colors of #67694f

#67694f

Complementary Color

#67694f #514f69

#67694f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67694f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67694f Color CSS Codes

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

#67694f Text Font Color

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

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


#67694f Background Color

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

This div background color is #67694f


#67694f Border Color

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

This div border color is #67694f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,105,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67694f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67694f;
  -webkit-box-shadow: 1px 1px 3px 2px #67694f;
  box-shadow:         1px 1px 3px 2px #67694f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67694f


Comments

No comments written yet.

Please login to write comment.