Color Hex Logo

#679384 Color Hex

#679384
(103,147,132)
0 Favorites   0 Comments

Color spaces of #679384

RGB 103147132
HSL0.440.180.49
HSV160°30°58°
CMYK 0.300.000.10   0.42
XYZ20.192125.416925.6715
Yxy25.41690.28330.3566
Hunter Lab50.4152-16.73445.1000
CIE-Lab57.4794-18.37723.1336

#679384 color RGB value is (103,147,132).

#679384 hex color red value is 103, green value is 147 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #679384 hue: 0.44 , saturation: 0.18 and the lightness value of 679384 is 0.49.

The process color (four color CMYK) of #679384 color hex is 0.30, 0.00, 0.10, 0.42. Web safe color of #679384 is #669999. Color #679384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010011 10000100
Octal 147 223 204
Decimal 103 147 132
Hex 67 93 84

RGB Percentages of Color #679384

%26.96
%38.48
%34.55

CMYK Percentages of Color #679384

%30
%0
%10
%42

Triadic Colors of #679384

#679384 #846793 #938467

Analogous Colors of #679384

#679384 #678c93 #67936e

Monochromatic Colors of #679384

#679384

Complementary Color

#679384 #936776

#679384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679384 Color CSS Codes

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

#679384 Text Font Color

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

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


#679384 Background Color

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

This div background color is #679384


#679384 Border Color

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

This div border color is #679384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679384


Comments

No comments written yet.

Please login to write comment.