Color Hex Logo

#68753b Color Hex

#68753B
(104,117,59)
0 Favorites   0 Comments

Color spaces of #68753b

RGB 10411759
HSL0.200.330.35
HSV73°50°46°
CMYK 0.110.000.50   0.54
XYZ12.859615.98146.5446
Yxy15.98140.36340.4516
Hunter Lab39.9767-12.540018.2773
CIE-Lab46.9501-14.652030.1909

#68753b color RGB value is (104,117,59).

#68753b hex color red value is 104, green value is 117 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #68753b hue: 0.20 , saturation: 0.33 and the lightness value of 68753b is 0.35.

The process color (four color CMYK) of #68753b color hex is 0.11, 0.00, 0.50, 0.54. Web safe color of #68753b is #666633. Color #68753b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110101 00111011
Octal 150 165 73
Decimal 104 117 59
Hex 68 75 3B

RGB Percentages of Color #68753b

%37.14
%41.79
%21.07

CMYK Percentages of Color #68753b

%11
%0
%50
%54

Triadic Colors of #68753b

#68753b #3b6875 #753b68

Analogous Colors of #68753b

#68753b #4b753b #75653b

Monochromatic Colors of #68753b

#68753b

Complementary Color

#68753b #483b75

#68753b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68753b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68753b Color CSS Codes

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

#68753b Text Font Color

<p style="color:#68753b">Text here</p>

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


#68753b Background Color

<div style="background-color:#68753b">
Div content here</div>

This div background color is #68753b


#68753b Border Color

<div style="border:3px solid #68753b">
Div here</div>

This div border color is #68753b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,117,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68753b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68753b;
  -webkit-box-shadow: 1px 1px 3px 2px #68753b;
  box-shadow:         1px 1px 3px 2px #68753b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68753b


Comments

No comments written yet.

Please login to write comment.