Color Hex Logo

#31434b Color Hex

#31434B
(49,67,75)
0 Favorites   0 Comments

Color spaces of #31434b

RGB 496775
HSL0.550.210.24
HSV198°35°29°
CMYK 0.350.110.00   0.71
XYZ4.54385.17537.4161
Yxy5.17530.26520.3020
Hunter Lab22.7493-4.1588-3.4036
CIE-Lab27.2285-4.8629-7.1455

#31434b color RGB value is (49,67,75).

#31434b hex color red value is 49, green value is 67 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #31434b hue: 0.55 , saturation: 0.21 and the lightness value of 31434b is 0.24.

The process color (four color CMYK) of #31434b color hex is 0.35, 0.11, 0.00, 0.71. Web safe color of #31434b is #333333. Color #31434b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000011 01001011
Octal 61 103 113
Decimal 49 67 75
Hex 31 43 4B

RGB Percentages of Color #31434b

%25.65
%35.08
%39.27

CMYK Percentages of Color #31434b

%35
%11
%0
%71

Triadic Colors of #31434b

#31434b #4b3143 #434b31

Analogous Colors of #31434b

#31434b #31364b #314b46

Monochromatic Colors of #31434b

#31434b

Complementary Color

#31434b #4b3931

#31434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31434b Color CSS Codes

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

#31434b Text Font Color

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

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


#31434b Background Color

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

This div background color is #31434b


#31434b Border Color

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

This div border color is #31434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31434b


Comments

No comments written yet.

Please login to write comment.