Color Hex Logo

#6f831a Color Hex

#6F831A
(111,131,26)
0 Favorites   0 Comments

Color spaces of #6f831a

RGB 11113126
HSL0.200.670.31
HSV71°80°51°
CMYK 0.150.000.80   0.49
XYZ14.858319.68673.9941
Yxy19.68670.38550.5108
Hunter Lab44.3697-17.871825.7216
CIE-Lab51.4811-21.519049.8935

#6f831a color RGB value is (111,131,26).

#6f831a hex color red value is 111, green value is 131 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #6f831a hue: 0.20 , saturation: 0.67 and the lightness value of 6f831a is 0.31.

The process color (four color CMYK) of #6f831a color hex is 0.15, 0.00, 0.80, 0.49. Web safe color of #6f831a is #669933. Color #6f831a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000011 00011010
Octal 157 203 32
Decimal 111 131 26
Hex 6F 83 1A

RGB Percentages of Color #6f831a

%41.42
%48.88
%9.70

CMYK Percentages of Color #6f831a

%15
%0
%80
%49

Triadic Colors of #6f831a

#6f831a #1a6f83 #831a6f

Analogous Colors of #6f831a

#6f831a #3b831a #83631a

Monochromatic Colors of #6f831a

#6f831a

Complementary Color

#6f831a #2e1a83

#6f831a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f831a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f831a Color CSS Codes

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

#6f831a Text Font Color

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

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


#6f831a Background Color

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

This div background color is #6f831a


#6f831a Border Color

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

This div border color is #6f831a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f831a


Comments

No comments written yet.

Please login to write comment.