Color Hex Logo

#67523f Color Hex

#67523F
(103,82,63)
0 Favorites   0 Comments

Color spaces of #67523f

RGB 1038263
HSL0.080.240.33
HSV29°39°40°
CMYK 0.000.200.39   0.60
XYZ9.50809.27705.9921
Yxy9.27700.38370.3744
Hunter Lab30.45822.41989.6565
CIE-Lab36.51225.760514.4643

#67523f color RGB value is (103,82,63).

#67523f hex color red value is 103, green value is 82 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #67523f hue: 0.08 , saturation: 0.24 and the lightness value of 67523f is 0.33.

The process color (four color CMYK) of #67523f color hex is 0.00, 0.20, 0.39, 0.60. Web safe color of #67523f is #666633. Color #67523f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010010 00111111
Octal 147 122 77
Decimal 103 82 63
Hex 67 52 3F

RGB Percentages of Color #67523f

%41.53
%33.06
%25.40

CMYK Percentages of Color #67523f

%0
%20
%39
%60

Triadic Colors of #67523f

#67523f #3f6752 #523f67

Analogous Colors of #67523f

#67523f #67663f #673f40

Monochromatic Colors of #67523f

#67523f

Complementary Color

#67523f #3f5467

#67523f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67523f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67523f Color CSS Codes

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

#67523f Text Font Color

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

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


#67523f Background Color

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

This div background color is #67523f


#67523f Border Color

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

This div border color is #67523f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67523f


Comments

No comments written yet.

Please login to write comment.