Color Hex Logo

#67475b Color Hex

#67475B
(103,71,91)
0 Favorites   0 Comments

Color spaces of #67475b

RGB 1037191
HSL0.900.180.34
HSV323°31°40°
CMYK 0.000.310.12   0.60
XYZ9.73518.145410.9566
Yxy8.14540.33760.2825
Hunter Lab28.540110.9414-2.7834
CIE-Lab34.283917.1989-6.3291

#67475b color RGB value is (103,71,91).

#67475b hex color red value is 103, green value is 71 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #67475b hue: 0.90 , saturation: 0.18 and the lightness value of 67475b is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000111 01011011
Octal 147 107 133
Decimal 103 71 91
Hex 67 47 5B

RGB Percentages of Color #67475b

%38.87
%26.79
%34.34

CMYK Percentages of Color #67475b

%0
%31
%12
%60

Triadic Colors of #67475b

#67475b #5b6747 #475b67

Analogous Colors of #67475b

#67475b #67474b #634767

Monochromatic Colors of #67475b

#67475b

Complementary Color

#67475b #476753

#67475b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67475b Color Preview on White Background

Lorem ipsum dolor sit amet.

#67475b Color CSS Codes

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

#67475b Text Font Color

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

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


#67475b Background Color

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

This div background color is #67475b


#67475b Border Color

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

This div border color is #67475b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,71,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 #67475b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67475b


Comments

No comments written yet.

Please login to write comment.