Color Hex Logo

#68754b Color Hex

#68754B
(104,117,75)
0 Favorites   0 Comments

Color spaces of #68754b

RGB 10411775
HSL0.220.220.38
HSV79°36°46°
CMYK 0.110.000.36   0.54
XYZ13.340216.17369.0753
Yxy16.17360.34570.4191
Hunter Lab40.2164-11.168414.7720
CIE-Lab47.2014-12.576821.6044

#68754b color RGB value is (104,117,75).

#68754b hex color red value is 104, green value is 117 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #68754b hue: 0.22 , saturation: 0.22 and the lightness value of 68754b is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110101 01001011
Octal 150 165 113
Decimal 104 117 75
Hex 68 75 4B

RGB Percentages of Color #68754b

%35.14
%39.53
%25.34

CMYK Percentages of Color #68754b

%11
%0
%36
%54

Triadic Colors of #68754b

#68754b #4b6875 #754b68

Analogous Colors of #68754b

#68754b #53754b #756d4b

Monochromatic Colors of #68754b

#68754b

Complementary Color

#68754b #584b75

#68754b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68754b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68754b Color CSS Codes

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

#68754b Text Font Color

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

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


#68754b Background Color

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

This div background color is #68754b


#68754b Border Color

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

This div border color is #68754b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68754b


Comments

No comments written yet.

Please login to write comment.