Color Hex Logo

#685315 Color Hex

#685315
(104,83,21)
0 Favorites   0 Comments

Color spaces of #685315

RGB 1048321
HSL0.120.660.25
HSV45°80°41°
CMYK 0.000.200.80   0.59
XYZ8.93759.18372.0110
Yxy9.18370.44390.4562
Hunter Lab30.3046-0.389517.2788
CIE-Lab36.33561.783437.3673

#685315 color RGB value is (104,83,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 00010101
Octal 150 123 25
Decimal 104 83 21
Hex 68 53 15

RGB Percentages of Color #685315

%50.00
%39.90
%10.10

CMYK Percentages of Color #685315

%0
%20
%80
%59

Triadic Colors of #685315

#685315 #156853 #531568

Analogous Colors of #685315

#685315 #546815 #682a15

Monochromatic Colors of #685315

#685315

Complementary Color

#685315 #152a68

#685315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685315 Color CSS Codes

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

#685315 Text Font Color

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

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


#685315 Background Color

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

This div background color is #685315


#685315 Border Color

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

This div border color is #685315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685315


Comments

No comments written yet.

Please login to write comment.