Color Hex Logo

#6b482f Color Hex

#6B482F
(107,72,47)
0 Favorites   0 Comments

Color spaces of #6b482f

RGB 1077247
HSL0.070.390.30
HSV25°56°42°
CMYK 0.000.330.56   0.58
XYZ8.89397.96583.7581
Yxy7.96580.43140.3864
Hunter Lab28.22376.857611.8619
CIE-Lab33.911611.861620.9367

#6b482f color RGB value is (107,72,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01001000 00101111
Octal 153 110 57
Decimal 107 72 47
Hex 6B 48 2F

RGB Percentages of Color #6b482f

%47.35
%31.86
%20.80

CMYK Percentages of Color #6b482f

%0
%33
%56
%58

Triadic Colors of #6b482f

#6b482f #2f6b48 #482f6b

Analogous Colors of #6b482f

#6b482f #6b662f #6b2f34

Monochromatic Colors of #6b482f

#6b482f

Complementary Color

#6b482f #2f526b

#6b482f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b482f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b482f Color CSS Codes

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

#6b482f Text Font Color

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

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


#6b482f Background Color

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

This div background color is #6b482f


#6b482f Border Color

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

This div border color is #6b482f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,72,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 #6b482f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b482f


Comments

No comments written yet.

Please login to write comment.