Color Hex Logo

#68871f Color Hex

#68871F
(104,135,31)
0 Favorites   0 Comments

Color spaces of #68871f

RGB 10413531
HSL0.220.630.33
HSV78°77°53°
CMYK 0.230.000.77   0.47
XYZ14.620220.36994.4575
Yxy20.36990.37060.5164
Hunter Lab45.1330-21.160325.7374
CIE-Lab52.2529-26.292048.7476

#68871f color RGB value is (104,135,31).

#68871f hex color red value is 104, green value is 135 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #68871f hue: 0.22 , saturation: 0.63 and the lightness value of 68871f is 0.33.

The process color (four color CMYK) of #68871f color hex is 0.23, 0.00, 0.77, 0.47. Web safe color of #68871f is #669933. Color #68871f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000111 00011111
Octal 150 207 37
Decimal 104 135 31
Hex 68 87 1F

RGB Percentages of Color #68871f

%38.52
%50.00
%11.48

CMYK Percentages of Color #68871f

%23
%0
%77
%47

Triadic Colors of #68871f

#68871f #1f6887 #871f68

Analogous Colors of #68871f

#68871f #34871f #87721f

Monochromatic Colors of #68871f

#68871f

Complementary Color

#68871f #3e1f87

#68871f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68871f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68871f Color CSS Codes

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

#68871f Text Font Color

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

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


#68871f Background Color

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

This div background color is #68871f


#68871f Border Color

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

This div border color is #68871f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68871f


Comments

No comments written yet.

Please login to write comment.