Color Hex Logo

#67434d Color Hex

#67434D
(103,67,77)
0 Favorites   0 Comments

Color spaces of #67434d

RGB 1036777
HSL0.950.210.33
HSV343°35°40°
CMYK 0.000.350.25   0.60
XYZ8.94027.43377.9848
Yxy7.43370.36700.3052
Hunter Lab27.264810.81721.7216
CIE-Lab32.774517.15580.3800

#67434d color RGB value is (103,67,77).

#67434d hex color red value is 103, green value is 67 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #67434d hue: 0.95 , saturation: 0.21 and the lightness value of 67434d is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000011 01001101
Octal 147 103 115
Decimal 103 67 77
Hex 67 43 4D

RGB Percentages of Color #67434d

%41.70
%27.13
%31.17

CMYK Percentages of Color #67434d

%0
%35
%25
%60

Triadic Colors of #67434d

#67434d #4d6743 #434d67

Analogous Colors of #67434d

#67434d #674b43 #67435f

Monochromatic Colors of #67434d

#67434d

Complementary Color

#67434d #43675d

#67434d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67434d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67434d Color CSS Codes

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

#67434d Text Font Color

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

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


#67434d Background Color

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

This div background color is #67434d


#67434d Border Color

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

This div border color is #67434d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67434d


Comments

No comments written yet.

Please login to write comment.