Color Hex Logo

#68480b Color Hex

#68480B
(104,72,11)
0 Favorites   0 Comments

Color spaces of #68480b

RGB 1047211
HSL0.110.810.23
HSV39°89°41°
CMYK 0.000.310.89   0.59
XYZ8.08677.60191.3577
Yxy7.60190.47440.4460
Hunter Lab27.57154.103616.3805
CIE-Lab33.13968.102538.3456

#68480b color RGB value is (104,72,11).

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

The process color (four color CMYK) of #68480b color hex is 0.00, 0.31, 0.89, 0.59. Web safe color of #68480b is #663300. Color #68480b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001000 00001011
Octal 150 110 13
Decimal 104 72 11
Hex 68 48 B

RGB Percentages of Color #68480b

%55.61
%38.50
%5.88

CMYK Percentages of Color #68480b

%0
%31
%89
%59

Triadic Colors of #68480b

#68480b #0b6848 #480b68

Analogous Colors of #68480b

#68480b #5a680b #681a0b

Monochromatic Colors of #68480b

#68480b

Complementary Color

#68480b #0b2b68

#68480b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68480b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68480b Color CSS Codes

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

#68480b Text Font Color

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

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


#68480b Background Color

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

This div background color is #68480b


#68480b Border Color

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

This div border color is #68480b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,72,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 #68480b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68480b


Comments

No comments written yet.

Please login to write comment.