Color Hex Logo

#339965 Color Hex

#339965
(51,153,101)
0 Favorites   0 Comments

Color spaces of #339965

RGB 51153101
HSL0.420.500.40
HSV149°67°60°
CMYK 0.670.000.34   0.40
XYZ15.105424.425916.2304
Yxy24.42590.27090.4380
Hunter Lab49.4226-31.933215.1249
CIE-Lab56.5117-41.717718.9761

#339965 color RGB value is (51,153,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011001 01100101
Octal 63 231 145
Decimal 51 153 101
Hex 33 99 65

RGB Percentages of Color #339965

%16.72
%50.16
%33.11

CMYK Percentages of Color #339965

%67
%0
%34
%40

Triadic Colors of #339965

#339965 #653399 #996533

Analogous Colors of #339965

#339965 #339998 #349933

Monochromatic Colors of #339965

#339965

Complementary Color

#339965 #993367

#339965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339965 Color CSS Codes

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

#339965 Text Font Color

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

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


#339965 Background Color

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

This div background color is #339965


#339965 Border Color

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

This div border color is #339965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339965


Comments

No comments written yet.

Please login to write comment.