Color Hex Logo

#68373f Color Hex

#68373F
(104,55,63)
0 Favorites   0 Comments

Color spaces of #68373f

RGB 1045563
HSL0.970.310.31
HSV350°47°41°
CMYK 0.000.470.39   0.59
XYZ7.97236.03435.4472
Yxy6.03430.40980.3102
Hunter Lab24.564814.94224.0479
CIE-Lab29.498822.75374.7519

#68373f color RGB value is (104,55,63).

#68373f hex color red value is 104, green value is 55 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #68373f hue: 0.97 , saturation: 0.31 and the lightness value of 68373f is 0.31.

The process color (four color CMYK) of #68373f color hex is 0.00, 0.47, 0.39, 0.59. Web safe color of #68373f is #663333. Color #68373f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110111 00111111
Octal 150 67 77
Decimal 104 55 63
Hex 68 37 3F

RGB Percentages of Color #68373f

%46.85
%24.77
%28.38

CMYK Percentages of Color #68373f

%0
%47
%39
%59

Triadic Colors of #68373f

#68373f #3f6837 #373f68

Analogous Colors of #68373f

#68373f #684837 #683758

Monochromatic Colors of #68373f

#68373f

Complementary Color

#68373f #376860

#68373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68373f Color CSS Codes

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

#68373f Text Font Color

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

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


#68373f Background Color

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

This div background color is #68373f


#68373f Border Color

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

This div border color is #68373f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,55,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68373f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68373f;
  -webkit-box-shadow: 1px 1px 3px 2px #68373f;
  box-shadow:         1px 1px 3px 2px #68373f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68373f


Comments

No comments written yet.

Please login to write comment.