Color Hex Logo

#75611d Color Hex

#75611D
(117,97,29)
0 Favorites   0 Comments

Color spaces of #75611d

RGB 1179729
HSL0.130.600.29
HSV46°75°46°
CMYK 0.000.170.75   0.54
XYZ11.832612.42002.9361
Yxy12.42000.43520.4568
Hunter Lab35.2420-1.741719.7298
CIE-Lab41.87600.195439.8117

#75611d color RGB value is (117,97,29).

#75611d hex color red value is 117, green value is 97 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #75611d hue: 0.13 , saturation: 0.60 and the lightness value of 75611d is 0.29.

The process color (four color CMYK) of #75611d color hex is 0.00, 0.17, 0.75, 0.54. Web safe color of #75611d is #666633. Color #75611d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100001 00011101
Octal 165 141 35
Decimal 117 97 29
Hex 75 61 1D

RGB Percentages of Color #75611d

%48.15
%39.92
%11.93

CMYK Percentages of Color #75611d

%0
%17
%75
%54

Triadic Colors of #75611d

#75611d #1d7561 #611d75

Analogous Colors of #75611d

#75611d #5d751d #75351d

Monochromatic Colors of #75611d

#75611d

Complementary Color

#75611d #1d3175

#75611d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75611d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75611d Color CSS Codes

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

#75611d Text Font Color

<p style="color:#75611d">Text here</p>

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


#75611d Background Color

<div style="background-color:#75611d">
Div content here</div>

This div background color is #75611d


#75611d Border Color

<div style="border:3px solid #75611d">
Div here</div>

This div border color is #75611d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,97,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75611d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75611d;
  -webkit-box-shadow: 1px 1px 3px 2px #75611d;
  box-shadow:         1px 1px 3px 2px #75611d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75611d


Comments

No comments written yet.

Please login to write comment.