Color Hex Logo

#338e32 Color Hex

#338E32
(51,142,50)
0 Favorites   0 Comments

Color spaces of #338e32

RGB 5114250
HSL0.330.480.38
HSV119°65°56°
CMYK 0.640.000.65   0.44
XYZ11.614020.28016.3199
Yxy20.28010.30390.5307
Hunter Lab45.0334-32.773823.2028
CIE-Lab52.1524-45.646640.0675

#338e32 color RGB value is (51,142,50).

#338e32 hex color red value is 51, green value is 142 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #338e32 hue: 0.33 , saturation: 0.48 and the lightness value of 338e32 is 0.38.

The process color (four color CMYK) of #338e32 color hex is 0.64, 0.00, 0.65, 0.44. Web safe color of #338e32 is #339933. Color #338e32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001110 00110010
Octal 63 216 62
Decimal 51 142 50
Hex 33 8E 32

RGB Percentages of Color #338e32

%20.99
%58.44
%20.58

CMYK Percentages of Color #338e32

%64
%0
%65
%44

Triadic Colors of #338e32

#338e32 #32338e #8e3233

Analogous Colors of #338e32

#338e32 #328e5f #618e32

Monochromatic Colors of #338e32

#338e32

Complementary Color

#338e32 #8d328e

#338e32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338e32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338e32 Color CSS Codes

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

#338e32 Text Font Color

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

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


#338e32 Background Color

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

This div background color is #338e32


#338e32 Border Color

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

This div border color is #338e32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,142,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #338e32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #338e32;
  -webkit-box-shadow: 1px 1px 3px 2px #338e32;
  box-shadow:         1px 1px 3px 2px #338e32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338e32


Comments

No comments written yet.

Please login to write comment.