Color Hex Logo

#6b820c Color Hex

#6B820C
(107,130,12)
0 Favorites   0 Comments

Color spaces of #6b820c

RGB 10713012
HSL0.200.830.28
HSV72°91°51°
CMYK 0.180.000.91   0.49
XYZ14.112419.11763.2941
Yxy19.11760.38640.5234
Hunter Lab43.7237-18.903226.1397
CIE-Lab50.8245-23.273652.8954

#6b820c color RGB value is (107,130,12).

#6b820c hex color red value is 107, green value is 130 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #6b820c hue: 0.20 , saturation: 0.83 and the lightness value of 6b820c is 0.28.

The process color (four color CMYK) of #6b820c color hex is 0.18, 0.00, 0.91, 0.49. Web safe color of #6b820c is #669900. Color #6b820c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000010 00001100
Octal 153 202 14
Decimal 107 130 12
Hex 6B 82 C

RGB Percentages of Color #6b820c

%42.97
%52.21
%4.82

CMYK Percentages of Color #6b820c

%18
%0
%91
%49

Triadic Colors of #6b820c

#6b820c #0c6b82 #820c6b

Analogous Colors of #6b820c

#6b820c #30820c #825e0c

Monochromatic Colors of #6b820c

#6b820c

Complementary Color

#6b820c #230c82

#6b820c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b820c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b820c Color CSS Codes

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

#6b820c Text Font Color

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

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


#6b820c Background Color

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

This div background color is #6b820c


#6b820c Border Color

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

This div border color is #6b820c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b820c


Comments

No comments written yet.

Please login to write comment.