Color Hex Logo

#6f852a Color Hex

#6F852A
(111,133,42)
0 Favorites   0 Comments

Color spaces of #6f852a

RGB 11113342
HSL0.210.520.34
HSV75°68°52°
CMYK 0.170.000.68   0.48
XYZ15.361020.32175.3034
Yxy20.32170.37480.4958
Hunter Lab45.0796-18.064924.5805
CIE-Lab52.1990-21.609344.5444

#6f852a color RGB value is (111,133,42).

#6f852a hex color red value is 111, green value is 133 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6f852a hue: 0.21 , saturation: 0.52 and the lightness value of 6f852a is 0.34.

The process color (four color CMYK) of #6f852a color hex is 0.17, 0.00, 0.68, 0.48. Web safe color of #6f852a is #669933. Color #6f852a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000101 00101010
Octal 157 205 52
Decimal 111 133 42
Hex 6F 85 2A

RGB Percentages of Color #6f852a

%38.81
%46.50
%14.69

CMYK Percentages of Color #6f852a

%17
%0
%68
%48

Triadic Colors of #6f852a

#6f852a #2a6f85 #852a6f

Analogous Colors of #6f852a

#6f852a #42852a #856e2a

Monochromatic Colors of #6f852a

#6f852a

Complementary Color

#6f852a #402a85

#6f852a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f852a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f852a Color CSS Codes

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

#6f852a Text Font Color

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

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


#6f852a Background Color

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

This div background color is #6f852a


#6f852a Border Color

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

This div border color is #6f852a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f852a


Comments

No comments written yet.

Please login to write comment.