Color Hex Logo

#6e382c Color Hex

#6E382C
(110,56,44)
0 Favorites   0 Comments

Color spaces of #6e382c

RGB 1105644
HSL0.030.430.30
HSV11°60°43°
CMYK 0.000.490.60   0.57
XYZ8.29926.32523.1663
Yxy6.32520.46650.3555
Hunter Lab25.150014.890610.1405
CIE-Lab30.218522.603218.1844

#6e382c color RGB value is (110,56,44).

#6e382c hex color red value is 110, green value is 56 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6e382c hue: 0.03 , saturation: 0.43 and the lightness value of 6e382c is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00111000 00101100
Octal 156 70 54
Decimal 110 56 44
Hex 6E 38 2C

RGB Percentages of Color #6e382c

%52.38
%26.67
%20.95

CMYK Percentages of Color #6e382c

%0
%49
%60
%57

Triadic Colors of #6e382c

#6e382c #2c6e38 #382c6e

Analogous Colors of #6e382c

#6e382c #6e592c #6e2c41

Monochromatic Colors of #6e382c

#6e382c

Complementary Color

#6e382c #2c626e

#6e382c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e382c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e382c Color CSS Codes

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

#6e382c Text Font Color

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

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


#6e382c Background Color

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

This div background color is #6e382c


#6e382c Border Color

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

This div border color is #6e382c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e382c


Comments

No comments written yet.

Please login to write comment.