Color Hex Logo

#339850 Color Hex

#339850
(51,152,80)
0 Favorites   0 Comments

Color spaces of #339850

RGB 5115280
HSL0.380.500.40
HSV137°66°60°
CMYK 0.660.000.47   0.40
XYZ14.041423.739511.4315
Yxy23.73950.28530.4824
Hunter Lab48.7232-33.824220.1955
CIE-Lab55.8260-45.276629.4874

#339850 color RGB value is (51,152,80).

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

The process color (four color CMYK) of #339850 color hex is 0.66, 0.00, 0.47, 0.40. Web safe color of #339850 is #339966. Color #339850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011000 01010000
Octal 63 230 120
Decimal 51 152 80
Hex 33 98 50

RGB Percentages of Color #339850

%18.02
%53.71
%28.27

CMYK Percentages of Color #339850

%66
%0
%47
%40

Triadic Colors of #339850

#339850 #503398 #985033

Analogous Colors of #339850

#339850 #339883 #499833

Monochromatic Colors of #339850

#339850

Complementary Color

#339850 #98337b

#339850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339850 Color CSS Codes

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

#339850 Text Font Color

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

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


#339850 Background Color

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

This div background color is #339850


#339850 Border Color

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

This div border color is #339850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339850


Comments

No comments written yet.

Please login to write comment.