Color Hex Logo

#6f3b2a Color Hex

#6F3B2A
(111,59,42)
0 Favorites   0 Comments

Color spaces of #6f3b2a

RGB 1115942
HSL0.040.450.30
HSV15°62°44°
CMYK 0.000.470.62   0.56
XYZ8.53746.67463.0288
Yxy6.67460.46800.3659
Hunter Lab25.835213.774611.1338
CIE-Lab31.054321.102720.5290

#6f3b2a color RGB value is (111,59,42).

#6f3b2a hex color red value is 111, green value is 59 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6f3b2a hue: 0.04 , saturation: 0.45 and the lightness value of 6f3b2a is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111011 00101010
Octal 157 73 52
Decimal 111 59 42
Hex 6F 3B 2A

RGB Percentages of Color #6f3b2a

%52.36
%27.83
%19.81

CMYK Percentages of Color #6f3b2a

%0
%47
%62
%56

Triadic Colors of #6f3b2a

#6f3b2a #2a6f3b #3b2a6f

Analogous Colors of #6f3b2a

#6f3b2a #6f5e2a #6f2a3b

Monochromatic Colors of #6f3b2a

#6f3b2a

Complementary Color

#6f3b2a #2a5e6f

#6f3b2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3b2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3b2a Color CSS Codes

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

#6f3b2a Text Font Color

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

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


#6f3b2a Background Color

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

This div background color is #6f3b2a


#6f3b2a Border Color

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

This div border color is #6f3b2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f3b2a


Comments

No comments written yet.

Please login to write comment.