Color Hex Logo

#324130 Color Hex

#324130
(50,65,48)
0 Favorites   0 Comments

Color spaces of #324130

RGB 506548
HSL0.310.150.22
HSV113°26°25°
CMYK 0.230.000.26   0.75
XYZ3.73924.67213.5010
Yxy4.67210.31390.3922
Hunter Lab21.6150-6.94755.5273
CIE-Lab25.7794-10.03098.4358

#324130 color RGB value is (50,65,48).

#324130 hex color red value is 50, green value is 65 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #324130 hue: 0.31 , saturation: 0.15 and the lightness value of 324130 is 0.22.

The process color (four color CMYK) of #324130 color hex is 0.23, 0.00, 0.26, 0.75. Web safe color of #324130 is #333333. Color #324130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000001 00110000
Octal 62 101 60
Decimal 50 65 48
Hex 32 41 30

RGB Percentages of Color #324130

%30.67
%39.88
%29.45

CMYK Percentages of Color #324130

%23
%0
%26
%75

Triadic Colors of #324130

#324130 #303241 #413032

Analogous Colors of #324130

#324130 #304137 #3b4130

Monochromatic Colors of #324130

#324130

Complementary Color

#324130 #3f3041

#324130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324130 Color CSS Codes

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

#324130 Text Font Color

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

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


#324130 Background Color

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

This div background color is #324130


#324130 Border Color

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

This div border color is #324130


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,65,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 #324130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324130


Comments

No comments written yet.

Please login to write comment.