Color Hex Logo

#7d681d Color Hex

#7D681D
(125,104,29)
0 Favorites   0 Comments

Color spaces of #7d681d

RGB 12510429
HSL0.130.620.30
HSV47°77°49°
CMYK 0.000.170.77   0.51
XYZ13.629514.34933.2137
Yxy14.34930.43690.4600
Hunter Lab37.8805-2.066021.4863
CIE-Lab44.7298-0.058142.8984

#7d681d color RGB value is (125,104,29).

#7d681d hex color red value is 125, green value is 104 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7d681d hue: 0.13 , saturation: 0.62 and the lightness value of 7d681d is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01101000 00011101
Octal 175 150 35
Decimal 125 104 29
Hex 7D 68 1D

RGB Percentages of Color #7d681d

%48.45
%40.31
%11.24

CMYK Percentages of Color #7d681d

%0
%17
%77
%51

Triadic Colors of #7d681d

#7d681d #1d7d68 #681d7d

Analogous Colors of #7d681d

#7d681d #627d1d #7d381d

Monochromatic Colors of #7d681d

#7d681d

Complementary Color

#7d681d #1d327d

#7d681d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d681d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d681d Color CSS Codes

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

#7d681d Text Font Color

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

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


#7d681d Background Color

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

This div background color is #7d681d


#7d681d Border Color

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

This div border color is #7d681d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d681d


Comments

No comments written yet.

Please login to write comment.