Color Hex Logo

#323c3a Color Hex

#323C3A
(50,60,58)
0 Favorites   0 Comments

Color spaces of #323c3a

RGB 506058
HSL0.470.090.22
HSV168°17°24°
CMYK 0.170.000.03   0.76
XYZ3.69504.21534.6219
Yxy4.21530.29480.3364
Hunter Lab20.5312-3.80491.0247
CIE-Lab24.3708-4.6322-0.1622

#323c3a color RGB value is (50,60,58).

#323c3a hex color red value is 50, green value is 60 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #323c3a hue: 0.47 , saturation: 0.09 and the lightness value of 323c3a is 0.22.

The process color (four color CMYK) of #323c3a color hex is 0.17, 0.00, 0.03, 0.76. Web safe color of #323c3a is #333333. Color #323c3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111100 00111010
Octal 62 74 72
Decimal 50 60 58
Hex 32 3C 3A

RGB Percentages of Color #323c3a

%29.76
%35.71
%34.52

CMYK Percentages of Color #323c3a

%17
%0
%3
%76

Triadic Colors of #323c3a

#323c3a #3a323c #3c3a32

Analogous Colors of #323c3a

#323c3a #32393c #323c35

Monochromatic Colors of #323c3a

#323c3a

Complementary Color

#323c3a #3c3234

#323c3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323c3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#323c3a Color CSS Codes

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

#323c3a Text Font Color

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

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


#323c3a Background Color

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

This div background color is #323c3a


#323c3a Border Color

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

This div border color is #323c3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,60,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #323c3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #323c3a;
  -webkit-box-shadow: 1px 1px 3px 2px #323c3a;
  box-shadow:         1px 1px 3px 2px #323c3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,60,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323c3a


Comments

No comments written yet.

Please login to write comment.