Color Hex Logo

#32823b Color Hex

#32823B
(50,130,59)
0 Favorites   0 Comments

Color spaces of #32823b

RGB 5013059
HSL0.350.440.35
HSV127°62°51°
CMYK 0.620.000.55   0.49
XYZ10.087416.95916.8795
Yxy16.95910.29730.4999
Hunter Lab41.1814-28.343918.9224
CIE-Lab48.2085-40.032231.0463

#32823b color RGB value is (50,130,59).

#32823b hex color red value is 50, green value is 130 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #32823b hue: 0.35 , saturation: 0.44 and the lightness value of 32823b is 0.35.

The process color (four color CMYK) of #32823b color hex is 0.62, 0.00, 0.55, 0.49. Web safe color of #32823b is #339933. Color #32823b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000010 00111011
Octal 62 202 73
Decimal 50 130 59
Hex 32 82 3B

RGB Percentages of Color #32823b

%20.92
%54.39
%24.69

CMYK Percentages of Color #32823b

%62
%0
%55
%49

Triadic Colors of #32823b

#32823b #3b3282 #823b32

Analogous Colors of #32823b

#32823b #328263 #518232

Monochromatic Colors of #32823b

#32823b

Complementary Color

#32823b #823279

#32823b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32823b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32823b Color CSS Codes

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

#32823b Text Font Color

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

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


#32823b Background Color

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

This div background color is #32823b


#32823b Border Color

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

This div border color is #32823b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,130,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32823b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32823b;
  -webkit-box-shadow: 1px 1px 3px 2px #32823b;
  box-shadow:         1px 1px 3px 2px #32823b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32823b


Comments

No comments written yet.

Please login to write comment.