Color Hex Logo

#68130b Color Hex

#68130B
(104,19,11)
0 Favorites   0 Comments

Color spaces of #68130b

RGB 1041911
HSL0.010.810.23
HSV89°41°
CMYK 0.000.820.89   0.59
XYZ6.00223.43300.6629
Yxy3.43300.59440.3400
Hunter Lab18.528425.399910.8486
CIE-Lab21.700736.607527.9332

#68130b color RGB value is (104,19,11).

#68130b hex color red value is 104, green value is 19 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #68130b hue: 0.01 , saturation: 0.81 and the lightness value of 68130b is 0.23.

The process color (four color CMYK) of #68130b color hex is 0.00, 0.82, 0.89, 0.59. Web safe color of #68130b is #660000. Color #68130b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010011 00001011
Octal 150 23 13
Decimal 104 19 11
Hex 68 13 B

RGB Percentages of Color #68130b

%77.61
%14.18
%8.21

CMYK Percentages of Color #68130b

%0
%82
%89
%59

Triadic Colors of #68130b

#68130b #0b6813 #130b68

Analogous Colors of #68130b

#68130b #68420b #680b31

Monochromatic Colors of #68130b

#68130b

Complementary Color

#68130b #0b6068

#68130b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68130b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68130b Color CSS Codes

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

#68130b Text Font Color

<p style="color:#68130b">Text here</p>

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


#68130b Background Color

<div style="background-color:#68130b">
Div content here</div>

This div background color is #68130b


#68130b Border Color

<div style="border:3px solid #68130b">
Div here</div>

This div border color is #68130b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68130b


Comments

No comments written yet.

Please login to write comment.