Color Hex Logo

#7d3119 Color Hex

#7D3119
(125,49,25)
0 Favorites   0 Comments

Color spaces of #7d3119

RGB 1254925
HSL0.040.670.29
HSV14°80°49°
CMYK 0.000.610.80   0.51
XYZ9.73126.62681.6859
Yxy6.62680.53930.3673
Hunter Lab25.742622.427014.1369
CIE-Lab30.941831.573431.0853

#7d3119 color RGB value is (125,49,25).

#7d3119 hex color red value is 125, green value is 49 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #7d3119 hue: 0.04 , saturation: 0.67 and the lightness value of 7d3119 is 0.29.

The process color (four color CMYK) of #7d3119 color hex is 0.00, 0.61, 0.80, 0.51. Web safe color of #7d3119 is #663300. Color #7d3119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110001 00011001
Octal 175 61 31
Decimal 125 49 25
Hex 7D 31 19

RGB Percentages of Color #7d3119

%62.81
%24.62
%12.56

CMYK Percentages of Color #7d3119

%0
%61
%80
%51

Triadic Colors of #7d3119

#7d3119 #197d31 #31197d

Analogous Colors of #7d3119

#7d3119 #7d6319 #7d1933

Monochromatic Colors of #7d3119

#7d3119

Complementary Color

#7d3119 #19657d

#7d3119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d3119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d3119 Color CSS Codes

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

#7d3119 Text Font Color

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

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


#7d3119 Background Color

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

This div background color is #7d3119


#7d3119 Border Color

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

This div border color is #7d3119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d3119


Comments

No comments written yet.

Please login to write comment.