Color Hex Logo

#7d323c Color Hex

#7D323C
(125,50,60)
0 Favorites   0 Comments

Color spaces of #7d323c

RGB 1255060
HSL0.980.430.34
HSV352°60°49°
CMYK 0.000.600.52   0.51
XYZ10.41376.96745.0710
Yxy6.96740.46380.3103
Hunter Lab26.395824.22927.0867
CIE-Lab31.732633.509910.3403

#7d323c color RGB value is (125,50,60).

#7d323c hex color red value is 125, green value is 50 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #7d323c hue: 0.98 , saturation: 0.43 and the lightness value of 7d323c is 0.34.

The process color (four color CMYK) of #7d323c color hex is 0.00, 0.60, 0.52, 0.51. Web safe color of #7d323c is #663333. Color #7d323c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110010 00111100
Octal 175 62 74
Decimal 125 50 60
Hex 7D 32 3C

RGB Percentages of Color #7d323c

%53.19
%21.28
%25.53

CMYK Percentages of Color #7d323c

%0
%60
%52
%51

Triadic Colors of #7d323c

#7d323c #3c7d32 #323c7d

Analogous Colors of #7d323c

#7d323c #7d4e32 #7d3262

Monochromatic Colors of #7d323c

#7d323c

Complementary Color

#7d323c #327d73

#7d323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d323c Color CSS Codes

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

#7d323c Text Font Color

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

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


#7d323c Background Color

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

This div background color is #7d323c


#7d323c Border Color

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

This div border color is #7d323c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d323c


Comments

No comments written yet.

Please login to write comment.