Color Hex Logo

#339514 Color Hex

#339514
(51,149,20)
0 Favorites   0 Comments

Color spaces of #339514

RGB 5114920
HSL0.290.760.33
HSV106°87°58°
CMYK 0.660.000.87   0.42
XYZ12.239022.24924.3113
Yxy22.24920.31540.5734
Hunter Lab47.1691-36.230327.5992
CIE-Lab54.2904-50.488853.0226

#339514 color RGB value is (51,149,20).

#339514 hex color red value is 51, green value is 149 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #339514 hue: 0.29 , saturation: 0.76 and the lightness value of 339514 is 0.33.

The process color (four color CMYK) of #339514 color hex is 0.66, 0.00, 0.87, 0.42. Web safe color of #339514 is #339900. Color #339514 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010101 00010100
Octal 63 225 24
Decimal 51 149 20
Hex 33 95 14

RGB Percentages of Color #339514

%23.18
%67.73
%9.09

CMYK Percentages of Color #339514

%66
%0
%87
%42

Triadic Colors of #339514

#339514 #143395 #951433

Analogous Colors of #339514

#339514 #149536 #749514

Monochromatic Colors of #339514

#339514

Complementary Color

#339514 #761495

#339514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339514 Color CSS Codes

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

#339514 Text Font Color

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

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


#339514 Background Color

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

This div background color is #339514


#339514 Border Color

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

This div border color is #339514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339514


Comments

No comments written yet.

Please login to write comment.