Color Hex Logo

#676925 Color Hex

#676925
(103,105,37)
0 Favorites   0 Comments

Color spaces of #676925

RGB 10310537
HSL0.170.480.28
HSV62°65°41°
CMYK 0.020.000.65   0.59
XYZ10.979013.12033.7041
Yxy13.12030.39490.4719
Hunter Lab36.2220-9.284519.2923
CIE-Lab42.9440-10.561736.8231

#676925 color RGB value is (103,105,37).

#676925 hex color red value is 103, green value is 105 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #676925 hue: 0.17 , saturation: 0.48 and the lightness value of 676925 is 0.28.

The process color (four color CMYK) of #676925 color hex is 0.02, 0.00, 0.65, 0.59. Web safe color of #676925 is #666633. Color #676925 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101001 00100101
Octal 147 151 45
Decimal 103 105 37
Hex 67 69 25

RGB Percentages of Color #676925

%42.04
%42.86
%15.10

CMYK Percentages of Color #676925

%2
%0
%65
%59

Triadic Colors of #676925

#676925 #256769 #692567

Analogous Colors of #676925

#676925 #456925 #694925

Monochromatic Colors of #676925

#676925

Complementary Color

#676925 #272569

#676925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676925 Color CSS Codes

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

#676925 Text Font Color

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

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


#676925 Background Color

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

This div background color is #676925


#676925 Border Color

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

This div border color is #676925


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,105,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676925; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676925;
  -webkit-box-shadow: 1px 1px 3px 2px #676925;
  box-shadow:         1px 1px 3px 2px #676925; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676925


Comments

No comments written yet.

Please login to write comment.