Color Hex Logo

#6b472f Color Hex

#6B472F
(107,71,47)
0 Favorites   0 Comments

Color spaces of #6b472f

RGB 1077147
HSL0.070.390.30
HSV24°56°42°
CMYK 0.000.340.56   0.58
XYZ8.82977.83753.7367
Yxy7.83750.43270.3841
Hunter Lab27.99557.306111.6832
CIE-Lab33.642112.475420.5960

#6b472f color RGB value is (107,71,47).

#6b472f hex color red value is 107, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #6b472f hue: 0.07 , saturation: 0.39 and the lightness value of 6b472f is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01000111 00101111
Octal 153 107 57
Decimal 107 71 47
Hex 6B 47 2F

RGB Percentages of Color #6b472f

%47.56
%31.56
%20.89

CMYK Percentages of Color #6b472f

%0
%34
%56
%58

Triadic Colors of #6b472f

#6b472f #2f6b47 #472f6b

Analogous Colors of #6b472f

#6b472f #6b652f #6b2f35

Monochromatic Colors of #6b472f

#6b472f

Complementary Color

#6b472f #2f536b

#6b472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b472f Color CSS Codes

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

#6b472f Text Font Color

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

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


#6b472f Background Color

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

This div background color is #6b472f


#6b472f Border Color

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

This div border color is #6b472f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,71,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b472f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b472f;
  -webkit-box-shadow: 1px 1px 3px 2px #6b472f;
  box-shadow:         1px 1px 3px 2px #6b472f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,71,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b472f


Comments

No comments written yet.

Please login to write comment.