Color Hex Logo

#319546 Color Hex

#319546
(49,149,70)
0 Favorites   0 Comments

Color spaces of #319546

RGB 4914970
HSL0.370.510.39
HSV133°67°58°
CMYK 0.670.000.53   0.42
XYZ13.119622.59019.4632
Yxy22.59010.29040.5001
Hunter Lab47.5290-33.903921.4655
CIE-Lab54.6476-46.112633.2153

#319546 color RGB value is (49,149,70).

#319546 hex color red value is 49, green value is 149 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #319546 hue: 0.37 , saturation: 0.51 and the lightness value of 319546 is 0.39.

The process color (four color CMYK) of #319546 color hex is 0.67, 0.00, 0.53, 0.42. Web safe color of #319546 is #339933. Color #319546 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010101 01000110
Octal 61 225 106
Decimal 49 149 70
Hex 31 95 46

RGB Percentages of Color #319546

%18.28
%55.60
%26.12

CMYK Percentages of Color #319546

%67
%0
%53
%42

Triadic Colors of #319546

#319546 #463195 #954631

Analogous Colors of #319546

#319546 #319578 #4e9531

Monochromatic Colors of #319546

#319546

Complementary Color

#319546 #953180

#319546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319546 Color CSS Codes

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

#319546 Text Font Color

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

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


#319546 Background Color

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

This div background color is #319546


#319546 Border Color

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

This div border color is #319546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319546


Comments

No comments written yet.

Please login to write comment.