Color Hex Logo

#67867f Color Hex

#67867F
(103,134,127)
0 Favorites   0 Comments

Color spaces of #67867f

RGB 103134127
HSL0.460.130.46
HSV166°23°53°
CMYK 0.230.000.05   0.47
XYZ17.949421.466123.2760
Yxy21.46610.28630.3424
Hunter Lab46.3315-11.92712.6460
CIE-Lab53.4559-12.51630.1658

#67867f color RGB value is (103,134,127).

#67867f hex color red value is 103, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #67867f hue: 0.46 , saturation: 0.13 and the lightness value of 67867f is 0.46.

The process color (four color CMYK) of #67867f color hex is 0.23, 0.00, 0.05, 0.47. Web safe color of #67867f is #669966. Color #67867f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000110 01111111
Octal 147 206 177
Decimal 103 134 127
Hex 67 86 7F

RGB Percentages of Color #67867f

%28.30
%36.81
%34.89

CMYK Percentages of Color #67867f

%23
%0
%5
%47

Triadic Colors of #67867f

#67867f #7f6786 #867f67

Analogous Colors of #67867f

#67867f #677e86 #678670

Monochromatic Colors of #67867f

#67867f

Complementary Color

#67867f #86676e

#67867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67867f Color CSS Codes

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

#67867f Text Font Color

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

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


#67867f Background Color

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

This div background color is #67867f


#67867f Border Color

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

This div border color is #67867f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,134,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67867f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67867f;
  -webkit-box-shadow: 1px 1px 3px 2px #67867f;
  box-shadow:         1px 1px 3px 2px #67867f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67867f

#67867f Color Palettes


Comments

No comments written yet.

Please login to write comment.