Color Hex Logo

#67826e Color Hex

#67826E
(103,130,110)
0 Favorites   0 Comments

Color spaces of #67826e

RGB 103130110
HSL0.380.120.46
HSV136°21°51°
CMYK 0.210.000.15   0.49
XYZ16.390619.974617.7435
Yxy19.97460.30290.3692
Hunter Lab44.6930-12.74997.7464
CIE-Lab51.8085-13.97227.6692

#67826e color RGB value is (103,130,110).

#67826e hex color red value is 103, green value is 130 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #67826e hue: 0.38 , saturation: 0.12 and the lightness value of 67826e is 0.46.

The process color (four color CMYK) of #67826e color hex is 0.21, 0.00, 0.15, 0.49. Web safe color of #67826e is #669966. Color #67826e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000010 01101110
Octal 147 202 156
Decimal 103 130 110
Hex 67 82 6E

RGB Percentages of Color #67826e

%30.03
%37.90
%32.07

CMYK Percentages of Color #67826e

%21
%0
%15
%49

Triadic Colors of #67826e

#67826e #6e6782 #826e67

Analogous Colors of #67826e

#67826e #67827c #6e8267

Monochromatic Colors of #67826e

#67826e

Complementary Color

#67826e #82677b

#67826e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67826e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67826e Color CSS Codes

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

#67826e Text Font Color

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

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


#67826e Background Color

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

This div background color is #67826e


#67826e Border Color

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

This div border color is #67826e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67826e


Comments

No comments written yet.

Please login to write comment.