Color Hex Logo

#6e323f Color Hex

#6E323F
(110,50,63)
0 Favorites   0 Comments

Color spaces of #6e323f

RGB 1105063
HSL0.960.380.31
HSV347°55°43°
CMYK 0.000.550.43   0.57
XYZ8.46825.95515.4057
Yxy5.95510.42710.3003
Hunter Lab24.403119.23663.9484
CIE-Lab29.298928.06274.5948

#6e323f color RGB value is (110,50,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110010 00111111
Octal 156 62 77
Decimal 110 50 63
Hex 6E 32 3F

RGB Percentages of Color #6e323f

%49.33
%22.42
%28.25

CMYK Percentages of Color #6e323f

%0
%55
%43
%57

Triadic Colors of #6e323f

#6e323f #3f6e32 #323f6e

Analogous Colors of #6e323f

#6e323f #6e4332 #6e325d

Monochromatic Colors of #6e323f

#6e323f

Complementary Color

#6e323f #326e61

#6e323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e323f Color CSS Codes

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

#6e323f Text Font Color

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

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


#6e323f Background Color

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

This div background color is #6e323f


#6e323f Border Color

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

This div border color is #6e323f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,50,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e323f


Comments

No comments written yet.

Please login to write comment.