Color Hex Logo

#7c313d Color Hex

#7C313D
(124,49,61)
3 Favorites   0 Comments

Color spaces of #7c313d

RGB 1244961
HSL0.970.430.34
HSV350°60°49°
CMYK 0.000.600.51   0.51
XYZ10.25286.81865.1906
Yxy6.81860.46060.3063
Hunter Lab26.112424.38956.4931
CIE-Lab31.390333.74659.1889

#7c313d color RGB value is (124,49,61).

#7c313d hex color red value is 124, green value is 49 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #7c313d hue: 0.97 , saturation: 0.43 and the lightness value of 7c313d is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110001 00111101
Octal 174 61 75
Decimal 124 49 61
Hex 7C 31 3D

RGB Percentages of Color #7c313d

%52.99
%20.94
%26.07

CMYK Percentages of Color #7c313d

%0
%60
%51
%51

Triadic Colors of #7c313d

#7c313d #3d7c31 #313d7c

Analogous Colors of #7c313d

#7c313d #7c4b31 #7c3162

Monochromatic Colors of #7c313d

#7c313d

Complementary Color

#7c313d #317c70

#7c313d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c313d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c313d Color CSS Codes

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

#7c313d Text Font Color

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

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


#7c313d Background Color

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

This div background color is #7c313d


#7c313d Border Color

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

This div border color is #7c313d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,49,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c313d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c313d;
  -webkit-box-shadow: 1px 1px 3px 2px #7c313d;
  box-shadow:         1px 1px 3px 2px #7c313d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,49,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c313d

#7c313d Color Palettes


Comments

No comments written yet.

Please login to write comment.