Color Hex Logo

#68792a Color Hex

#68792A
(104,121,42)
0 Favorites   0 Comments

Color spaces of #68792a

RGB 10412142
HSL0.200.480.32
HSV73°65°47°
CMYK 0.140.000.65   0.53
XYZ12.964216.78504.7470
Yxy16.78500.37580.4866
Hunter Lab40.9695-15.212921.8089
CIE-Lab47.9880-18.431739.9332

#68792a color RGB value is (104,121,42).

#68792a hex color red value is 104, green value is 121 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #68792a hue: 0.20 , saturation: 0.48 and the lightness value of 68792a is 0.32.

The process color (four color CMYK) of #68792a color hex is 0.14, 0.00, 0.65, 0.53. Web safe color of #68792a is #666633. Color #68792a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111001 00101010
Octal 150 171 52
Decimal 104 121 42
Hex 68 79 2A

RGB Percentages of Color #68792a

%38.95
%45.32
%15.73

CMYK Percentages of Color #68792a

%14
%0
%65
%53

Triadic Colors of #68792a

#68792a #2a6879 #792a68

Analogous Colors of #68792a

#68792a #41792a #79632a

Monochromatic Colors of #68792a

#68792a

Complementary Color

#68792a #3b2a79

#68792a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68792a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68792a Color CSS Codes

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

#68792a Text Font Color

<p style="color:#68792a">Text here</p>

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


#68792a Background Color

<div style="background-color:#68792a">
Div content here</div>

This div background color is #68792a


#68792a Border Color

<div style="border:3px solid #68792a">
Div here</div>

This div border color is #68792a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,121,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68792a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68792a;
  -webkit-box-shadow: 1px 1px 3px 2px #68792a;
  box-shadow:         1px 1px 3px 2px #68792a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68792a


Comments

No comments written yet.

Please login to write comment.