Color Hex Logo

#68475d Color Hex

#68475D
(104,71,93)
0 Favorites   0 Comments

Color spaces of #68475d

RGB 1047193
HSL0.890.190.34
HSV320°32°41°
CMYK 0.000.320.11   0.59
XYZ9.93798.239811.4226
Yxy8.23980.33570.2784
Hunter Lab28.705111.5642-3.4997
CIE-Lab34.477417.9781-7.2961

#68475d color RGB value is (104,71,93).

#68475d hex color red value is 104, green value is 71 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #68475d hue: 0.89 , saturation: 0.19 and the lightness value of 68475d is 0.34.

The process color (four color CMYK) of #68475d color hex is 0.00, 0.32, 0.11, 0.59. Web safe color of #68475d is #663366. Color #68475d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000111 01011101
Octal 150 107 135
Decimal 104 71 93
Hex 68 47 5D

RGB Percentages of Color #68475d

%38.81
%26.49
%34.70

CMYK Percentages of Color #68475d

%0
%32
%11
%59

Triadic Colors of #68475d

#68475d #5d6847 #475d68

Analogous Colors of #68475d

#68475d #68474d #634768

Monochromatic Colors of #68475d

#68475d

Complementary Color

#68475d #476852

#68475d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68475d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68475d Color CSS Codes

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

#68475d Text Font Color

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

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


#68475d Background Color

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

This div background color is #68475d


#68475d Border Color

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

This div border color is #68475d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,71,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 #68475d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68475d


Comments

No comments written yet.

Please login to write comment.