Color Hex Logo

#75842c Color Hex

#75842C
(117,132,44)
0 Favorites   0 Comments

Color spaces of #75842c

RGB 11713244
HSL0.200.500.35
HSV70°67°52°
CMYK 0.110.000.67   0.48
XYZ16.042020.46635.4878
Yxy20.46630.38200.4873
Hunter Lab45.2397-15.873324.4756
CIE-Lab52.3604-18.338243.9857

#75842c color RGB value is (117,132,44).

#75842c hex color red value is 117, green value is 132 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #75842c hue: 0.20 , saturation: 0.50 and the lightness value of 75842c is 0.35.

The process color (four color CMYK) of #75842c color hex is 0.11, 0.00, 0.67, 0.48. Web safe color of #75842c is #669933. Color #75842c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000100 00101100
Octal 165 204 54
Decimal 117 132 44
Hex 75 84 2C

RGB Percentages of Color #75842c

%39.93
%45.05
%15.02

CMYK Percentages of Color #75842c

%11
%0
%67
%48

Triadic Colors of #75842c

#75842c #2c7584 #842c75

Analogous Colors of #75842c

#75842c #49842c #84672c

Monochromatic Colors of #75842c

#75842c

Complementary Color

#75842c #3b2c84

#75842c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75842c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75842c Color CSS Codes

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

#75842c Text Font Color

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

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


#75842c Background Color

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

This div background color is #75842c


#75842c Border Color

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

This div border color is #75842c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75842c


Comments

No comments written yet.

Please login to write comment.