Color Hex Logo

#6e525f Color Hex

#6E525F
(110,82,95)
0 Favorites   0 Comments

Color spaces of #6e525f

RGB 1108295
HSL0.920.150.38
HSV332°25°43°
CMYK 0.000.250.14   0.57
XYZ11.513310.175812.1838
Yxy10.17580.33990.3004
Hunter Lab31.89958.6007-0.3157
CIE-Lab38.156113.9632-3.0038

#6e525f color RGB value is (110,82,95).

#6e525f hex color red value is 110, green value is 82 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6e525f hue: 0.92 , saturation: 0.15 and the lightness value of 6e525f is 0.38.

The process color (four color CMYK) of #6e525f color hex is 0.00, 0.25, 0.14, 0.57. Web safe color of #6e525f is #666666. Color #6e525f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01010010 01011111
Octal 156 122 137
Decimal 110 82 95
Hex 6E 52 5F

RGB Percentages of Color #6e525f

%38.33
%28.57
%33.10

CMYK Percentages of Color #6e525f

%0
%25
%14
%57

Triadic Colors of #6e525f

#6e525f #5f6e52 #525f6e

Analogous Colors of #6e525f

#6e525f #6e5352 #6e526d

Monochromatic Colors of #6e525f

#6e525f

Complementary Color

#6e525f #526e61

#6e525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e525f Color CSS Codes

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

#6e525f Text Font Color

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

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


#6e525f Background Color

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

This div background color is #6e525f


#6e525f Border Color

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

This div border color is #6e525f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e525f


Comments

No comments written yet.

Please login to write comment.