Color Hex Logo

#68842a Color Hex

#68842A
(104,132,42)
0 Favorites   0 Comments

Color spaces of #68842a

RGB 10413242
HSL0.220.520.34
HSV79°68°52°
CMYK 0.210.000.68   0.48
XYZ14.378119.61285.2183
Yxy19.61280.36670.5002
Hunter Lab44.2863-19.548924.0142
CIE-Lab51.3966-24.088143.5537

#68842a color RGB value is (104,132,42).

#68842a hex color red value is 104, green value is 132 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #68842a hue: 0.22 , saturation: 0.52 and the lightness value of 68842a is 0.34.

The process color (four color CMYK) of #68842a color hex is 0.21, 0.00, 0.68, 0.48. Web safe color of #68842a is #669933. Color #68842a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000100 00101010
Octal 150 204 52
Decimal 104 132 42
Hex 68 84 2A

RGB Percentages of Color #68842a

%37.41
%47.48
%15.11

CMYK Percentages of Color #68842a

%21
%0
%68
%48

Triadic Colors of #68842a

#68842a #2a6884 #842a68

Analogous Colors of #68842a

#68842a #3b842a #84732a

Monochromatic Colors of #68842a

#68842a

Complementary Color

#68842a #462a84

#68842a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68842a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68842a Color CSS Codes

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

#68842a Text Font Color

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

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


#68842a Background Color

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

This div background color is #68842a


#68842a Border Color

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

This div border color is #68842a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,132,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 #68842a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68842a


Comments

No comments written yet.

Please login to write comment.