Color Hex Logo

#323e2f Color Hex

#323E2F
(50,62,47)
0 Favorites   0 Comments

Color spaces of #323e2f

RGB 506247
HSL0.300.140.21
HSV108°24°24°
CMYK 0.190.000.24   0.76
XYZ3.55114.32863.3377
Yxy4.32860.31660.3859
Hunter Lab20.8053-5.94245.0521
CIE-Lab24.7293-8.40547.6300

#323e2f color RGB value is (50,62,47).

#323e2f hex color red value is 50, green value is 62 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #323e2f hue: 0.30 , saturation: 0.14 and the lightness value of 323e2f is 0.21.

The process color (four color CMYK) of #323e2f color hex is 0.19, 0.00, 0.24, 0.76. Web safe color of #323e2f is #333333. Color #323e2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111110 00101111
Octal 62 76 57
Decimal 50 62 47
Hex 32 3E 2F

RGB Percentages of Color #323e2f

%31.45
%38.99
%29.56

CMYK Percentages of Color #323e2f

%19
%0
%24
%76

Triadic Colors of #323e2f

#323e2f #2f323e #3e2f32

Analogous Colors of #323e2f

#323e2f #2f3e34 #3a3e2f

Monochromatic Colors of #323e2f

#323e2f

Complementary Color

#323e2f #3b2f3e

#323e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#323e2f Color CSS Codes

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

#323e2f Text Font Color

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

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


#323e2f Background Color

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

This div background color is #323e2f


#323e2f Border Color

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

This div border color is #323e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323e2f


Comments

No comments written yet.

Please login to write comment.