Color Hex Logo

#318950 Color Hex

#318950
(49,137,80)
0 Favorites   0 Comments

Color spaces of #318950

RGB 4913780
HSL0.390.470.36
HSV141°64°54°
CMYK 0.640.000.42   0.46
XYZ11.660319.123510.6661
Yxy19.12350.28130.4614
Hunter Lab43.7304-28.932916.1501
CIE-Lab50.8314-39.623123.0306

#318950 color RGB value is (49,137,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 01010000
Octal 61 211 120
Decimal 49 137 80
Hex 31 89 50

RGB Percentages of Color #318950

%18.42
%51.50
%30.08

CMYK Percentages of Color #318950

%64
%0
%42
%46

Triadic Colors of #318950

#318950 #503189 #895031

Analogous Colors of #318950

#318950 #31897c #3e8931

Monochromatic Colors of #318950

#318950

Complementary Color

#318950 #89316a

#318950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318950 Color CSS Codes

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

#318950 Text Font Color

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

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


#318950 Background Color

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

This div background color is #318950


#318950 Border Color

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

This div border color is #318950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318950


Comments

No comments written yet.

Please login to write comment.