Color Hex Logo

#433950 Color Hex

#433950
(67,57,80)
0 Favorites   0 Comments

Color spaces of #433950

RGB 675780
HSL0.740.170.27
HSV266°29°31°
CMYK 0.160.290.00   0.69
XYZ5.22584.69878.2209
Yxy4.69870.28800.2589
Hunter Lab21.67655.0992-7.3124
CIE-Lab25.85859.7013-12.3612

#433950 color RGB value is (67,57,80).

#433950 hex color red value is 67, green value is 57 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #433950 hue: 0.74 , saturation: 0.17 and the lightness value of 433950 is 0.27.

The process color (four color CMYK) of #433950 color hex is 0.16, 0.29, 0.00, 0.69. Web safe color of #433950 is #333366. Color #433950 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00111001 01010000
Octal 103 71 120
Decimal 67 57 80
Hex 43 39 50

RGB Percentages of Color #433950

%32.84
%27.94
%39.22

CMYK Percentages of Color #433950

%16
%29
%0
%69

Triadic Colors of #433950

#433950 #504339 #395043

Analogous Colors of #433950

#433950 #4f3950 #393b50

Monochromatic Colors of #433950

#433950

Complementary Color

#433950 #465039

#433950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#433950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#433950 Color CSS Codes

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

#433950 Text Font Color

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

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


#433950 Background Color

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

This div background color is #433950


#433950 Border Color

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

This div border color is #433950


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,57,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #433950; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #433950;
  -webkit-box-shadow: 1px 1px 3px 2px #433950;
  box-shadow:         1px 1px 3px 2px #433950; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,57,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #433950


Comments

No comments written yet.

Please login to write comment.