Color Hex Logo

#678478 Color Hex

#678478
(103,132,120)
0 Favorites   0 Comments

Color spaces of #678478

RGB 103132120
HSL0.430.120.46
HSV155°22°52°
CMYK 0.220.000.09   0.48
XYZ17.234920.742220.8646
Yxy20.74220.29290.3525
Hunter Lab45.5436-12.15224.7184
CIE-Lab52.6662-12.97043.0854

#678478 color RGB value is (103,132,120).

#678478 hex color red value is 103, green value is 132 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #678478 hue: 0.43 , saturation: 0.12 and the lightness value of 678478 is 0.46.

The process color (four color CMYK) of #678478 color hex is 0.22, 0.00, 0.09, 0.48. Web safe color of #678478 is #669966. Color #678478 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000100 01111000
Octal 147 204 170
Decimal 103 132 120
Hex 67 84 78

RGB Percentages of Color #678478

%29.01
%37.18
%33.80

CMYK Percentages of Color #678478

%22
%0
%9
%48

Triadic Colors of #678478

#678478 #786784 #847867

Analogous Colors of #678478

#678478 #678284 #67846a

Monochromatic Colors of #678478

#678478

Complementary Color

#678478 #846773

#678478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#678478 Color CSS Codes

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

#678478 Text Font Color

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

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


#678478 Background Color

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

This div background color is #678478


#678478 Border Color

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

This div border color is #678478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678478


Comments

No comments written yet.

Please login to write comment.