Color Hex Logo

#75503b Color Hex

#75503B
(117,80,59)
0 Favorites   0 Comments

Color spaces of #75503b

RGB 1178059
HSL0.060.330.35
HSV22°50°46°
CMYK 0.000.320.50   0.54
XYZ10.99429.83505.4566
Yxy9.83500.41830.3742
Hunter Lab31.36087.695611.6364
CIE-Lab37.544712.823418.5816

#75503b color RGB value is (117,80,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010000 00111011
Octal 165 120 73
Decimal 117 80 59
Hex 75 50 3B

RGB Percentages of Color #75503b

%45.70
%31.25
%23.05

CMYK Percentages of Color #75503b

%0
%32
%50
%54

Triadic Colors of #75503b

#75503b #3b7550 #503b75

Analogous Colors of #75503b

#75503b #756d3b #753b43

Monochromatic Colors of #75503b

#75503b

Complementary Color

#75503b #3b6075

#75503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75503b Color CSS Codes

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

#75503b Text Font Color

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

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


#75503b Background Color

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

This div background color is #75503b


#75503b Border Color

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

This div border color is #75503b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,80,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 #75503b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75503b


Comments

No comments written yet.

Please login to write comment.