Color Hex Logo

#67a49e Color Hex

#67A49E
(103,164,158)
0 Favorites   0 Comments

Color spaces of #67a49e

RGB 103164158
HSL0.480.250.52
HSV174°37°64°
CMYK 0.370.000.04   0.36
XYZ25.040531.903137.1859
Yxy31.90310.26600.3389
Hunter Lab56.4828-19.71060.5040
CIE-Lab63.2627-21.1175-3.1387

#67a49e color RGB value is (103,164,158).

#67a49e hex color red value is 103, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #67a49e hue: 0.48 , saturation: 0.25 and the lightness value of 67a49e is 0.52.

The process color (four color CMYK) of #67a49e color hex is 0.37, 0.00, 0.04, 0.36. Web safe color of #67a49e is #669999. Color #67a49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10100100 10011110
Octal 147 244 236
Decimal 103 164 158
Hex 67 A4 9E

RGB Percentages of Color #67a49e

%24.24
%38.59
%37.18

CMYK Percentages of Color #67a49e

%37
%0
%4
%36

Triadic Colors of #67a49e

#67a49e #9e67a4 #a49e67

Analogous Colors of #67a49e

#67a49e #678ca4 #67a480

Monochromatic Colors of #67a49e

#67a49e

Complementary Color

#67a49e #a4676d

#67a49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67a49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67a49e Color CSS Codes

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

#67a49e Text Font Color

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

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


#67a49e Background Color

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

This div background color is #67a49e


#67a49e Border Color

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

This div border color is #67a49e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,164,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67a49e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67a49e;
  -webkit-box-shadow: 1px 1px 3px 2px #67a49e;
  box-shadow:         1px 1px 3px 2px #67a49e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67a49e


Comments

No comments written yet.

Please login to write comment.