Color Hex Logo

#67384f Color Hex

#67384F
(103,56,79)
0 Favorites   0 Comments

Color spaces of #67384f

RGB 1035679
HSL0.920.300.31
HSV331°46°40°
CMYK 0.000.460.23   0.60
XYZ8.41906.27648.1649
Yxy6.27640.36830.2746
Hunter Lab25.052716.1428-1.7862
CIE-Lab30.099424.1791-4.8571

#67384f color RGB value is (103,56,79).

#67384f hex color red value is 103, green value is 56 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #67384f hue: 0.92 , saturation: 0.30 and the lightness value of 67384f is 0.31.

The process color (four color CMYK) of #67384f color hex is 0.00, 0.46, 0.23, 0.60. Web safe color of #67384f is #663366. Color #67384f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00111000 01001111
Octal 147 70 117
Decimal 103 56 79
Hex 67 38 4F

RGB Percentages of Color #67384f

%43.28
%23.53
%33.19

CMYK Percentages of Color #67384f

%0
%46
%23
%60

Triadic Colors of #67384f

#67384f #4f6738 #384f67

Analogous Colors of #67384f

#67384f #673938 #673867

Monochromatic Colors of #67384f

#67384f

Complementary Color

#67384f #386750

#67384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67384f Color CSS Codes

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

#67384f Text Font Color

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

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


#67384f Background Color

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

This div background color is #67384f


#67384f Border Color

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

This div border color is #67384f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67384f


Comments

No comments written yet.

Please login to write comment.