Color Hex Logo

#7c613d Color Hex

#7C613D
(124,97,61)
0 Favorites   0 Comments

Color spaces of #7c613d

RGB 1249761
HSL0.100.340.36
HSV34°51°49°
CMYK 0.000.220.51   0.51
XYZ13.429213.17146.2494
Yxy13.17140.40880.4010
Hunter Lab36.29242.538215.1952
CIE-Lab43.02046.021624.6116

#7c613d color RGB value is (124,97,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100001 00111101
Octal 174 141 75
Decimal 124 97 61
Hex 7C 61 3D

RGB Percentages of Color #7c613d

%43.97
%34.40
%21.63

CMYK Percentages of Color #7c613d

%0
%22
%51
%51

Triadic Colors of #7c613d

#7c613d #3d7c61 #613d7c

Analogous Colors of #7c613d

#7c613d #787c3d #7c423d

Monochromatic Colors of #7c613d

#7c613d

Complementary Color

#7c613d #3d587c

#7c613d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c613d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c613d Color CSS Codes

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

#7c613d Text Font Color

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

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


#7c613d Background Color

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

This div background color is #7c613d


#7c613d Border Color

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

This div border color is #7c613d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,97,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 #7c613d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c613d


Comments

No comments written yet.

Please login to write comment.