Color Hex Logo

#318978 Color Hex

#318978
(49,137,120)
0 Favorites   0 Comments

Color spaces of #318978

RGB 49137120
HSL0.470.470.36
HSV168°64°54°
CMYK 0.640.000.12   0.46
XYZ13.602419.900420.8935
Yxy19.90040.25010.3658
Hunter Lab44.6099-23.63923.4578
CIE-Lab51.7244-30.38101.4084

#318978 color RGB value is (49,137,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 01111000
Octal 61 211 170
Decimal 49 137 120
Hex 31 89 78

RGB Percentages of Color #318978

%16.01
%44.77
%39.22

CMYK Percentages of Color #318978

%64
%0
%12
%46

Triadic Colors of #318978

#318978 #783189 #897831

Analogous Colors of #318978

#318978 #316e89 #31894c

Monochromatic Colors of #318978

#318978

Complementary Color

#318978 #893142

#318978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318978 Color CSS Codes

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

#318978 Text Font Color

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

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


#318978 Background Color

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

This div background color is #318978


#318978 Border Color

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

This div border color is #318978


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,137,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 #318978">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318978


Comments

No comments written yet.

Please login to write comment.