Color Hex Logo

#68743f Color Hex

#68743F
(104,116,63)
0 Favorites   0 Comments

Color spaces of #68743f

RGB 10411663
HSL0.200.300.35
HSV74°46°45°
CMYK 0.100.000.46   0.55
XYZ12.851515.79277.0736
Yxy15.79270.35980.4422
Hunter Lab39.7400-11.820117.2646
CIE-Lab46.7013-13.633827.7056

#68743f color RGB value is (104,116,63).

#68743f hex color red value is 104, green value is 116 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #68743f hue: 0.20 , saturation: 0.30 and the lightness value of 68743f is 0.35.

The process color (four color CMYK) of #68743f color hex is 0.10, 0.00, 0.46, 0.55. Web safe color of #68743f is #666633. Color #68743f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110100 00111111
Octal 150 164 77
Decimal 104 116 63
Hex 68 74 3F

RGB Percentages of Color #68743f

%36.75
%40.99
%22.26

CMYK Percentages of Color #68743f

%10
%0
%46
%55

Triadic Colors of #68743f

#68743f #3f6874 #743f68

Analogous Colors of #68743f

#68743f #4e743f #74663f

Monochromatic Colors of #68743f

#68743f

Complementary Color

#68743f #4b3f74

#68743f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68743f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68743f Color CSS Codes

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

#68743f Text Font Color

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

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


#68743f Background Color

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

This div background color is #68743f


#68743f Border Color

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

This div border color is #68743f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,116,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68743f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68743f;
  -webkit-box-shadow: 1px 1px 3px 2px #68743f;
  box-shadow:         1px 1px 3px 2px #68743f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68743f


Comments

No comments written yet.

Please login to write comment.