Color Hex Logo

#67384d Color Hex

#67384D
(103,56,77)
0 Favorites   0 Comments

Color spaces of #67384d

RGB 1035677
HSL0.930.300.31
HSV333°46°40°
CMYK 0.000.460.25   0.60
XYZ8.34726.24777.7872
Yxy6.24770.37290.2791
Hunter Lab24.995415.8680-0.9747
CIE-Lab30.029023.8470-3.6573

#67384d color RGB value is (103,56,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00111000 01001101
Octal 147 70 115
Decimal 103 56 77
Hex 67 38 4D

RGB Percentages of Color #67384d

%43.64
%23.73
%32.63

CMYK Percentages of Color #67384d

%0
%46
%25
%60

Triadic Colors of #67384d

#67384d #4d6738 #384d67

Analogous Colors of #67384d

#67384d #673b38 #673865

Monochromatic Colors of #67384d

#67384d

Complementary Color

#67384d #386752

#67384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67384d Color CSS Codes

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

#67384d Text Font Color

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

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


#67384d Background Color

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

This div background color is #67384d


#67384d Border Color

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

This div border color is #67384d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67384d


Comments

No comments written yet.

Please login to write comment.