Color Hex Logo

#6f374c Color Hex

#6F374C
(111,55,76)
0 Favorites   0 Comments

Color spaces of #6f374c

RGB 1115576
HSL0.940.340.33
HSV338°50°44°
CMYK 0.000.500.32   0.56
XYZ9.22626.63377.6316
Yxy6.63370.39270.2824
Hunter Lab25.756018.86860.4613
CIE-Lab30.958027.3849-1.4988

#6f374c color RGB value is (111,55,76).

#6f374c hex color red value is 111, green value is 55 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #6f374c hue: 0.94 , saturation: 0.34 and the lightness value of 6f374c is 0.33.

The process color (four color CMYK) of #6f374c color hex is 0.00, 0.50, 0.32, 0.56. Web safe color of #6f374c is #663333. Color #6f374c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110111 01001100
Octal 157 67 114
Decimal 111 55 76
Hex 6F 37 4C

RGB Percentages of Color #6f374c

%45.87
%22.73
%31.40

CMYK Percentages of Color #6f374c

%0
%50
%32
%56

Triadic Colors of #6f374c

#6f374c #4c6f37 #374c6f

Analogous Colors of #6f374c

#6f374c #6f3e37 #6f3768

Monochromatic Colors of #6f374c

#6f374c

Complementary Color

#6f374c #376f5a

#6f374c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f374c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f374c Color CSS Codes

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

#6f374c Text Font Color

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

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


#6f374c Background Color

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

This div background color is #6f374c


#6f374c Border Color

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

This div border color is #6f374c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,55,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f374c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f374c;
  -webkit-box-shadow: 1px 1px 3px 2px #6f374c;
  box-shadow:         1px 1px 3px 2px #6f374c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,55,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f374c


Comments

No comments written yet.

Please login to write comment.