Color Hex Logo

#679052 Color Hex

#679052
(103,144,82)
0 Favorites   0 Comments

Color spaces of #679052

RGB 10314482
HSL0.280.270.44
HSV100°43°56°
CMYK 0.280.000.43   0.44
XYZ17.089823.439311.6062
Yxy23.43930.32780.4496
Hunter Lab48.4142-21.715719.6765
CIE-Lab55.5220-26.076328.4850

#679052 color RGB value is (103,144,82).

#679052 hex color red value is 103, green value is 144 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #679052 hue: 0.28 , saturation: 0.27 and the lightness value of 679052 is 0.44.

The process color (four color CMYK) of #679052 color hex is 0.28, 0.00, 0.43, 0.44. Web safe color of #679052 is #669966. Color #679052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010000 01010010
Octal 147 220 122
Decimal 103 144 82
Hex 67 90 52

RGB Percentages of Color #679052

%31.31
%43.77
%24.92

CMYK Percentages of Color #679052

%28
%0
%43
%44

Triadic Colors of #679052

#679052 #526790 #905267

Analogous Colors of #679052

#679052 #52905c #869052

Monochromatic Colors of #679052

#679052

Complementary Color

#679052 #7b5290

#679052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679052 Color CSS Codes

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

#679052 Text Font Color

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

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


#679052 Background Color

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

This div background color is #679052


#679052 Border Color

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

This div border color is #679052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679052


Comments

No comments written yet.

Please login to write comment.