Color Hex Logo

#319e52 Color Hex

#319E52
(49,158,82)
0 Favorites   0 Comments

Color spaces of #319e52

RGB 4915882
HSL0.380.530.41
HSV138°69°62°
CMYK 0.690.000.48   0.38
XYZ15.016525.715912.1549
Yxy25.71590.28390.4862
Hunter Lab50.7108-35.886521.2864
CIE-Lab57.7664-47.658230.8833

#319e52 color RGB value is (49,158,82).

#319e52 hex color red value is 49, green value is 158 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #319e52 hue: 0.38 , saturation: 0.53 and the lightness value of 319e52 is 0.41.

The process color (four color CMYK) of #319e52 color hex is 0.69, 0.00, 0.48, 0.38. Web safe color of #319e52 is #339966. Color #319e52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 01010010
Octal 61 236 122
Decimal 49 158 82
Hex 31 9E 52

RGB Percentages of Color #319e52

%16.96
%54.67
%28.37

CMYK Percentages of Color #319e52

%69
%0
%48
%38

Triadic Colors of #319e52

#319e52 #52319e #9e5231

Analogous Colors of #319e52

#319e52 #319e89 #479e31

Monochromatic Colors of #319e52

#319e52

Complementary Color

#319e52 #9e317d

#319e52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319e52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319e52 Color CSS Codes

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

#319e52 Text Font Color

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

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


#319e52 Background Color

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

This div background color is #319e52


#319e52 Border Color

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

This div border color is #319e52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,158,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #319e52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #319e52;
  -webkit-box-shadow: 1px 1px 3px 2px #319e52;
  box-shadow:         1px 1px 3px 2px #319e52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319e52


Comments

No comments written yet.

Please login to write comment.