Color Hex Logo

#318446 Color Hex

#318446
(49,132,70)
0 Favorites   0 Comments

Color spaces of #318446

RGB 4913270
HSL0.380.460.35
HSV135°63°52°
CMYK 0.630.000.47   0.48
XYZ10.623417.59778.6311
Yxy17.59770.28830.4775
Hunter Lab41.9496-28.208117.1659
CIE-Lab49.0045-39.342626.1624

#318446 color RGB value is (49,132,70).

#318446 hex color red value is 49, green value is 132 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #318446 hue: 0.38 , saturation: 0.46 and the lightness value of 318446 is 0.35.

The process color (four color CMYK) of #318446 color hex is 0.63, 0.00, 0.47, 0.48. Web safe color of #318446 is #339933. Color #318446 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 01000110
Octal 61 204 106
Decimal 49 132 70
Hex 31 84 46

RGB Percentages of Color #318446

%19.52
%52.59
%27.89

CMYK Percentages of Color #318446

%63
%0
%47
%48

Triadic Colors of #318446

#318446 #463184 #844631

Analogous Colors of #318446

#318446 #318470 #468431

Monochromatic Colors of #318446

#318446

Complementary Color

#318446 #84316f

#318446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318446 Color CSS Codes

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

#318446 Text Font Color

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

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


#318446 Background Color

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

This div background color is #318446


#318446 Border Color

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

This div border color is #318446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318446


Comments

No comments written yet.

Please login to write comment.