Color Hex Logo

#318876 Color Hex

#318876
(49,136,118)
0 Favorites   0 Comments

Color spaces of #318876

RGB 49136118
HSL0.470.470.36
HSV168°64°53°
CMYK 0.640.000.13   0.47
XYZ13.340819.569320.2137
Yxy19.56930.25110.3684
Hunter Lab44.2372-23.58413.8741
CIE-Lab51.3467-30.44052.0221

#318876 color RGB value is (49,136,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001000 01110110
Octal 61 210 166
Decimal 49 136 118
Hex 31 88 76

RGB Percentages of Color #318876

%16.17
%44.88
%38.94

CMYK Percentages of Color #318876

%64
%0
%13
%47

Triadic Colors of #318876

#318876 #763188 #887631

Analogous Colors of #318876

#318876 #316f88 #31884b

Monochromatic Colors of #318876

#318876

Complementary Color

#318876 #883143

#318876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318876 Color CSS Codes

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

#318876 Text Font Color

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

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


#318876 Background Color

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

This div background color is #318876


#318876 Border Color

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

This div border color is #318876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318876


Comments

No comments written yet.

Please login to write comment.