Color Hex Logo

#67957f Color Hex

#67957F
(103,149,127)
0 Favorites   0 Comments

Color spaces of #67957f

RGB 103149127
HSL0.420.180.49
HSV151°31°58°
CMYK 0.310.000.15   0.42
XYZ20.171725.910824.0168
Yxy25.91080.28780.3696
Hunter Lab50.9027-18.34377.6578
CIE-Lab57.9523-20.51616.6627

#67957f color RGB value is (103,149,127).

#67957f hex color red value is 103, green value is 149 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #67957f hue: 0.42 , saturation: 0.18 and the lightness value of 67957f is 0.49.

The process color (four color CMYK) of #67957f color hex is 0.31, 0.00, 0.15, 0.42. Web safe color of #67957f is #669966. Color #67957f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010101 01111111
Octal 147 225 177
Decimal 103 149 127
Hex 67 95 7F

RGB Percentages of Color #67957f

%27.18
%39.31
%33.51

CMYK Percentages of Color #67957f

%31
%0
%15
%42

Triadic Colors of #67957f

#67957f #7f6795 #957f67

Analogous Colors of #67957f

#67957f #679495 #679568

Monochromatic Colors of #67957f

#67957f

Complementary Color

#67957f #95677d

#67957f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67957f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67957f Color CSS Codes

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

#67957f Text Font Color

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

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


#67957f Background Color

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

This div background color is #67957f


#67957f Border Color

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

This div border color is #67957f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,149,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 #67957f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67957f


Comments

No comments written yet.

Please login to write comment.