Color Hex Logo

#689448 Color Hex

#689448
(104,148,72)
0 Favorites   0 Comments

Color spaces of #689448

RGB 10414872
HSL0.260.350.43
HSV95°51°58°
CMYK 0.300.000.51   0.42
XYZ17.468524.59079.9567
Yxy24.59070.33580.4728
Hunter Lab49.5890-23.901422.8078
CIE-Lab56.6744-28.974435.1958

#689448 color RGB value is (104,148,72).

#689448 hex color red value is 104, green value is 148 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #689448 hue: 0.26 , saturation: 0.35 and the lightness value of 689448 is 0.43.

The process color (four color CMYK) of #689448 color hex is 0.30, 0.00, 0.51, 0.42. Web safe color of #689448 is #669933. Color #689448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010100 01001000
Octal 150 224 110
Decimal 104 148 72
Hex 68 94 48

RGB Percentages of Color #689448

%32.10
%45.68
%22.22

CMYK Percentages of Color #689448

%30
%0
%51
%42

Triadic Colors of #689448

#689448 #486894 #944868

Analogous Colors of #689448

#689448 #48944e #8e9448

Monochromatic Colors of #689448

#689448

Complementary Color

#689448 #744894

#689448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689448 Color CSS Codes

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

#689448 Text Font Color

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

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


#689448 Background Color

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

This div background color is #689448


#689448 Border Color

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

This div border color is #689448


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,148,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #689448; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #689448;
  -webkit-box-shadow: 1px 1px 3px 2px #689448;
  box-shadow:         1px 1px 3px 2px #689448; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,148,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689448


Comments

No comments written yet.

Please login to write comment.