Color Hex Logo

#68694b Color Hex

#68694B
(104,105,75)
0 Favorites   0 Comments

Color spaces of #68694b

RGB 10410575
HSL0.170.170.35
HSV62°29°41°
CMYK 0.010.000.29   0.59
XYZ12.030513.55428.6388
Yxy13.55420.35150.3960
Hunter Lab36.8160-6.099011.8590
CIE-Lab43.5867-5.794116.7959

#68694b color RGB value is (104,105,75).

#68694b hex color red value is 104, green value is 105 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #68694b hue: 0.17 , saturation: 0.17 and the lightness value of 68694b is 0.35.

The process color (four color CMYK) of #68694b color hex is 0.01, 0.00, 0.29, 0.59. Web safe color of #68694b is #666633. Color #68694b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101001 01001011
Octal 150 151 113
Decimal 104 105 75
Hex 68 69 4B

RGB Percentages of Color #68694b

%36.62
%36.97
%26.41

CMYK Percentages of Color #68694b

%1
%0
%29
%59

Triadic Colors of #68694b

#68694b #4b6869 #694b68

Analogous Colors of #68694b

#68694b #59694b #695b4b

Monochromatic Colors of #68694b

#68694b

Complementary Color

#68694b #4c4b69

#68694b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68694b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68694b Color CSS Codes

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

#68694b Text Font Color

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

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


#68694b Background Color

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

This div background color is #68694b


#68694b Border Color

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

This div border color is #68694b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,105,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68694b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68694b;
  -webkit-box-shadow: 1px 1px 3px 2px #68694b;
  box-shadow:         1px 1px 3px 2px #68694b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68694b


Comments

No comments written yet.

Please login to write comment.