Color Hex Logo

#68763d Color Hex

#68763D
(104,118,61)
0 Favorites   0 Comments

Color spaces of #68763d

RGB 10411861
HSL0.210.320.35
HSV75°48°46°
CMYK 0.120.000.48   0.54
XYZ13.029716.23686.8622
Yxy16.23680.36060.4494
Hunter Lab40.2949-12.796618.1094
CIE-Lab47.2836-14.963029.5186

#68763d color RGB value is (104,118,61).

#68763d hex color red value is 104, green value is 118 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #68763d hue: 0.21 , saturation: 0.32 and the lightness value of 68763d is 0.35.

The process color (four color CMYK) of #68763d color hex is 0.12, 0.00, 0.48, 0.54. Web safe color of #68763d is #666633. Color #68763d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110110 00111101
Octal 150 166 75
Decimal 104 118 61
Hex 68 76 3D

RGB Percentages of Color #68763d

%36.75
%41.70
%21.55

CMYK Percentages of Color #68763d

%12
%0
%48
%54

Triadic Colors of #68763d

#68763d #3d6876 #763d68

Analogous Colors of #68763d

#68763d #4c763d #76683d

Monochromatic Colors of #68763d

#68763d

Complementary Color

#68763d #4b3d76

#68763d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68763d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68763d Color CSS Codes

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

#68763d Text Font Color

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

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


#68763d Background Color

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

This div background color is #68763d


#68763d Border Color

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

This div border color is #68763d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,118,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68763d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68763d;
  -webkit-box-shadow: 1px 1px 3px 2px #68763d;
  box-shadow:         1px 1px 3px 2px #68763d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68763d


Comments

No comments written yet.

Please login to write comment.