Color Hex Logo

#7d8462 Color Hex

#7D8462
(125,132,98)
0 Favorites   0 Comments

Color spaces of #7d8462

RGB 12513298
HSL0.200.150.45
HSV72°26°52°
CMYK 0.050.000.26   0.48
XYZ18.913321.744314.7555
Yxy21.74430.34130.3924
Hunter Lab46.6308-9.204813.8803
CIE-Lab53.7546-8.758417.5373

#7d8462 color RGB value is (125,132,98).

#7d8462 hex color red value is 125, green value is 132 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #7d8462 hue: 0.20 , saturation: 0.15 and the lightness value of 7d8462 is 0.45.

The process color (four color CMYK) of #7d8462 color hex is 0.05, 0.00, 0.26, 0.48. Web safe color of #7d8462 is #669966. Color #7d8462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000100 01100010
Octal 175 204 142
Decimal 125 132 98
Hex 7D 84 62

RGB Percentages of Color #7d8462

%35.21
%37.18
%27.61

CMYK Percentages of Color #7d8462

%5
%0
%26
%48

Triadic Colors of #7d8462

#7d8462 #627d84 #84627d

Analogous Colors of #7d8462

#7d8462 #6c8462 #847a62

Monochromatic Colors of #7d8462

#7d8462

Complementary Color

#7d8462 #696284

#7d8462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8462 Color CSS Codes

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

#7d8462 Text Font Color

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

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


#7d8462 Background Color

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

This div background color is #7d8462


#7d8462 Border Color

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

This div border color is #7d8462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8462


Comments

No comments written yet.

Please login to write comment.