Color Hex Logo

#32494b Color Hex

#32494B
(50,73,75)
0 Favorites   0 Comments

Color spaces of #32494b

RGB 507375
HSL0.510.200.25
HSV185°33°29°
CMYK 0.330.030.00   0.71
XYZ4.96795.95127.5435
Yxy5.95120.26910.3223
Hunter Lab24.3951-6.3410-1.2572
CIE-Lab29.2890-8.2658-4.0579

#32494b color RGB value is (50,73,75).

#32494b hex color red value is 50, green value is 73 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #32494b hue: 0.51 , saturation: 0.20 and the lightness value of 32494b is 0.25.

The process color (four color CMYK) of #32494b color hex is 0.33, 0.03, 0.00, 0.71. Web safe color of #32494b is #333333. Color #32494b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001001 01001011
Octal 62 111 113
Decimal 50 73 75
Hex 32 49 4B

RGB Percentages of Color #32494b

%25.25
%36.87
%37.88

CMYK Percentages of Color #32494b

%33
%3
%0
%71

Triadic Colors of #32494b

#32494b #4b3249 #494b32

Analogous Colors of #32494b

#32494b #323d4b #324b41

Monochromatic Colors of #32494b

#32494b

Complementary Color

#32494b #4b3432

#32494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32494b Color CSS Codes

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

#32494b Text Font Color

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

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


#32494b Background Color

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

This div background color is #32494b


#32494b Border Color

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

This div border color is #32494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32494b


Comments

No comments written yet.

Please login to write comment.