Color Hex Logo

#7d5845 Color Hex

#7D5845
(125,88,69)
0 Favorites   0 Comments

Color spaces of #7d5845

RGB 1258869
HSL0.060.290.38
HSV20°45°49°
CMYK 0.000.300.45   0.51
XYZ13.021311.76917.2156
Yxy11.76910.40680.3677
Hunter Lab34.30617.716111.5438
CIE-Lab40.846812.726817.0771

#7d5845 color RGB value is (125,88,69).

#7d5845 hex color red value is 125, green value is 88 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #7d5845 hue: 0.06 , saturation: 0.29 and the lightness value of 7d5845 is 0.38.

The process color (four color CMYK) of #7d5845 color hex is 0.00, 0.30, 0.45, 0.51. Web safe color of #7d5845 is #666633. Color #7d5845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011000 01000101
Octal 175 130 105
Decimal 125 88 69
Hex 7D 58 45

RGB Percentages of Color #7d5845

%44.33
%31.21
%24.47

CMYK Percentages of Color #7d5845

%0
%30
%45
%51

Triadic Colors of #7d5845

#7d5845 #457d58 #58457d

Analogous Colors of #7d5845

#7d5845 #7d7445 #7d454e

Monochromatic Colors of #7d5845

#7d5845

Complementary Color

#7d5845 #456a7d

#7d5845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5845 Color CSS Codes

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

#7d5845 Text Font Color

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

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


#7d5845 Background Color

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

This div background color is #7d5845


#7d5845 Border Color

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

This div border color is #7d5845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5845


Comments

No comments written yet.

Please login to write comment.