Color Hex Logo

#323f3e Color Hex

#323F3E
(50,63,62)
0 Favorites   0 Comments

Color spaces of #323f3e

RGB 506362
HSL0.490.120.22
HSV175°21°25°
CMYK 0.210.000.02   0.75
XYZ3.96244.58095.2328
Yxy4.58090.28760.3325
Hunter Lab21.4030-4.40910.4864
CIE-Lab25.5057-5.5330-1.1529

#323f3e color RGB value is (50,63,62).

#323f3e hex color red value is 50, green value is 63 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #323f3e hue: 0.49 , saturation: 0.12 and the lightness value of 323f3e is 0.22.

The process color (four color CMYK) of #323f3e color hex is 0.21, 0.00, 0.02, 0.75. Web safe color of #323f3e is #333333. Color #323f3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111111 00111110
Octal 62 77 76
Decimal 50 63 62
Hex 32 3F 3E

RGB Percentages of Color #323f3e

%28.57
%36.00
%35.43

CMYK Percentages of Color #323f3e

%21
%0
%2
%75

Triadic Colors of #323f3e

#323f3e #3e323f #3f3e32

Analogous Colors of #323f3e

#323f3e #323a3f #323f38

Monochromatic Colors of #323f3e

#323f3e

Complementary Color

#323f3e #3f3233

#323f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#323f3e Color CSS Codes

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

#323f3e Text Font Color

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

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


#323f3e Background Color

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

This div background color is #323f3e


#323f3e Border Color

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

This div border color is #323f3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323f3e


Comments

No comments written yet.

Please login to write comment.