Color Hex Logo

#68771f Color Hex

#68771F
(104,119,31)
0 Favorites   0 Comments

Color spaces of #68771f

RGB 10411931
HSL0.200.590.29
HSV70°74°47°
CMYK 0.130.000.74   0.53
XYZ12.553116.23563.7685
Yxy16.23560.38560.4987
Hunter Lab40.2934-14.903222.6602
CIE-Lab47.2821-18.138843.9293

#68771f color RGB value is (104,119,31).

#68771f hex color red value is 104, green value is 119 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #68771f hue: 0.20 , saturation: 0.59 and the lightness value of 68771f is 0.29.

The process color (four color CMYK) of #68771f color hex is 0.13, 0.00, 0.74, 0.53. Web safe color of #68771f is #666633. Color #68771f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110111 00011111
Octal 150 167 37
Decimal 104 119 31
Hex 68 77 1F

RGB Percentages of Color #68771f

%40.94
%46.85
%12.20

CMYK Percentages of Color #68771f

%13
%0
%74
%53

Triadic Colors of #68771f

#68771f #1f6877 #771f68

Analogous Colors of #68771f

#68771f #3c771f #775a1f

Monochromatic Colors of #68771f

#68771f

Complementary Color

#68771f #2e1f77

#68771f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68771f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68771f Color CSS Codes

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

#68771f Text Font Color

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

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


#68771f Background Color

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

This div background color is #68771f


#68771f Border Color

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

This div border color is #68771f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68771f


Comments

No comments written yet.

Please login to write comment.