Color Hex Logo

#67505e Color Hex

#67505E
(103,80,94)
1 Favorites   0 Comments

Color spaces of #67505e

RGB 1038094
HSL0.900.130.36
HSV323°22°40°
CMYK 0.000.220.09   0.60
XYZ10.48269.429011.8572
Yxy9.42900.33000.2968
Hunter Lab30.70677.1994-1.3998
CIE-Lab36.797512.2050-4.4773

#67505e color RGB value is (103,80,94).

#67505e hex color red value is 103, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #67505e hue: 0.90 , saturation: 0.13 and the lightness value of 67505e is 0.36.

The process color (four color CMYK) of #67505e color hex is 0.00, 0.22, 0.09, 0.60. Web safe color of #67505e is #666666. Color #67505e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010000 01011110
Octal 147 120 136
Decimal 103 80 94
Hex 67 50 5E

RGB Percentages of Color #67505e

%37.18
%28.88
%33.94

CMYK Percentages of Color #67505e

%0
%22
%9
%60

Triadic Colors of #67505e

#67505e #5e6750 #505e67

Analogous Colors of #67505e

#67505e #675053 #655067

Monochromatic Colors of #67505e

#67505e

Complementary Color

#67505e #506759

#67505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67505e Color CSS Codes

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

#67505e Text Font Color

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

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


#67505e Background Color

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

This div background color is #67505e


#67505e Border Color

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

This div border color is #67505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67505e


Comments

No comments written yet.

Please login to write comment.