Color Hex Logo

#67535f Color Hex

#67535F
(103,83,95)
0 Favorites   0 Comments

Color spaces of #67535f

RGB 1038395
HSL0.900.110.36
HSV324°19°40°
CMYK 0.000.190.08   0.60
XYZ10.75239.896312.1699
Yxy9.89630.32760.3015
Hunter Lab31.45845.9581-0.9159
CIE-Lab37.655710.5449-3.8300

#67535f color RGB value is (103,83,95).

#67535f hex color red value is 103, green value is 83 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #67535f hue: 0.90 , saturation: 0.11 and the lightness value of 67535f is 0.36.

The process color (four color CMYK) of #67535f color hex is 0.00, 0.19, 0.08, 0.60. Web safe color of #67535f is #666666. Color #67535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010011 01011111
Octal 147 123 137
Decimal 103 83 95
Hex 67 53 5F

RGB Percentages of Color #67535f

%36.65
%29.54
%33.81

CMYK Percentages of Color #67535f

%0
%19
%8
%60

Triadic Colors of #67535f

#67535f #5f6753 #535f67

Analogous Colors of #67535f

#67535f #675355 #655367

Monochromatic Colors of #67535f

#67535f

Complementary Color

#67535f #53675b

#67535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67535f Color CSS Codes

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

#67535f Text Font Color

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

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


#67535f Background Color

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

This div background color is #67535f


#67535f Border Color

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

This div border color is #67535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67535f


Comments

No comments written yet.

Please login to write comment.