Color Hex Logo

#6b523e Color Hex

#6B523E
(107,82,62)
0 Favorites   0 Comments

Color spaces of #6b523e

RGB 1078262
HSL0.070.270.33
HSV27°42°42°
CMYK 0.000.230.42   0.58
XYZ9.95029.50825.8683
Yxy9.50820.39290.3754
Hunter Lab30.83543.637910.3012
CIE-Lab36.94497.439415.7378

#6b523e color RGB value is (107,82,62).

#6b523e hex color red value is 107, green value is 82 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6b523e hue: 0.07 , saturation: 0.27 and the lightness value of 6b523e is 0.33.

The process color (four color CMYK) of #6b523e color hex is 0.00, 0.23, 0.42, 0.58. Web safe color of #6b523e is #666633. Color #6b523e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01010010 00111110
Octal 153 122 76
Decimal 107 82 62
Hex 6B 52 3E

RGB Percentages of Color #6b523e

%42.63
%32.67
%24.70

CMYK Percentages of Color #6b523e

%0
%23
%42
%58

Triadic Colors of #6b523e

#6b523e #3e6b52 #523e6b

Analogous Colors of #6b523e

#6b523e #6b693e #6b3e41

Monochromatic Colors of #6b523e

#6b523e

Complementary Color

#6b523e #3e576b

#6b523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b523e Color CSS Codes

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

#6b523e Text Font Color

<p style="color:#6b523e">Text here</p>

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


#6b523e Background Color

<div style="background-color:#6b523e">
Div content here</div>

This div background color is #6b523e


#6b523e Border Color

<div style="border:3px solid #6b523e">
Div here</div>

This div border color is #6b523e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,82,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b523e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b523e;
  -webkit-box-shadow: 1px 1px 3px 2px #6b523e;
  box-shadow:         1px 1px 3px 2px #6b523e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,82,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b523e


Comments

No comments written yet.

Please login to write comment.