Color Hex Logo

#318946 Color Hex

#318946
(49,137,70)
0 Favorites   0 Comments

Color spaces of #318946

RGB 4913770
HSL0.370.470.36
HSV134°64°54°
CMYK 0.640.000.49   0.46
XYZ11.317818.98658.8626
Yxy18.98650.28900.4848
Hunter Lab43.5735-29.890018.4422
CIE-Lab50.6714-41.390328.2751

#318946 color RGB value is (49,137,70).

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

The process color (four color CMYK) of #318946 color hex is 0.64, 0.00, 0.49, 0.46. Web safe color of #318946 is #339933. Color #318946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 01000110
Octal 61 211 106
Decimal 49 137 70
Hex 31 89 46

RGB Percentages of Color #318946

%19.14
%53.52
%27.34

CMYK Percentages of Color #318946

%64
%0
%49
%46

Triadic Colors of #318946

#318946 #463189 #894631

Analogous Colors of #318946

#318946 #318972 #488931

Monochromatic Colors of #318946

#318946

Complementary Color

#318946 #893174

#318946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318946 Color CSS Codes

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

#318946 Text Font Color

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

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


#318946 Background Color

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

This div background color is #318946


#318946 Border Color

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

This div border color is #318946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318946


Comments

No comments written yet.

Please login to write comment.