Color Hex Logo

#339a5d Color Hex

#339A5D
(51,154,93)
0 Favorites   0 Comments

Color spaces of #339a5d

RGB 5115493
HSL0.400.500.40
HSV144°67°60°
CMYK 0.670.000.40   0.40
XYZ14.896624.605314.3201
Yxy24.60530.27680.4572
Hunter Lab49.6037-33.200817.6062
CIE-Lab56.6888-43.734723.6167

#339a5d color RGB value is (51,154,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011010 01011101
Octal 63 232 135
Decimal 51 154 93
Hex 33 9A 5D

RGB Percentages of Color #339a5d

%17.11
%51.68
%31.21

CMYK Percentages of Color #339a5d

%67
%0
%40
%40

Triadic Colors of #339a5d

#339a5d #5d339a #9a5d33

Analogous Colors of #339a5d

#339a5d #339a91 #3d9a33

Monochromatic Colors of #339a5d

#339a5d

Complementary Color

#339a5d #9a3370

#339a5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339a5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#339a5d Color CSS Codes

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

#339a5d Text Font Color

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

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


#339a5d Background Color

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

This div background color is #339a5d


#339a5d Border Color

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

This div border color is #339a5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,154,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339a5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339a5d;
  -webkit-box-shadow: 1px 1px 3px 2px #339a5d;
  box-shadow:         1px 1px 3px 2px #339a5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339a5d


Comments

No comments written yet.

Please login to write comment.