Color Hex Logo

#31873a Color Hex

#31873A
(49,135,58)
0 Favorites   0 Comments

Color spaces of #31873a

RGB 4913558
HSL0.350.470.36
HSV126°64°53°
CMYK 0.640.000.57   0.47
XYZ10.694318.28646.9690
Yxy18.28640.29750.5087
Hunter Lab42.7626-30.194320.2714
CIE-Lab49.8417-42.416533.5182

#31873a color RGB value is (49,135,58).

#31873a hex color red value is 49, green value is 135 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #31873a hue: 0.35 , saturation: 0.47 and the lightness value of 31873a is 0.36.

The process color (four color CMYK) of #31873a color hex is 0.64, 0.00, 0.57, 0.47. Web safe color of #31873a is #339933. Color #31873a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000111 00111010
Octal 61 207 72
Decimal 49 135 58
Hex 31 87 3A

RGB Percentages of Color #31873a

%20.25
%55.79
%23.97

CMYK Percentages of Color #31873a

%64
%0
%57
%47

Triadic Colors of #31873a

#31873a #3a3187 #873a31

Analogous Colors of #31873a

#31873a #318765 #538731

Monochromatic Colors of #31873a

#31873a

Complementary Color

#31873a #87317e

#31873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31873a Color CSS Codes

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

#31873a Text Font Color

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

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


#31873a Background Color

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

This div background color is #31873a


#31873a Border Color

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

This div border color is #31873a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,135,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31873a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31873a;
  -webkit-box-shadow: 1px 1px 3px 2px #31873a;
  box-shadow:         1px 1px 3px 2px #31873a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31873a


Comments

No comments written yet.

Please login to write comment.