Color Hex Logo

#68293e Color Hex

#68293E
(104,41,62)
0 Favorites   0 Comments

Color spaces of #68293e

RGB 1044162
HSL0.940.430.28
HSV340°61°41°
CMYK 0.000.610.40   0.59
XYZ7.37144.87675.1102
Yxy4.87670.42470.2809
Hunter Lab22.083320.93771.7382
CIE-Lab26.380630.55140.9277

#68293e color RGB value is (104,41,62).

#68293e hex color red value is 104, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #68293e hue: 0.94 , saturation: 0.43 and the lightness value of 68293e is 0.28.

The process color (four color CMYK) of #68293e color hex is 0.00, 0.61, 0.40, 0.59. Web safe color of #68293e is #663333. Color #68293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101001 00111110
Octal 150 51 76
Decimal 104 41 62
Hex 68 29 3E

RGB Percentages of Color #68293e

%50.24
%19.81
%29.95

CMYK Percentages of Color #68293e

%0
%61
%40
%59

Triadic Colors of #68293e

#68293e #3e6829 #293e68

Analogous Colors of #68293e

#68293e #683429 #68295d

Monochromatic Colors of #68293e

#68293e

Complementary Color

#68293e #296853

#68293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68293e Color CSS Codes

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

#68293e Text Font Color

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

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


#68293e Background Color

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

This div background color is #68293e


#68293e Border Color

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

This div border color is #68293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68293e


Comments

No comments written yet.

Please login to write comment.