Color Hex Logo

#315938 Color Hex

#315938
(49,89,56)
0 Favorites   0 Comments

Color spaces of #315938

RGB 498956
HSL0.360.290.27
HSV131°45°35°
CMYK 0.450.000.37   0.65
XYZ5.55288.08325.0089
Yxy8.08320.29780.4335
Hunter Lab28.4310-14.89179.4561
CIE-Lab34.1556-22.176114.8128

#315938 color RGB value is (49,89,56).

#315938 hex color red value is 49, green value is 89 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #315938 hue: 0.36 , saturation: 0.29 and the lightness value of 315938 is 0.27.

The process color (four color CMYK) of #315938 color hex is 0.45, 0.00, 0.37, 0.65. Web safe color of #315938 is #336633. Color #315938 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011001 00111000
Octal 61 131 70
Decimal 49 89 56
Hex 31 59 38

RGB Percentages of Color #315938

%25.26
%45.88
%28.87

CMYK Percentages of Color #315938

%45
%0
%37
%65

Triadic Colors of #315938

#315938 #383159 #593831

Analogous Colors of #315938

#315938 #31594c #3e5931

Monochromatic Colors of #315938

#315938

Complementary Color

#315938 #593152

#315938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315938 Color CSS Codes

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

#315938 Text Font Color

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

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


#315938 Background Color

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

This div background color is #315938


#315938 Border Color

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

This div border color is #315938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315938


Comments

No comments written yet.

Please login to write comment.