Color Hex Logo

#685318 Color Hex

#685318
(104,83,24)
0 Favorites   0 Comments

Color spaces of #685318

RGB 1048324
HSL0.120.630.25
HSV44°77°41°
CMYK 0.000.200.77   0.59
XYZ8.96709.19552.1665
Yxy9.19550.44110.4523
Hunter Lab30.3241-0.283716.9909
CIE-Lab36.35801.936836.0770

#685318 color RGB value is (104,83,24).

#685318 hex color red value is 104, green value is 83 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #685318 hue: 0.12 , saturation: 0.63 and the lightness value of 685318 is 0.25.

The process color (four color CMYK) of #685318 color hex is 0.00, 0.20, 0.77, 0.59. Web safe color of #685318 is #666600. Color #685318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 00011000
Octal 150 123 30
Decimal 104 83 24
Hex 68 53 18

RGB Percentages of Color #685318

%49.29
%39.34
%11.37

CMYK Percentages of Color #685318

%0
%20
%77
%59

Triadic Colors of #685318

#685318 #186853 #531868

Analogous Colors of #685318

#685318 #556818 #682b18

Monochromatic Colors of #685318

#685318

Complementary Color

#685318 #182d68

#685318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685318 Color CSS Codes

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

#685318 Text Font Color

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

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


#685318 Background Color

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

This div background color is #685318


#685318 Border Color

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

This div border color is #685318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685318


Comments

No comments written yet.

Please login to write comment.