Color Hex Logo

#315747 Color Hex

#315747
(49,87,71)
0 Favorites   0 Comments

Color spaces of #315747

RGB 498771
HSL0.430.280.27
HSV155°44°34°
CMYK 0.440.000.18   0.66
XYZ5.81217.92437.1844
Yxy7.92430.27780.3788
Hunter Lab28.1501-12.40824.5733
CIE-Lab33.8247-17.77605.0869

#315747 color RGB value is (49,87,71).

#315747 hex color red value is 49, green value is 87 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #315747 hue: 0.43 , saturation: 0.28 and the lightness value of 315747 is 0.27.

The process color (four color CMYK) of #315747 color hex is 0.44, 0.00, 0.18, 0.66. Web safe color of #315747 is #336633. Color #315747 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 01000111
Octal 61 127 107
Decimal 49 87 71
Hex 31 57 47

RGB Percentages of Color #315747

%23.67
%42.03
%34.30

CMYK Percentages of Color #315747

%44
%0
%18
%66

Triadic Colors of #315747

#315747 #473157 #574731

Analogous Colors of #315747

#315747 #315457 #315734

Monochromatic Colors of #315747

#315747

Complementary Color

#315747 #573141

#315747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315747 Color CSS Codes

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

#315747 Text Font Color

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

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


#315747 Background Color

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

This div background color is #315747


#315747 Border Color

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

This div border color is #315747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315747


Comments

No comments written yet.

Please login to write comment.