Color Hex Logo

#68935d Color Hex

#68935D
(104,147,93)
0 Favorites   0 Comments

Color spaces of #68935d

RGB 10414793
HSL0.300.230.47
HSV108°37°58°
CMYK 0.290.000.37   0.42
XYZ18.118424.600814.1494
Yxy24.60080.31860.4326
Hunter Lab49.5992-21.593217.8055
CIE-Lab56.6844-25.534724.0148

#68935d color RGB value is (104,147,93).

#68935d hex color red value is 104, green value is 147 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #68935d hue: 0.30 , saturation: 0.23 and the lightness value of 68935d is 0.47.

The process color (four color CMYK) of #68935d color hex is 0.29, 0.00, 0.37, 0.42. Web safe color of #68935d is #669966. Color #68935d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010011 01011101
Octal 150 223 135
Decimal 104 147 93
Hex 68 93 5D

RGB Percentages of Color #68935d

%30.23
%42.73
%27.03

CMYK Percentages of Color #68935d

%29
%0
%37
%42

Triadic Colors of #68935d

#68935d #5d6893 #935d68

Analogous Colors of #68935d

#68935d #5d936d #83935d

Monochromatic Colors of #68935d

#68935d

Complementary Color

#68935d #885d93

#68935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68935d Color CSS Codes

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

#68935d Text Font Color

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

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


#68935d Background Color

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

This div background color is #68935d


#68935d Border Color

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

This div border color is #68935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68935d


Comments

No comments written yet.

Please login to write comment.