Color Hex Logo

#318570 Color Hex

#318570
(49,133,112)
0 Favorites   0 Comments

Color spaces of #318570

RGB 49133112
HSL0.460.460.36
HSV165°63°52°
CMYK 0.630.000.16   0.48
XYZ12.578818.597918.2560
Yxy18.59790.25450.3762
Hunter Lab43.1253-23.40435.0888
CIE-Lab50.2134-30.60023.8772

#318570 color RGB value is (49,133,112).

#318570 hex color red value is 49, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #318570 hue: 0.46 , saturation: 0.46 and the lightness value of 318570 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000101 01110000
Octal 61 205 160
Decimal 49 133 112
Hex 31 85 70

RGB Percentages of Color #318570

%16.67
%45.24
%38.10

CMYK Percentages of Color #318570

%63
%0
%16
%48

Triadic Colors of #318570

#318570 #703185 #857031

Analogous Colors of #318570

#318570 #317085 #318546

Monochromatic Colors of #318570

#318570

Complementary Color

#318570 #853146

#318570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318570 Color CSS Codes

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

#318570 Text Font Color

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

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


#318570 Background Color

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

This div background color is #318570


#318570 Border Color

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

This div border color is #318570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318570


Comments

No comments written yet.

Please login to write comment.