Color Hex Logo

#6f844a Color Hex

#6F844A
(111,132,74)
0 Favorites   0 Comments

Color spaces of #6f844a

RGB 11113274
HSL0.230.280.40
HSV82°44°52°
CMYK 0.160.000.44   0.48
XYZ16.042820.37649.5661
Yxy20.37640.34890.4431
Hunter Lab45.1402-15.556619.0334
CIE-Lab52.2601-17.901628.7790

#6f844a color RGB value is (111,132,74).

#6f844a hex color red value is 111, green value is 132 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6f844a hue: 0.23 , saturation: 0.28 and the lightness value of 6f844a is 0.40.

The process color (four color CMYK) of #6f844a color hex is 0.16, 0.00, 0.44, 0.48. Web safe color of #6f844a is #669933. Color #6f844a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000100 01001010
Octal 157 204 112
Decimal 111 132 74
Hex 6F 84 4A

RGB Percentages of Color #6f844a

%35.02
%41.64
%23.34

CMYK Percentages of Color #6f844a

%16
%0
%44
%48

Triadic Colors of #6f844a

#6f844a #4a6f84 #844a6f

Analogous Colors of #6f844a

#6f844a #52844a #847c4a

Monochromatic Colors of #6f844a

#6f844a

Complementary Color

#6f844a #5f4a84

#6f844a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f844a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f844a Color CSS Codes

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

#6f844a Text Font Color

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

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


#6f844a Background Color

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

This div background color is #6f844a


#6f844a Border Color

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

This div border color is #6f844a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f844a


Comments

No comments written yet.

Please login to write comment.