Color Hex Logo

#6e322f Color Hex

#6E322F
(110,50,47)
0 Favorites   0 Comments

Color spaces of #6e322f

RGB 1105047
HSL0.010.400.31
HSV57°43°
CMYK 0.000.550.57   0.57
XYZ8.08415.80143.3830
Yxy5.80140.46810.3360
Hunter Lab24.086117.75998.5327
CIE-Lab28.905826.328414.5489

#6e322f color RGB value is (110,50,47).

#6e322f hex color red value is 110, green value is 50 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #6e322f hue: 0.01 , saturation: 0.40 and the lightness value of 6e322f is 0.31.

The process color (four color CMYK) of #6e322f color hex is 0.00, 0.55, 0.57, 0.57. Web safe color of #6e322f is #663333. Color #6e322f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110010 00101111
Octal 156 62 57
Decimal 110 50 47
Hex 6E 32 2F

RGB Percentages of Color #6e322f

%53.14
%24.15
%22.71

CMYK Percentages of Color #6e322f

%0
%55
%57
%57

Triadic Colors of #6e322f

#6e322f #2f6e32 #322f6e

Analogous Colors of #6e322f

#6e322f #6e522f #6e2f4c

Monochromatic Colors of #6e322f

#6e322f

Complementary Color

#6e322f #2f6b6e

#6e322f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e322f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e322f Color CSS Codes

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

#6e322f Text Font Color

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

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


#6e322f Background Color

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

This div background color is #6e322f


#6e322f Border Color

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

This div border color is #6e322f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,50,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e322f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e322f;
  -webkit-box-shadow: 1px 1px 3px 2px #6e322f;
  box-shadow:         1px 1px 3px 2px #6e322f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,50,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 #6e322f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e322f


Comments

No comments written yet.

Please login to write comment.