Color Hex Logo

#678450 Color Hex

#678450
(103,132,80)
0 Favorites   0 Comments

Color spaces of #678450

RGB 10313280
HSL0.260.250.42
HSV93°39°52°
CMYK 0.220.000.39   0.48
XYZ15.292819.965310.6371
Yxy19.96530.33320.4350
Hunter Lab44.6825-17.102017.1632
CIE-Lab51.7980-20.284424.7807

#678450 color RGB value is (103,132,80).

#678450 hex color red value is 103, green value is 132 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #678450 hue: 0.26 , saturation: 0.25 and the lightness value of 678450 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000100 01010000
Octal 147 204 120
Decimal 103 132 80
Hex 67 84 50

RGB Percentages of Color #678450

%32.70
%41.90
%25.40

CMYK Percentages of Color #678450

%22
%0
%39
%48

Triadic Colors of #678450

#678450 #506784 #845067

Analogous Colors of #678450

#678450 #508453 #818450

Monochromatic Colors of #678450

#678450

Complementary Color

#678450 #6d5084

#678450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#678450 Color CSS Codes

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

#678450 Text Font Color

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

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


#678450 Background Color

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

This div background color is #678450


#678450 Border Color

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

This div border color is #678450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678450


Comments

No comments written yet.

Please login to write comment.