Color Hex Logo

#324738 Color Hex

#324738
(50,71,56)
0 Favorites   0 Comments

Color spaces of #324738

RGB 507156
HSL0.380.170.24
HSV137°30°28°
CMYK 0.300.000.21   0.72
XYZ4.28245.47014.5715
Yxy5.47010.29900.3819
Hunter Lab23.3882-8.24604.7829
CIE-Lab28.0342-11.88456.4085

#324738 color RGB value is (50,71,56).

#324738 hex color red value is 50, green value is 71 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #324738 hue: 0.38 , saturation: 0.17 and the lightness value of 324738 is 0.24.

The process color (four color CMYK) of #324738 color hex is 0.30, 0.00, 0.21, 0.72. Web safe color of #324738 is #333333. Color #324738 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000111 00111000
Octal 62 107 70
Decimal 50 71 56
Hex 32 47 38

RGB Percentages of Color #324738

%28.25
%40.11
%31.64

CMYK Percentages of Color #324738

%30
%0
%21
%72

Triadic Colors of #324738

#324738 #383247 #473832

Analogous Colors of #324738

#324738 #324743 #374732

Monochromatic Colors of #324738

#324738

Complementary Color

#324738 #473241

#324738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324738 Color CSS Codes

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

#324738 Text Font Color

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

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


#324738 Background Color

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

This div background color is #324738


#324738 Border Color

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

This div border color is #324738


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,71,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #324738; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #324738;
  -webkit-box-shadow: 1px 1px 3px 2px #324738;
  box-shadow:         1px 1px 3px 2px #324738; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324738


Comments

No comments written yet.

Please login to write comment.