Color Hex Logo

#31761d Color Hex

#31761D
(49,118,29)
0 Favorites   0 Comments

Color spaces of #31761d

RGB 4911829
HSL0.300.610.29
HSV107°75°46°
CMYK 0.580.000.75   0.54
XYZ7.966813.69853.3866
Yxy13.69850.31800.5468
Hunter Lab37.0115-26.347620.4829
CIE-Lab43.7974-38.928440.2018

#31761d color RGB value is (49,118,29).

#31761d hex color red value is 49, green value is 118 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #31761d hue: 0.30 , saturation: 0.61 and the lightness value of 31761d is 0.29.

The process color (four color CMYK) of #31761d color hex is 0.58, 0.00, 0.75, 0.54. Web safe color of #31761d is #336633. Color #31761d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110110 00011101
Octal 61 166 35
Decimal 49 118 29
Hex 31 76 1D

RGB Percentages of Color #31761d

%25.00
%60.20
%14.80

CMYK Percentages of Color #31761d

%58
%0
%75
%54

Triadic Colors of #31761d

#31761d #1d3176 #761d31

Analogous Colors of #31761d

#31761d #1d7635 #5e761d

Monochromatic Colors of #31761d

#31761d

Complementary Color

#31761d #621d76

#31761d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31761d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31761d Color CSS Codes

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

#31761d Text Font Color

<p style="color:#31761d">Text here</p>

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


#31761d Background Color

<div style="background-color:#31761d">
Div content here</div>

This div background color is #31761d


#31761d Border Color

<div style="border:3px solid #31761d">
Div here</div>

This div border color is #31761d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31761d


Comments

No comments written yet.

Please login to write comment.