Color Hex Logo

#676e0b Color Hex

#676E0B
(103,110,11)
0 Favorites   0 Comments

Color spaces of #676e0b

RGB 10311011
HSL0.180.820.24
HSV64°90°43°
CMYK 0.060.000.90   0.57
XYZ11.229914.05962.4385
Yxy14.05960.40500.5071
Hunter Lab37.4961-12.158422.3915
CIE-Lab44.3183-14.644647.6223

#676e0b color RGB value is (103,110,11).

#676e0b hex color red value is 103, green value is 110 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #676e0b hue: 0.18 , saturation: 0.82 and the lightness value of 676e0b is 0.24.

The process color (four color CMYK) of #676e0b color hex is 0.06, 0.00, 0.90, 0.57. Web safe color of #676e0b is #666600. Color #676e0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101110 00001011
Octal 147 156 13
Decimal 103 110 11
Hex 67 6E B

RGB Percentages of Color #676e0b

%45.98
%49.11
%4.91

CMYK Percentages of Color #676e0b

%6
%0
%90
%57

Triadic Colors of #676e0b

#676e0b #0b676e #6e0b67

Analogous Colors of #676e0b

#676e0b #366e0b #6e440b

Monochromatic Colors of #676e0b

#676e0b

Complementary Color

#676e0b #120b6e

#676e0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676e0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#676e0b Color CSS Codes

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

#676e0b Text Font Color

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

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


#676e0b Background Color

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

This div background color is #676e0b


#676e0b Border Color

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

This div border color is #676e0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,110,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676e0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676e0b;
  -webkit-box-shadow: 1px 1px 3px 2px #676e0b;
  box-shadow:         1px 1px 3px 2px #676e0b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676e0b


Comments

No comments written yet.

Please login to write comment.