Color Hex Logo

#6f752d Color Hex

#6F752D
(111,117,45)
0 Favorites   0 Comments

Color spaces of #6f752d

RGB 11111745
HSL0.180.440.32
HSV65°62°46°
CMYK 0.050.000.62   0.54
XYZ13.390516.29154.9215
Yxy16.29150.38700.4708
Hunter Lab40.3627-11.416721.0246
CIE-Lab47.3546-12.910937.9891

#6f752d color RGB value is (111,117,45).

#6f752d hex color red value is 111, green value is 117 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #6f752d hue: 0.18 , saturation: 0.44 and the lightness value of 6f752d is 0.32.

The process color (four color CMYK) of #6f752d color hex is 0.05, 0.00, 0.62, 0.54. Web safe color of #6f752d is #666633. Color #6f752d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01110101 00101101
Octal 157 165 55
Decimal 111 117 45
Hex 6F 75 2D

RGB Percentages of Color #6f752d

%40.66
%42.86
%16.48

CMYK Percentages of Color #6f752d

%5
%0
%62
%54

Triadic Colors of #6f752d

#6f752d #2d6f75 #752d6f

Analogous Colors of #6f752d

#6f752d #4b752d #75572d

Monochromatic Colors of #6f752d

#6f752d

Complementary Color

#6f752d #332d75

#6f752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f752d Color CSS Codes

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

#6f752d Text Font Color

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

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


#6f752d Background Color

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

This div background color is #6f752d


#6f752d Border Color

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

This div border color is #6f752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f752d


Comments

No comments written yet.

Please login to write comment.