Color Hex Logo

#32794b Color Hex

#32794B
(50,121,75)
0 Favorites   0 Comments

Color spaces of #32794b

RGB 5012175
HSL0.390.420.34
HSV141°59°47°
CMYK 0.590.000.38   0.53
XYZ9.422814.86099.0284
Yxy14.86090.28290.4461
Hunter Lab38.5498-23.831213.0991
CIE-Lab45.4431-33.430018.7236

#32794b color RGB value is (50,121,75).

#32794b hex color red value is 50, green value is 121 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #32794b hue: 0.39 , saturation: 0.42 and the lightness value of 32794b is 0.34.

The process color (four color CMYK) of #32794b color hex is 0.59, 0.00, 0.38, 0.53. Web safe color of #32794b is #336633. Color #32794b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111001 01001011
Octal 62 171 113
Decimal 50 121 75
Hex 32 79 4B

RGB Percentages of Color #32794b

%20.33
%49.19
%30.49

CMYK Percentages of Color #32794b

%59
%0
%38
%53

Triadic Colors of #32794b

#32794b #4b3279 #794b32

Analogous Colors of #32794b

#32794b #32796f #3d7932

Monochromatic Colors of #32794b

#32794b

Complementary Color

#32794b #793260

#32794b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32794b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32794b Color CSS Codes

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

#32794b Text Font Color

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

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


#32794b Background Color

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

This div background color is #32794b


#32794b Border Color

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

This div border color is #32794b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32794b


Comments

No comments written yet.

Please login to write comment.