Color Hex Logo

#75813c Color Hex

#75813C
(117,129,60)
0 Favorites   0 Comments

Color spaces of #75813c

RGB 11712960
HSL0.200.370.37
HSV70°53°51°
CMYK 0.090.000.53   0.49
XYZ16.002019.80877.2550
Yxy19.80870.37160.4600
Hunter Lab44.5070-13.709421.4901
CIE-Lab51.6202-15.377835.5050

#75813c color RGB value is (117,129,60).

#75813c hex color red value is 117, green value is 129 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #75813c hue: 0.20 , saturation: 0.37 and the lightness value of 75813c is 0.37.

The process color (four color CMYK) of #75813c color hex is 0.09, 0.00, 0.53, 0.49. Web safe color of #75813c is #669933. Color #75813c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000001 00111100
Octal 165 201 74
Decimal 117 129 60
Hex 75 81 3C

RGB Percentages of Color #75813c

%38.24
%42.16
%19.61

CMYK Percentages of Color #75813c

%9
%0
%53
%49

Triadic Colors of #75813c

#75813c #3c7581 #813c75

Analogous Colors of #75813c

#75813c #53813c #816b3c

Monochromatic Colors of #75813c

#75813c

Complementary Color

#75813c #483c81

#75813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75813c Color CSS Codes

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

#75813c Text Font Color

<p style="color:#75813c">Text here</p>

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


#75813c Background Color

<div style="background-color:#75813c">
Div content here</div>

This div background color is #75813c


#75813c Border Color

<div style="border:3px solid #75813c">
Div here</div>

This div border color is #75813c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75813c


Comments

No comments written yet.

Please login to write comment.