Color Hex Logo

#68132f Color Hex

#68132F
(104,19,47)
0 Favorites   0 Comments

Color spaces of #68132f

RGB 1041947
HSL0.950.690.24
HSV340°82°41°
CMYK 0.000.820.55   0.59
XYZ6.45493.61403.0467
Yxy3.61400.49220.2755
Hunter Lab19.010527.34013.8053
CIE-Lab22.351938.68535.4057

#68132f color RGB value is (104,19,47).

#68132f hex color red value is 104, green value is 19 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #68132f hue: 0.95 , saturation: 0.69 and the lightness value of 68132f is 0.24.

The process color (four color CMYK) of #68132f color hex is 0.00, 0.82, 0.55, 0.59. Web safe color of #68132f is #660033. Color #68132f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010011 00101111
Octal 150 23 57
Decimal 104 19 47
Hex 68 13 2F

RGB Percentages of Color #68132f

%61.18
%11.18
%27.65

CMYK Percentages of Color #68132f

%0
%82
%55
%59

Triadic Colors of #68132f

#68132f #2f6813 #132f68

Analogous Colors of #68132f

#68132f #682213 #681359

Monochromatic Colors of #68132f

#68132f

Complementary Color

#68132f #13684c

#68132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68132f Color CSS Codes

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

#68132f Text Font Color

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

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


#68132f Background Color

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

This div background color is #68132f


#68132f Border Color

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

This div border color is #68132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68132f


Comments

No comments written yet.

Please login to write comment.