Color Hex Logo

#67375b Color Hex

#67375B
(103,55,91)
0 Favorites   0 Comments

Color spaces of #67375b

RGB 1035591
HSL0.880.300.31
HSV315°47°40°
CMYK 0.000.470.12   0.60
XYZ8.84806.371310.6610
Yxy6.37130.34190.2462
Hunter Lab25.241418.3979-7.3728
CIE-Lab30.330526.9058-12.3010

#67375b color RGB value is (103,55,91).

#67375b hex color red value is 103, green value is 55 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #67375b hue: 0.88 , saturation: 0.30 and the lightness value of 67375b is 0.31.

The process color (four color CMYK) of #67375b color hex is 0.00, 0.47, 0.12, 0.60. Web safe color of #67375b is #663366. Color #67375b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110111 01011011
Octal 147 67 133
Decimal 103 55 91
Hex 67 37 5B

RGB Percentages of Color #67375b

%41.37
%22.09
%36.55

CMYK Percentages of Color #67375b

%0
%47
%12
%60

Triadic Colors of #67375b

#67375b #5b6737 #375b67

Analogous Colors of #67375b

#67375b #673743 #5b3767

Monochromatic Colors of #67375b

#67375b

Complementary Color

#67375b #376743

#67375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#67375b Color CSS Codes

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

#67375b Text Font Color

<p style="color:#67375b">Text here</p>

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


#67375b Background Color

<div style="background-color:#67375b">
Div content here</div>

This div background color is #67375b


#67375b Border Color

<div style="border:3px solid #67375b">
Div here</div>

This div border color is #67375b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,55,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67375b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67375b;
  -webkit-box-shadow: 1px 1px 3px 2px #67375b;
  box-shadow:         1px 1px 3px 2px #67375b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67375b


Comments

No comments written yet.

Please login to write comment.