Color Hex Logo

#339355 Color Hex

#339355
(51,147,85)
0 Favorites   0 Comments

Color spaces of #339355

RGB 5114785
HSL0.390.480.39
HSV141°65°58°
CMYK 0.650.000.42   0.42
XYZ13.438722.227112.1763
Yxy22.22710.28090.4646
Hunter Lab47.1456-31.624017.6891
CIE-Lab54.2671-42.394424.7936

#339355 color RGB value is (51,147,85).

#339355 hex color red value is 51, green value is 147 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #339355 hue: 0.39 , saturation: 0.48 and the lightness value of 339355 is 0.39.

The process color (four color CMYK) of #339355 color hex is 0.65, 0.00, 0.42, 0.42. Web safe color of #339355 is #339966. Color #339355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010011 01010101
Octal 63 223 125
Decimal 51 147 85
Hex 33 93 55

RGB Percentages of Color #339355

%18.02
%51.94
%30.04

CMYK Percentages of Color #339355

%65
%0
%42
%42

Triadic Colors of #339355

#339355 #553393 #935533

Analogous Colors of #339355

#339355 #339385 #419333

Monochromatic Colors of #339355

#339355

Complementary Color

#339355 #933371

#339355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339355 Color CSS Codes

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

#339355 Text Font Color

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

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


#339355 Background Color

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

This div background color is #339355


#339355 Border Color

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

This div border color is #339355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339355


Comments

No comments written yet.

Please login to write comment.