Color Hex Logo

#31984b Color Hex

#31984B
(49,152,75)
0 Favorites   0 Comments

Color spaces of #31984b

RGB 4915275
HSL0.380.510.39
HSV135°68°60°
CMYK 0.680.000.51   0.40
XYZ13.764923.617410.4897
Yxy23.61740.28750.4933
Hunter Lab48.5977-34.487421.2208
CIE-Lab55.7027-46.491431.9404

#31984b color RGB value is (49,152,75).

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

The process color (four color CMYK) of #31984b color hex is 0.68, 0.00, 0.51, 0.40. Web safe color of #31984b is #339933. Color #31984b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011000 01001011
Octal 61 230 113
Decimal 49 152 75
Hex 31 98 4B

RGB Percentages of Color #31984b

%17.75
%55.07
%27.17

CMYK Percentages of Color #31984b

%68
%0
%51
%40

Triadic Colors of #31984b

#31984b #4b3198 #984b31

Analogous Colors of #31984b

#31984b #31987f #4b9831

Monochromatic Colors of #31984b

#31984b

Complementary Color

#31984b #98317e

#31984b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31984b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31984b Color CSS Codes

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

#31984b Text Font Color

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

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


#31984b Background Color

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

This div background color is #31984b


#31984b Border Color

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

This div border color is #31984b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31984b


Comments

No comments written yet.

Please login to write comment.