Color Hex Logo

#7d5d11 Color Hex

#7D5D11
(125,93,17)
0 Favorites   0 Comments

Color spaces of #7d5d11

RGB 1259317
HSL0.120.760.28
HSV42°86°49°
CMYK 0.000.260.86   0.51
XYZ12.473012.22912.2334
Yxy12.22910.46310.4540
Hunter Lab34.97012.468920.6925
CIE-Lab41.57795.905344.5247

#7d5d11 color RGB value is (125,93,17).

#7d5d11 hex color red value is 125, green value is 93 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #7d5d11 hue: 0.12 , saturation: 0.76 and the lightness value of 7d5d11 is 0.28.

The process color (four color CMYK) of #7d5d11 color hex is 0.00, 0.26, 0.86, 0.51. Web safe color of #7d5d11 is #666600. Color #7d5d11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011101 00010001
Octal 175 135 21
Decimal 125 93 17
Hex 7D 5D 11

RGB Percentages of Color #7d5d11

%53.19
%39.57
%7.23

CMYK Percentages of Color #7d5d11

%0
%26
%86
%51

Triadic Colors of #7d5d11

#7d5d11 #117d5d #5d117d

Analogous Colors of #7d5d11

#7d5d11 #677d11 #7d2711

Monochromatic Colors of #7d5d11

#7d5d11

Complementary Color

#7d5d11 #11317d

#7d5d11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5d11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5d11 Color CSS Codes

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

#7d5d11 Text Font Color

<p style="color:#7d5d11">Text here</p>

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


#7d5d11 Background Color

<div style="background-color:#7d5d11">
Div content here</div>

This div background color is #7d5d11


#7d5d11 Border Color

<div style="border:3px solid #7d5d11">
Div here</div>

This div border color is #7d5d11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,93,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d5d11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d5d11;
  -webkit-box-shadow: 1px 1px 3px 2px #7d5d11;
  box-shadow:         1px 1px 3px 2px #7d5d11; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,93,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5d11


Comments

No comments written yet.

Please login to write comment.