Color Hex Logo

#318878 Color Hex

#318878
(49,136,120)
0 Favorites   0 Comments

Color spaces of #318878

RGB 49136120
HSL0.470.470.36
HSV169°64°53°
CMYK 0.640.000.12   0.47
XYZ13.460919.617420.8464
Yxy19.61740.24960.3638
Hunter Lab44.2915-23.26123.0984
CIE-Lab51.4018-29.90070.9390

#318878 color RGB value is (49,136,120).

#318878 hex color red value is 49, green value is 136 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #318878 hue: 0.47 , saturation: 0.47 and the lightness value of 318878 is 0.36.

The process color (four color CMYK) of #318878 color hex is 0.64, 0.00, 0.12, 0.47. Web safe color of #318878 is #339966. Color #318878 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001000 01111000
Octal 61 210 170
Decimal 49 136 120
Hex 31 88 78

RGB Percentages of Color #318878

%16.07
%44.59
%39.34

CMYK Percentages of Color #318878

%64
%0
%12
%47

Triadic Colors of #318878

#318878 #783188 #887831

Analogous Colors of #318878

#318878 #316d88 #31884d

Monochromatic Colors of #318878

#318878

Complementary Color

#318878 #883141

#318878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318878 Color CSS Codes

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

#318878 Text Font Color

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

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


#318878 Background Color

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

This div background color is #318878


#318878 Border Color

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

This div border color is #318878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318878


Comments

No comments written yet.

Please login to write comment.