Color Hex Logo

#315538 Color Hex

#315538
(49,85,56)
0 Favorites   0 Comments

Color spaces of #315538

RGB 498556
HSL0.370.270.26
HSV132°42°33°
CMYK 0.420.000.34   0.67
XYZ5.22897.43554.9010
Yxy7.43550.29770.4233
Hunter Lab27.2681-13.49038.4313
CIE-Lab32.7785-20.088412.9568

#315538 color RGB value is (49,85,56).

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

The process color (four color CMYK) of #315538 color hex is 0.42, 0.00, 0.34, 0.67. Web safe color of #315538 is #336633. Color #315538 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010101 00111000
Octal 61 125 70
Decimal 49 85 56
Hex 31 55 38

RGB Percentages of Color #315538

%25.79
%44.74
%29.47

CMYK Percentages of Color #315538

%42
%0
%34
%67

Triadic Colors of #315538

#315538 #383155 #553831

Analogous Colors of #315538

#315538 #31554a #3c5531

Monochromatic Colors of #315538

#315538

Complementary Color

#315538 #55314e

#315538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315538 Color CSS Codes

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

#315538 Text Font Color

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

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


#315538 Background Color

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

This div background color is #315538


#315538 Border Color

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

This div border color is #315538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315538


Comments

No comments written yet.

Please login to write comment.