Color Hex Logo

#31564b Color Hex

#31564B
(49,86,75)
0 Favorites   0 Comments

Color spaces of #31564b

RGB 498675
HSL0.450.270.26
HSV162°43°34°
CMYK 0.430.000.13   0.66
XYZ5.86447.81657.8563
Yxy7.81650.27230.3629
Hunter Lab27.9580-11.48482.9099
CIE-Lab33.5978-16.20862.2509

#31564b color RGB value is (49,86,75).

#31564b hex color red value is 49, green value is 86 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #31564b hue: 0.45 , saturation: 0.27 and the lightness value of 31564b is 0.26.

The process color (four color CMYK) of #31564b color hex is 0.43, 0.00, 0.13, 0.66. Web safe color of #31564b is #336633. Color #31564b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 01001011
Octal 61 126 113
Decimal 49 86 75
Hex 31 56 4B

RGB Percentages of Color #31564b

%23.33
%40.95
%35.71

CMYK Percentages of Color #31564b

%43
%0
%13
%66

Triadic Colors of #31564b

#31564b #4b3156 #564b31

Analogous Colors of #31564b

#31564b #314f56 #315639

Monochromatic Colors of #31564b

#31564b

Complementary Color

#31564b #56313c

#31564b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31564b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31564b Color CSS Codes

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

#31564b Text Font Color

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

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


#31564b Background Color

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

This div background color is #31564b


#31564b Border Color

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

This div border color is #31564b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,86,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31564b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31564b;
  -webkit-box-shadow: 1px 1px 3px 2px #31564b;
  box-shadow:         1px 1px 3px 2px #31564b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31564b


Comments

No comments written yet.

Please login to write comment.