Color Hex Logo

#688053 Color Hex

#688053
(104,128,83)
0 Favorites   0 Comments

Color spaces of #688053

RGB 10412883
HSL0.260.210.41
HSV92°35°50°
CMYK 0.190.000.35   0.50
XYZ14.989419.005911.0621
Yxy19.00590.33270.4218
Hunter Lab43.5958-14.919415.4726
CIE-Lab50.6941-17.336921.6667

#688053 color RGB value is (104,128,83).

#688053 hex color red value is 104, green value is 128 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #688053 hue: 0.26 , saturation: 0.21 and the lightness value of 688053 is 0.41.

The process color (four color CMYK) of #688053 color hex is 0.19, 0.00, 0.35, 0.50. Web safe color of #688053 is #669966. Color #688053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000000 01010011
Octal 150 200 123
Decimal 104 128 83
Hex 68 80 53

RGB Percentages of Color #688053

%33.02
%40.63
%26.35

CMYK Percentages of Color #688053

%19
%0
%35
%50

Triadic Colors of #688053

#688053 #536880 #805368

Analogous Colors of #688053

#688053 #538055 #7f8053

Monochromatic Colors of #688053

#688053

Complementary Color

#688053 #6b5380

#688053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688053 Color CSS Codes

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

#688053 Text Font Color

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

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


#688053 Background Color

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

This div background color is #688053


#688053 Border Color

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

This div border color is #688053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688053


Comments

No comments written yet.

Please login to write comment.