Color Hex Logo

#324830 Color Hex

#324830
(50,72,48)
0 Favorites   0 Comments

Color spaces of #324830

RGB 507248
HSL0.320.200.24
HSV115°33°28°
CMYK 0.310.000.33   0.72
XYZ4.16635.52623.6434
Yxy5.52620.31240.4144
Hunter Lab23.5079-9.50327.2664
CIE-Lab28.1842-14.153811.7312

#324830 color RGB value is (50,72,48).

#324830 hex color red value is 50, green value is 72 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #324830 hue: 0.32 , saturation: 0.20 and the lightness value of 324830 is 0.24.

The process color (four color CMYK) of #324830 color hex is 0.31, 0.00, 0.33, 0.72. Web safe color of #324830 is #333333. Color #324830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001000 00110000
Octal 62 110 60
Decimal 50 72 48
Hex 32 48 30

RGB Percentages of Color #324830

%29.41
%42.35
%28.24

CMYK Percentages of Color #324830

%31
%0
%33
%72

Triadic Colors of #324830

#324830 #303248 #483032

Analogous Colors of #324830

#324830 #30483a #3e4830

Monochromatic Colors of #324830

#324830

Complementary Color

#324830 #463048

#324830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324830 Color CSS Codes

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

#324830 Text Font Color

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

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


#324830 Background Color

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

This div background color is #324830


#324830 Border Color

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

This div border color is #324830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324830


Comments

No comments written yet.

Please login to write comment.