Color Hex Logo

#68812f Color Hex

#68812F
(104,129,47)
0 Favorites   0 Comments

Color spaces of #68812f

RGB 10412947
HSL0.220.470.35
HSV78°64°51°
CMYK 0.190.000.64   0.49
XYZ14.072318.84885.5858
Yxy18.84880.36540.4895
Hunter Lab43.4152-18.118922.7624
CIE-Lab50.5098-22.168240.3579

#68812f color RGB value is (104,129,47).

#68812f hex color red value is 104, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #68812f hue: 0.22 , saturation: 0.47 and the lightness value of 68812f is 0.35.

The process color (four color CMYK) of #68812f color hex is 0.19, 0.00, 0.64, 0.49. Web safe color of #68812f is #669933. Color #68812f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000001 00101111
Octal 150 201 57
Decimal 104 129 47
Hex 68 81 2F

RGB Percentages of Color #68812f

%37.14
%46.07
%16.79

CMYK Percentages of Color #68812f

%19
%0
%64
%49

Triadic Colors of #68812f

#68812f #2f6881 #812f68

Analogous Colors of #68812f

#68812f #3f812f #81712f

Monochromatic Colors of #68812f

#68812f

Complementary Color

#68812f #482f81

#68812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68812f Color CSS Codes

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

#68812f Text Font Color

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

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


#68812f Background Color

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

This div background color is #68812f


#68812f Border Color

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

This div border color is #68812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68812f


Comments

No comments written yet.

Please login to write comment.