Color Hex Logo

#68896d Color Hex

#68896D
(104,137,109)
0 Favorites   0 Comments

Color spaces of #68896d

RGB 104137109
HSL0.360.140.47
HSV129°24°54°
CMYK 0.240.000.20   0.46
XYZ17.414921.938517.7847
Yxy21.93850.30480.3840
Hunter Lab46.8386-15.599910.2744
CIE-Lab53.9617-17.572611.2971

#68896d color RGB value is (104,137,109).

#68896d hex color red value is 104, green value is 137 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #68896d hue: 0.36 , saturation: 0.14 and the lightness value of 68896d is 0.47.

The process color (four color CMYK) of #68896d color hex is 0.24, 0.00, 0.20, 0.46. Web safe color of #68896d is #669966. Color #68896d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001001 01101101
Octal 150 211 155
Decimal 104 137 109
Hex 68 89 6D

RGB Percentages of Color #68896d

%29.71
%39.14
%31.14

CMYK Percentages of Color #68896d

%24
%0
%20
%46

Triadic Colors of #68896d

#68896d #6d6889 #896d68

Analogous Colors of #68896d

#68896d #68897e #748968

Monochromatic Colors of #68896d

#68896d

Complementary Color

#68896d #896884

#68896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68896d Color CSS Codes

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

#68896d Text Font Color

<p style="color:#68896d">Text here</p>

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


#68896d Background Color

<div style="background-color:#68896d">
Div content here</div>

This div background color is #68896d


#68896d Border Color

<div style="border:3px solid #68896d">
Div here</div>

This div border color is #68896d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,137,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68896d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68896d;
  -webkit-box-shadow: 1px 1px 3px 2px #68896d;
  box-shadow:         1px 1px 3px 2px #68896d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68896d


Comments

No comments written yet.

Please login to write comment.