Color Hex Logo

#678388 Color Hex

#678388
(103,131,136)
0 Favorites   0 Comments

Color spaces of #678388

RGB 103131136
HSL0.530.140.47
HSV189°24°53°
CMYK 0.240.040.00   0.47
XYZ18.153820.893726.3686
Yxy20.89370.27750.3194
Hunter Lab45.7096-9.0997-2.2060
CIE-Lab52.8330-8.7465-5.9859

#678388 color RGB value is (103,131,136).

#678388 hex color red value is 103, green value is 131 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #678388 hue: 0.53 , saturation: 0.14 and the lightness value of 678388 is 0.47.

The process color (four color CMYK) of #678388 color hex is 0.24, 0.04, 0.00, 0.47. Web safe color of #678388 is #669999. Color #678388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000011 10001000
Octal 147 203 210
Decimal 103 131 136
Hex 67 83 88

RGB Percentages of Color #678388

%27.84
%35.41
%36.76

CMYK Percentages of Color #678388

%24
%4
%0
%47

Triadic Colors of #678388

#678388 #886783 #838867

Analogous Colors of #678388

#678388 #677388 #67887d

Monochromatic Colors of #678388

#678388

Complementary Color

#678388 #886c67

#678388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#678388 Color CSS Codes

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

#678388 Text Font Color

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

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


#678388 Background Color

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

This div background color is #678388


#678388 Border Color

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

This div border color is #678388


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,131,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #678388; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #678388;
  -webkit-box-shadow: 1px 1px 3px 2px #678388;
  box-shadow:         1px 1px 3px 2px #678388; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,131,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678388


Comments

No comments written yet.

Please login to write comment.