Color Hex Logo

#318465 Color Hex

#318465
(49,132,101)
0 Favorites   0 Comments

Color spaces of #318465

RGB 49132101
HSL0.440.460.35
HSV158°63°52°
CMYK 0.630.000.23   0.48
XYZ11.866818.095115.1792
Yxy18.09510.26290.4009
Hunter Lab42.5383-24.64648.6200
CIE-Lab49.6113-32.90599.4195

#318465 color RGB value is (49,132,101).

#318465 hex color red value is 49, green value is 132 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #318465 hue: 0.44 , saturation: 0.46 and the lightness value of 318465 is 0.35.

The process color (four color CMYK) of #318465 color hex is 0.63, 0.00, 0.23, 0.48. Web safe color of #318465 is #339966. Color #318465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 01100101
Octal 61 204 145
Decimal 49 132 101
Hex 31 84 65

RGB Percentages of Color #318465

%17.38
%46.81
%35.82

CMYK Percentages of Color #318465

%63
%0
%23
%48

Triadic Colors of #318465

#318465 #653184 #846531

Analogous Colors of #318465

#318465 #317a84 #31843c

Monochromatic Colors of #318465

#318465

Complementary Color

#318465 #843150

#318465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318465 Color CSS Codes

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

#318465 Text Font Color

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

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


#318465 Background Color

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

This div background color is #318465


#318465 Border Color

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

This div border color is #318465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318465


Comments

No comments written yet.

Please login to write comment.