Color Hex Logo

#31814f Color Hex

#31814F
(49,129,79)
0 Favorites   0 Comments

Color spaces of #31814f

RGB 4912979
HSL0.400.450.35
HSV143°62°51°
CMYK 0.620.000.39   0.49
XYZ10.528216.918010.1077
Yxy16.91800.28030.4505
Hunter Lab41.1315-26.290514.2221
CIE-Lab48.1565-36.409320.0566

#31814f color RGB value is (49,129,79).

#31814f hex color red value is 49, green value is 129 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #31814f hue: 0.40 , saturation: 0.45 and the lightness value of 31814f is 0.35.

The process color (four color CMYK) of #31814f color hex is 0.62, 0.00, 0.39, 0.49. Web safe color of #31814f is #339966. Color #31814f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000001 01001111
Octal 61 201 117
Decimal 49 129 79
Hex 31 81 4F

RGB Percentages of Color #31814f

%19.07
%50.19
%30.74

CMYK Percentages of Color #31814f

%62
%0
%39
%49

Triadic Colors of #31814f

#31814f #4f3181 #814f31

Analogous Colors of #31814f

#31814f #318177 #3b8131

Monochromatic Colors of #31814f

#31814f

Complementary Color

#31814f #813163

#31814f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31814f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31814f Color CSS Codes

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

#31814f Text Font Color

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

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


#31814f Background Color

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

This div background color is #31814f


#31814f Border Color

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

This div border color is #31814f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,129,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31814f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31814f;
  -webkit-box-shadow: 1px 1px 3px 2px #31814f;
  box-shadow:         1px 1px 3px 2px #31814f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31814f


Comments

No comments written yet.

Please login to write comment.