Color Hex Logo

#31741b Color Hex

#31741B
(49,116,27)
0 Favorites   0 Comments

Color spaces of #31741b

RGB 4911627
HSL0.290.620.28
HSV105°77°45°
CMYK 0.580.000.77   0.55
XYZ7.709813.22293.1828
Yxy13.22290.31970.5483
Hunter Lab36.3633-25.790020.2648
CIE-Lab43.0972-38.288940.2824

#31741b color RGB value is (49,116,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110100 00011011
Octal 61 164 33
Decimal 49 116 27
Hex 31 74 1B

RGB Percentages of Color #31741b

%25.52
%60.42
%14.06

CMYK Percentages of Color #31741b

%58
%0
%77
%55

Triadic Colors of #31741b

#31741b #1b3174 #741b31

Analogous Colors of #31741b

#31741b #1b7432 #5e741b

Monochromatic Colors of #31741b

#31741b

Complementary Color

#31741b #5e1b74

#31741b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31741b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31741b Color CSS Codes

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

#31741b Text Font Color

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

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


#31741b Background Color

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

This div background color is #31741b


#31741b Border Color

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

This div border color is #31741b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31741b


Comments

No comments written yet.

Please login to write comment.