Color Hex Logo

#75703b Color Hex

#75703B
(117,112,59)
0 Favorites   0 Comments

Color spaces of #75703b

RGB 11711259
HSL0.150.330.35
HSV55°50°46°
CMYK 0.000.040.50   0.54
XYZ13.919715.68606.4317
Yxy15.68600.38630.4353
Hunter Lab39.6056-6.574418.0956
CIE-Lab46.5598-6.101829.9711

#75703b color RGB value is (117,112,59).

#75703b hex color red value is 117, green value is 112 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #75703b hue: 0.15 , saturation: 0.33 and the lightness value of 75703b is 0.35.

The process color (four color CMYK) of #75703b color hex is 0.00, 0.04, 0.50, 0.54. Web safe color of #75703b is #666633. Color #75703b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110000 00111011
Octal 165 160 73
Decimal 117 112 59
Hex 75 70 3B

RGB Percentages of Color #75703b

%40.63
%38.89
%20.49

CMYK Percentages of Color #75703b

%0
%4
%50
%54

Triadic Colors of #75703b

#75703b #3b7570 #703b75

Analogous Colors of #75703b

#75703b #5d753b #75533b

Monochromatic Colors of #75703b

#75703b

Complementary Color

#75703b #3b4075

#75703b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75703b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75703b Color CSS Codes

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

#75703b Text Font Color

<p style="color:#75703b">Text here</p>

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


#75703b Background Color

<div style="background-color:#75703b">
Div content here</div>

This div background color is #75703b


#75703b Border Color

<div style="border:3px solid #75703b">
Div here</div>

This div border color is #75703b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,112,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75703b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75703b;
  -webkit-box-shadow: 1px 1px 3px 2px #75703b;
  box-shadow:         1px 1px 3px 2px #75703b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75703b


Comments

No comments written yet.

Please login to write comment.