Color Hex Logo

#31674b Color Hex

#31674B
(49,103,75)
0 Favorites   0 Comments

Color spaces of #31674b

RGB 4910375
HSL0.410.360.30
HSV149°52°40°
CMYK 0.520.000.27   0.60
XYZ7.386910.86158.3638
Yxy10.86150.27760.4081
Hunter Lab32.9568-17.66568.0231
CIE-Lab39.3462-25.185710.4064

#31674b color RGB value is (49,103,75).

#31674b hex color red value is 49, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #31674b hue: 0.41 , saturation: 0.36 and the lightness value of 31674b is 0.30.

The process color (four color CMYK) of #31674b color hex is 0.52, 0.00, 0.27, 0.60. Web safe color of #31674b is #336633. Color #31674b contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #31674b

%21.59
%45.37
%33.04

CMYK Percentages of Color #31674b

%52
%0
%27
%60

Triadic Colors of #31674b

#31674b #4b3167 #674b31

Analogous Colors of #31674b

#31674b #316766 #326731

Monochromatic Colors of #31674b

#31674b

Complementary Color

#31674b #67314d

#31674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31674b Color CSS Codes

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

#31674b Text Font Color

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

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


#31674b Background Color

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

This div background color is #31674b


#31674b Border Color

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

This div border color is #31674b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31674b


Comments

No comments written yet.

Please login to write comment.