Color Hex Logo

#685930 Color Hex

#685930
(104,89,48)
0 Favorites   0 Comments

Color spaces of #685930

RGB 1048948
HSL0.120.370.30
HSV44°54°41°
CMYK 0.000.140.54   0.59
XYZ9.814810.30124.2673
Yxy10.30120.40250.4225
Hunter Lab32.0955-1.581814.5839
CIE-Lab38.37770.189925.8195

#685930 color RGB value is (104,89,48).

#685930 hex color red value is 104, green value is 89 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #685930 hue: 0.12 , saturation: 0.37 and the lightness value of 685930 is 0.30.

The process color (four color CMYK) of #685930 color hex is 0.00, 0.14, 0.54, 0.59. Web safe color of #685930 is #666633. Color #685930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011001 00110000
Octal 150 131 60
Decimal 104 89 48
Hex 68 59 30

RGB Percentages of Color #685930

%43.15
%36.93
%19.92

CMYK Percentages of Color #685930

%0
%14
%54
%59

Triadic Colors of #685930

#685930 #306859 #593068

Analogous Colors of #685930

#685930 #5b6830 #683d30

Monochromatic Colors of #685930

#685930

Complementary Color

#685930 #303f68

#685930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685930 Color CSS Codes

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

#685930 Text Font Color

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

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


#685930 Background Color

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

This div background color is #685930


#685930 Border Color

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

This div border color is #685930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685930


Comments

No comments written yet.

Please login to write comment.