Color Hex Logo

#31762e Color Hex

#31762E
(49,118,46)
0 Favorites   0 Comments

Color spaces of #31762e

RGB 4911846
HSL0.330.440.32
HSV118°61°46°
CMYK 0.580.000.61   0.54
XYZ8.238213.80714.8156
Yxy13.80710.30670.5140
Hunter Lab37.1579-25.451518.3267
CIE-Lab43.9550-37.150632.6424

#31762e color RGB value is (49,118,46).

#31762e hex color red value is 49, green value is 118 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #31762e hue: 0.33 , saturation: 0.44 and the lightness value of 31762e is 0.32.

The process color (four color CMYK) of #31762e color hex is 0.58, 0.00, 0.61, 0.54. Web safe color of #31762e is #336633. Color #31762e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110110 00101110
Octal 61 166 56
Decimal 49 118 46
Hex 31 76 2E

RGB Percentages of Color #31762e

%23.00
%55.40
%21.60

CMYK Percentages of Color #31762e

%58
%0
%61
%54

Triadic Colors of #31762e

#31762e #2e3176 #762e31

Analogous Colors of #31762e

#31762e #2e764f #55762e

Monochromatic Colors of #31762e

#31762e

Complementary Color

#31762e #732e76

#31762e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31762e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31762e Color CSS Codes

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

#31762e Text Font Color

<p style="color:#31762e">Text here</p>

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


#31762e Background Color

<div style="background-color:#31762e">
Div content here</div>

This div background color is #31762e


#31762e Border Color

<div style="border:3px solid #31762e">
Div here</div>

This div border color is #31762e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,118,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31762e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31762e;
  -webkit-box-shadow: 1px 1px 3px 2px #31762e;
  box-shadow:         1px 1px 3px 2px #31762e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31762e


Comments

No comments written yet.

Please login to write comment.