Color Hex Logo

#7d3410 Color Hex

#7D3410
(125,52,16)
0 Favorites   0 Comments

Color spaces of #7d3410

RGB 1255216
HSL0.060.770.28
HSV20°87°49°
CMYK 0.000.580.87   0.51
XYZ9.77906.85341.2976
Yxy6.85340.54540.3822
Hunter Lab26.179020.864315.3865
CIE-Lab31.470829.675336.1630

#7d3410 color RGB value is (125,52,16).

#7d3410 hex color red value is 125, green value is 52 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #7d3410 hue: 0.06 , saturation: 0.77 and the lightness value of 7d3410 is 0.28.

The process color (four color CMYK) of #7d3410 color hex is 0.00, 0.58, 0.87, 0.51. Web safe color of #7d3410 is #663300. Color #7d3410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110100 00010000
Octal 175 64 20
Decimal 125 52 16
Hex 7D 34 10

RGB Percentages of Color #7d3410

%64.77
%26.94
%8.29

CMYK Percentages of Color #7d3410

%0
%58
%87
%51

Triadic Colors of #7d3410

#7d3410 #107d34 #34107d

Analogous Colors of #7d3410

#7d3410 #7d6b10 #7d1023

Monochromatic Colors of #7d3410

#7d3410

Complementary Color

#7d3410 #10597d

#7d3410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d3410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d3410 Color CSS Codes

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

#7d3410 Text Font Color

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

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


#7d3410 Background Color

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

This div background color is #7d3410


#7d3410 Border Color

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

This div border color is #7d3410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d3410


Comments

No comments written yet.

Please login to write comment.