Color Hex Logo

#68312e Color Hex

#68312E
(104,49,46)
0 Favorites   0 Comments

Color spaces of #68312e

RGB 1044946
HSL0.010.390.29
HSV56°41°
CMYK 0.000.530.56   0.59
XYZ7.30045.33693.2301
Yxy5.33690.46010.3363
Hunter Lab23.101715.97997.8812
CIE-Lab27.673824.290213.3866

#68312e color RGB value is (104,49,46).

#68312e hex color red value is 104, green value is 49 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #68312e hue: 0.01 , saturation: 0.39 and the lightness value of 68312e is 0.29.

The process color (four color CMYK) of #68312e color hex is 0.00, 0.53, 0.56, 0.59. Web safe color of #68312e is #663333. Color #68312e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110001 00101110
Octal 150 61 56
Decimal 104 49 46
Hex 68 31 2E

RGB Percentages of Color #68312e

%52.26
%24.62
%23.12

CMYK Percentages of Color #68312e

%0
%53
%56
%59

Triadic Colors of #68312e

#68312e #2e6831 #312e68

Analogous Colors of #68312e

#68312e #684e2e #682e48

Monochromatic Colors of #68312e

#68312e

Complementary Color

#68312e #2e6568

#68312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68312e Color CSS Codes

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

#68312e Text Font Color

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

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


#68312e Background Color

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

This div background color is #68312e


#68312e Border Color

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

This div border color is #68312e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,49,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68312e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68312e;
  -webkit-box-shadow: 1px 1px 3px 2px #68312e;
  box-shadow:         1px 1px 3px 2px #68312e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68312e


Comments

No comments written yet.

Please login to write comment.