Color Hex Logo

#339952 Color Hex

#339952
(51,153,82)
0 Favorites   0 Comments

Color spaces of #339952

RGB 5115382
HSL0.380.500.40
HSV138°67°60°
CMYK 0.670.000.46   0.40
XYZ14.279524.095511.8809
Yxy24.09550.28410.4795
Hunter Lab49.0872-33.976720.0107
CIE-Lab56.1833-45.330828.8829

#339952 color RGB value is (51,153,82).

#339952 hex color red value is 51, green value is 153 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #339952 hue: 0.38 , saturation: 0.50 and the lightness value of 339952 is 0.40.

The process color (four color CMYK) of #339952 color hex is 0.67, 0.00, 0.46, 0.40. Web safe color of #339952 is #339966. Color #339952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011001 01010010
Octal 63 231 122
Decimal 51 153 82
Hex 33 99 52

RGB Percentages of Color #339952

%17.83
%53.50
%28.67

CMYK Percentages of Color #339952

%67
%0
%46
%40

Triadic Colors of #339952

#339952 #523399 #995233

Analogous Colors of #339952

#339952 #339985 #479933

Monochromatic Colors of #339952

#339952

Complementary Color

#339952 #99337a

#339952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339952 Color CSS Codes

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

#339952 Text Font Color

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

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


#339952 Background Color

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

This div background color is #339952


#339952 Border Color

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

This div border color is #339952


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,153,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339952; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339952;
  -webkit-box-shadow: 1px 1px 3px 2px #339952;
  box-shadow:         1px 1px 3px 2px #339952; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,153,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339952


Comments

No comments written yet.

Please login to write comment.