Color Hex Logo

#31884b Color Hex

#31884B
(49,136,75)
0 Favorites   0 Comments

Color spaces of #31884b

RGB 4913675
HSL0.380.470.36
HSV138°64°53°
CMYK 0.640.000.45   0.47
XYZ11.340818.76939.6817
Yxy18.76930.28500.4717
Hunter Lab43.3236-29.090317.0767
CIE-Lab50.4162-40.123725.2431

#31884b color RGB value is (49,136,75).

#31884b hex color red value is 49, green value is 136 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #31884b hue: 0.38 , saturation: 0.47 and the lightness value of 31884b is 0.36.

The process color (four color CMYK) of #31884b color hex is 0.64, 0.00, 0.45, 0.47. Web safe color of #31884b is #339933. Color #31884b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001000 01001011
Octal 61 210 113
Decimal 49 136 75
Hex 31 88 4B

RGB Percentages of Color #31884b

%18.85
%52.31
%28.85

CMYK Percentages of Color #31884b

%64
%0
%45
%47

Triadic Colors of #31884b

#31884b #4b3188 #884b31

Analogous Colors of #31884b

#31884b #318877 #438831

Monochromatic Colors of #31884b

#31884b

Complementary Color

#31884b #88316e

#31884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31884b Color CSS Codes

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

#31884b Text Font Color

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

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


#31884b Background Color

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

This div background color is #31884b


#31884b Border Color

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

This div border color is #31884b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31884b


Comments

No comments written yet.

Please login to write comment.