Color Hex Logo

#677d2d Color Hex

#677D2D
(103,125,45)
0 Favorites   0 Comments

Color spaces of #677d2d

RGB 10312545
HSL0.210.470.33
HSV77°64°49°
CMYK 0.180.000.64   0.51
XYZ13.400817.74035.2005
Yxy17.74030.36870.4882
Hunter Lab42.1192-16.916522.1629
CIE-Lab49.1796-20.710539.8140

#677d2d color RGB value is (103,125,45).

#677d2d hex color red value is 103, green value is 125 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #677d2d hue: 0.21 , saturation: 0.47 and the lightness value of 677d2d is 0.33.

The process color (four color CMYK) of #677d2d color hex is 0.18, 0.00, 0.64, 0.51. Web safe color of #677d2d is #666633. Color #677d2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111101 00101101
Octal 147 175 55
Decimal 103 125 45
Hex 67 7D 2D

RGB Percentages of Color #677d2d

%37.73
%45.79
%16.48

CMYK Percentages of Color #677d2d

%18
%0
%64
%51

Triadic Colors of #677d2d

#677d2d #2d677d #7d2d67

Analogous Colors of #677d2d

#677d2d #3f7d2d #7d6b2d

Monochromatic Colors of #677d2d

#677d2d

Complementary Color

#677d2d #432d7d

#677d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#677d2d Color CSS Codes

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

#677d2d Text Font Color

<p style="color:#677d2d">Text here</p>

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


#677d2d Background Color

<div style="background-color:#677d2d">
Div content here</div>

This div background color is #677d2d


#677d2d Border Color

<div style="border:3px solid #677d2d">
Div here</div>

This div border color is #677d2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,125,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #677d2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #677d2d;
  -webkit-box-shadow: 1px 1px 3px 2px #677d2d;
  box-shadow:         1px 1px 3px 2px #677d2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677d2d


Comments

No comments written yet.

Please login to write comment.