Color Hex Logo

#6f313c Color Hex

#6F313C
(111,49,60)
0 Favorites   0 Comments

Color spaces of #6f313c

RGB 1114960
HSL0.970.390.31
HSV349°56°44°
CMYK 0.000.560.46   0.56
XYZ8.46955.90244.9678
Yxy5.90240.43790.3052
Hunter Lab24.294919.71144.8828
CIE-Lab29.164928.65186.4047

#6f313c color RGB value is (111,49,60).

#6f313c hex color red value is 111, green value is 49 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #6f313c hue: 0.97 , saturation: 0.39 and the lightness value of 6f313c is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110001 00111100
Octal 157 61 74
Decimal 111 49 60
Hex 6F 31 3C

RGB Percentages of Color #6f313c

%50.45
%22.27
%27.27

CMYK Percentages of Color #6f313c

%0
%56
%46
%56

Triadic Colors of #6f313c

#6f313c #3c6f31 #313c6f

Analogous Colors of #6f313c

#6f313c #6f4531 #6f315b

Monochromatic Colors of #6f313c

#6f313c

Complementary Color

#6f313c #316f64

#6f313c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f313c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f313c Color CSS Codes

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

#6f313c Text Font Color

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

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


#6f313c Background Color

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

This div background color is #6f313c


#6f313c Border Color

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

This div border color is #6f313c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f313c


Comments

No comments written yet.

Please login to write comment.