Color Hex Logo

#75811f Color Hex

#75811F
(117,129,31)
0 Favorites   0 Comments

Color spaces of #75811f

RGB 11712931
HSL0.190.610.31
HSV67°76°51°
CMYK 0.090.000.76   0.49
XYZ15.433719.58144.2625
Yxy19.58140.39290.4985
Hunter Lab44.2509-15.182325.2645
CIE-Lab51.3606-17.566548.2293

#75811f color RGB value is (117,129,31).

#75811f hex color red value is 117, green value is 129 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #75811f hue: 0.19 , saturation: 0.61 and the lightness value of 75811f is 0.31.

The process color (four color CMYK) of #75811f color hex is 0.09, 0.00, 0.76, 0.49. Web safe color of #75811f is #669933. Color #75811f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000001 00011111
Octal 165 201 37
Decimal 117 129 31
Hex 75 81 1F

RGB Percentages of Color #75811f

%42.24
%46.57
%11.19

CMYK Percentages of Color #75811f

%9
%0
%76
%49

Triadic Colors of #75811f

#75811f #1f7581 #811f75

Analogous Colors of #75811f

#75811f #44811f #815c1f

Monochromatic Colors of #75811f

#75811f

Complementary Color

#75811f #2b1f81

#75811f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75811f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75811f Color CSS Codes

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

#75811f Text Font Color

<p style="color:#75811f">Text here</p>

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


#75811f Background Color

<div style="background-color:#75811f">
Div content here</div>

This div background color is #75811f


#75811f Border Color

<div style="border:3px solid #75811f">
Div here</div>

This div border color is #75811f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,129,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75811f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75811f;
  -webkit-box-shadow: 1px 1px 3px 2px #75811f;
  box-shadow:         1px 1px 3px 2px #75811f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75811f


Comments

No comments written yet.

Please login to write comment.