Color Hex Logo

#68473d Color Hex

#68473D
(104,71,61)
0 Favorites   0 Comments

Color spaces of #68473d

RGB 1047161
HSL0.040.260.32
HSV14°41°41°
CMYK 0.000.320.41   0.59
XYZ8.80457.78655.4538
Yxy7.78650.39940.3532
Hunter Lab27.90437.48877.9450
CIE-Lab33.534212.724911.6797

#68473d color RGB value is (104,71,61).

#68473d hex color red value is 104, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #68473d hue: 0.04 , saturation: 0.26 and the lightness value of 68473d is 0.32.

The process color (four color CMYK) of #68473d color hex is 0.00, 0.32, 0.41, 0.59. Web safe color of #68473d is #663333. Color #68473d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000111 00111101
Octal 150 107 75
Decimal 104 71 61
Hex 68 47 3D

RGB Percentages of Color #68473d

%44.07
%30.08
%25.85

CMYK Percentages of Color #68473d

%0
%32
%41
%59

Triadic Colors of #68473d

#68473d #3d6847 #473d68

Analogous Colors of #68473d

#68473d #685d3d #683d49

Monochromatic Colors of #68473d

#68473d

Complementary Color

#68473d #3d5e68

#68473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68473d Color CSS Codes

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

#68473d Text Font Color

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

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


#68473d Background Color

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

This div background color is #68473d


#68473d Border Color

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

This div border color is #68473d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,71,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68473d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68473d;
  -webkit-box-shadow: 1px 1px 3px 2px #68473d;
  box-shadow:         1px 1px 3px 2px #68473d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68473d


Comments

No comments written yet.

Please login to write comment.