Color Hex Logo

#75883e Color Hex

#75883E
(117,136,62)
0 Favorites   0 Comments

Color spaces of #75883e

RGB 11713662
HSL0.210.370.39
HSV75°54°53°
CMYK 0.140.000.54   0.47
XYZ17.009821.73807.8568
Yxy21.73800.36500.4664
Hunter Lab46.6240-16.470122.6456
CIE-Lab53.7479-18.870436.9908

#75883e color RGB value is (117,136,62).

#75883e hex color red value is 117, green value is 136 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #75883e hue: 0.21 , saturation: 0.37 and the lightness value of 75883e is 0.39.

The process color (four color CMYK) of #75883e color hex is 0.14, 0.00, 0.54, 0.47. Web safe color of #75883e is #669933. Color #75883e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001000 00111110
Octal 165 210 76
Decimal 117 136 62
Hex 75 88 3E

RGB Percentages of Color #75883e

%37.14
%43.17
%19.68

CMYK Percentages of Color #75883e

%14
%0
%54
%47

Triadic Colors of #75883e

#75883e #3e7588 #883e75

Analogous Colors of #75883e

#75883e #50883e #88763e

Monochromatic Colors of #75883e

#75883e

Complementary Color

#75883e #513e88

#75883e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75883e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75883e Color CSS Codes

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

#75883e Text Font Color

<p style="color:#75883e">Text here</p>

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


#75883e Background Color

<div style="background-color:#75883e">
Div content here</div>

This div background color is #75883e


#75883e Border Color

<div style="border:3px solid #75883e">
Div here</div>

This div border color is #75883e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,136,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75883e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75883e;
  -webkit-box-shadow: 1px 1px 3px 2px #75883e;
  box-shadow:         1px 1px 3px 2px #75883e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75883e


Comments

No comments written yet.

Please login to write comment.