Color Hex Logo

#6b823e Color Hex

#6B823E
(107,130,62)
0 Favorites   0 Comments

Color spaces of #6b823e

RGB 10713062
HSL0.220.350.38
HSV80°52°51°
CMYK 0.180.000.52   0.49
XYZ14.915519.43897.5234
Yxy19.43890.35620.4642
Hunter Lab44.0896-16.770220.7455
CIE-Lab51.1968-19.948333.7871

#6b823e color RGB value is (107,130,62).

#6b823e hex color red value is 107, green value is 130 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6b823e hue: 0.22 , saturation: 0.35 and the lightness value of 6b823e is 0.38.

The process color (four color CMYK) of #6b823e color hex is 0.18, 0.00, 0.52, 0.49. Web safe color of #6b823e is #669933. Color #6b823e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000010 00111110
Octal 153 202 76
Decimal 107 130 62
Hex 6B 82 3E

RGB Percentages of Color #6b823e

%35.79
%43.48
%20.74

CMYK Percentages of Color #6b823e

%18
%0
%52
%49

Triadic Colors of #6b823e

#6b823e #3e6b82 #823e6b

Analogous Colors of #6b823e

#6b823e #49823e #82773e

Monochromatic Colors of #6b823e

#6b823e

Complementary Color

#6b823e #553e82

#6b823e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b823e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b823e Color CSS Codes

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

#6b823e Text Font Color

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

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


#6b823e Background Color

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

This div background color is #6b823e


#6b823e Border Color

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

This div border color is #6b823e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b823e


Comments

No comments written yet.

Please login to write comment.