Color Hex Logo

#31741d Color Hex

#31741D
(49,116,29)
0 Favorites   0 Comments

Color spaces of #31741d

RGB 4911629
HSL0.300.600.28
HSV106°75°45°
CMYK 0.580.000.75   0.55
XYZ7.733813.23253.3089
Yxy13.23250.31860.5451
Hunter Lab36.3765-25.709020.0704
CIE-Lab43.1115-38.126239.5039

#31741d color RGB value is (49,116,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110100 00011101
Octal 61 164 35
Decimal 49 116 29
Hex 31 74 1D

RGB Percentages of Color #31741d

%25.26
%59.79
%14.95

CMYK Percentages of Color #31741d

%58
%0
%75
%55

Triadic Colors of #31741d

#31741d #1d3174 #741d31

Analogous Colors of #31741d

#31741d #1d7435 #5d741d

Monochromatic Colors of #31741d

#31741d

Complementary Color

#31741d #601d74

#31741d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31741d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31741d Color CSS Codes

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

#31741d Text Font Color

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

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


#31741d Background Color

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

This div background color is #31741d


#31741d Border Color

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

This div border color is #31741d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31741d


Comments

No comments written yet.

Please login to write comment.