Color Hex Logo

#6b262f Color Hex

#6B262F
(107,38,47)
0 Favorites   0 Comments

Color spaces of #6b262f

RGB 1073847
HSL0.980.480.28
HSV352°64°42°
CMYK 0.000.640.56   0.58
XYZ7.26964.71733.2167
Yxy4.71730.47810.3103
Hunter Lab21.719321.73626.4225
CIE-Lab25.913731.577610.4377

#6b262f color RGB value is (107,38,47).

#6b262f hex color red value is 107, green value is 38 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #6b262f hue: 0.98 , saturation: 0.48 and the lightness value of 6b262f is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00100110 00101111
Octal 153 46 57
Decimal 107 38 47
Hex 6B 26 2F

RGB Percentages of Color #6b262f

%55.73
%19.79
%24.48

CMYK Percentages of Color #6b262f

%0
%64
%56
%58

Triadic Colors of #6b262f

#6b262f #2f6b26 #262f6b

Analogous Colors of #6b262f

#6b262f #6b4026 #6b2652

Monochromatic Colors of #6b262f

#6b262f

Complementary Color

#6b262f #266b62

#6b262f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b262f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b262f Color CSS Codes

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

#6b262f Text Font Color

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

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


#6b262f Background Color

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

This div background color is #6b262f


#6b262f Border Color

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

This div border color is #6b262f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b262f


Comments

No comments written yet.

Please login to write comment.