Color Hex Logo

#6b831f Color Hex

#6B831F
(107,131,31)
0 Favorites   0 Comments

Color spaces of #6b831f

RGB 10713131
HSL0.210.620.32
HSV74°76°51°
CMYK 0.180.000.76   0.49
XYZ14.427019.45734.2916
Yxy19.45730.37790.5097
Hunter Lab44.1104-18.812125.1088
CIE-Lab51.2180-23.016647.8293

#6b831f color RGB value is (107,131,31).

#6b831f hex color red value is 107, green value is 131 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #6b831f hue: 0.21 , saturation: 0.62 and the lightness value of 6b831f is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000011 00011111
Octal 153 203 37
Decimal 107 131 31
Hex 6B 83 1F

RGB Percentages of Color #6b831f

%39.78
%48.70
%11.52

CMYK Percentages of Color #6b831f

%18
%0
%76
%49

Triadic Colors of #6b831f

#6b831f #1f6b83 #831f6b

Analogous Colors of #6b831f

#6b831f #39831f #83691f

Monochromatic Colors of #6b831f

#6b831f

Complementary Color

#6b831f #371f83

#6b831f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b831f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b831f Color CSS Codes

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

#6b831f Text Font Color

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

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


#6b831f Background Color

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

This div background color is #6b831f


#6b831f Border Color

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

This div border color is #6b831f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b831f


Comments

No comments written yet.

Please login to write comment.