Color Hex Logo

#68877f Color Hex

#68877F
(104,135,127)
1 Favorites   0 Comments

Color spaces of #68877f

RGB 104135127
HSL0.460.130.47
HSV165°23°53°
CMYK 0.230.000.06   0.47
XYZ18.203721.803323.3277
Yxy21.80330.28740.3443
Hunter Lab46.6940-12.12613.0653
CIE-Lab53.8177-12.72740.7011

#68877f color RGB value is (104,135,127).

#68877f hex color red value is 104, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #68877f hue: 0.46 , saturation: 0.13 and the lightness value of 68877f is 0.47.

The process color (four color CMYK) of #68877f color hex is 0.23, 0.00, 0.06, 0.47. Web safe color of #68877f is #669966. Color #68877f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000111 01111111
Octal 150 207 177
Decimal 104 135 127
Hex 68 87 7F

RGB Percentages of Color #68877f

%28.42
%36.89
%34.70

CMYK Percentages of Color #68877f

%23
%0
%6
%47

Triadic Colors of #68877f

#68877f #7f6887 #877f68

Analogous Colors of #68877f

#68877f #688087 #688770

Monochromatic Colors of #68877f

#68877f

Complementary Color

#68877f #876870

#68877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68877f Color CSS Codes

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

#68877f Text Font Color

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

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


#68877f Background Color

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

This div background color is #68877f


#68877f Border Color

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

This div border color is #68877f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68877f


Comments

No comments written yet.

Please login to write comment.