Color Hex Logo

#67424b Color Hex

#67424B
(103,66,75)
0 Favorites   0 Comments

Color spaces of #67424b

RGB 1036675
HSL0.960.220.33
HSV345°36°40°
CMYK 0.000.360.27   0.60
XYZ8.81177.28807.5989
Yxy7.28800.37180.3075
Hunter Lab26.996311.01962.2085
CIE-Lab32.453817.44371.1979

#67424b color RGB value is (103,66,75).

#67424b hex color red value is 103, green value is 66 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #67424b hue: 0.96 , saturation: 0.22 and the lightness value of 67424b is 0.33.

The process color (four color CMYK) of #67424b color hex is 0.00, 0.36, 0.27, 0.60. Web safe color of #67424b is #663333. Color #67424b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000010 01001011
Octal 147 102 113
Decimal 103 66 75
Hex 67 42 4B

RGB Percentages of Color #67424b

%42.21
%27.05
%30.74

CMYK Percentages of Color #67424b

%0
%36
%27
%60

Triadic Colors of #67424b

#67424b #4b6742 #424b67

Analogous Colors of #67424b

#67424b #674c42 #67425e

Monochromatic Colors of #67424b

#67424b

Complementary Color

#67424b #42675e

#67424b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67424b Color Preview on White Background

Lorem ipsum dolor sit amet.

#67424b Color CSS Codes

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

#67424b Text Font Color

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

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


#67424b Background Color

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

This div background color is #67424b


#67424b Border Color

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

This div border color is #67424b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67424b


Comments

No comments written yet.

Please login to write comment.