Color Hex Logo

#6f7252 Color Hex

#6F7252
(111,114,82)
0 Favorites   0 Comments

Color spaces of #6f7252

RGB 11111482
HSL0.180.160.38
HSV66°28°45°
CMYK 0.030.000.28   0.55
XYZ14.095816.023310.3325
Yxy16.02330.34850.3961
Hunter Lab40.0291-7.194212.7162
CIE-Lab47.0050-6.914217.4048

#6f7252 color RGB value is (111,114,82).

#6f7252 hex color red value is 111, green value is 114 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #6f7252 hue: 0.18 , saturation: 0.16 and the lightness value of 6f7252 is 0.38.

The process color (four color CMYK) of #6f7252 color hex is 0.03, 0.00, 0.28, 0.55. Web safe color of #6f7252 is #666666. Color #6f7252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01110010 01010010
Octal 157 162 122
Decimal 111 114 82
Hex 6F 72 52

RGB Percentages of Color #6f7252

%36.16
%37.13
%26.71

CMYK Percentages of Color #6f7252

%3
%0
%28
%55

Triadic Colors of #6f7252

#6f7252 #526f72 #72526f

Analogous Colors of #6f7252

#6f7252 #5f7252 #726552

Monochromatic Colors of #6f7252

#6f7252

Complementary Color

#6f7252 #555272

#6f7252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f7252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f7252 Color CSS Codes

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

#6f7252 Text Font Color

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

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


#6f7252 Background Color

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

This div background color is #6f7252


#6f7252 Border Color

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

This div border color is #6f7252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f7252


Comments

No comments written yet.

Please login to write comment.