Color Hex Logo

#67484e Color Hex

#67484E
(103,72,78)
0 Favorites   0 Comments

Color spaces of #67484e

RGB 1037278
HSL0.970.180.34
HSV348°30°40°
CMYK 0.000.300.24   0.60
XYZ9.28608.06848.2756
Yxy8.06840.36230.3148
Hunter Lab28.40498.64572.6097
CIE-Lab34.124914.22981.7041

#67484e color RGB value is (103,72,78).

#67484e hex color red value is 103, green value is 72 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #67484e hue: 0.97 , saturation: 0.18 and the lightness value of 67484e is 0.34.

The process color (four color CMYK) of #67484e color hex is 0.00, 0.30, 0.24, 0.60. Web safe color of #67484e is #663366. Color #67484e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001000 01001110
Octal 147 110 116
Decimal 103 72 78
Hex 67 48 4E

RGB Percentages of Color #67484e

%40.71
%28.46
%30.83

CMYK Percentages of Color #67484e

%0
%30
%24
%60

Triadic Colors of #67484e

#67484e #4e6748 #484e67

Analogous Colors of #67484e

#67484e #675248 #67485e

Monochromatic Colors of #67484e

#67484e

Complementary Color

#67484e #486761

#67484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67484e Color CSS Codes

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

#67484e Text Font Color

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

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


#67484e Background Color

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

This div background color is #67484e


#67484e Border Color

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

This div border color is #67484e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67484e


Comments

No comments written yet.

Please login to write comment.