Color Hex Logo

#31924d Color Hex

#31924D
(49,146,77)
0 Favorites   0 Comments

Color spaces of #31924d

RGB 4914677
HSL0.380.500.38
HSV137°66°57°
CMYK 0.660.000.47   0.43
XYZ12.885121.746610.5396
Yxy21.74660.28520.4814
Hunter Lab46.6332-32.287419.2431
CIE-Lab53.7571-43.823128.4408

#31924d color RGB value is (49,146,77).

#31924d hex color red value is 49, green value is 146 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #31924d hue: 0.38 , saturation: 0.50 and the lightness value of 31924d is 0.38.

The process color (four color CMYK) of #31924d color hex is 0.66, 0.00, 0.47, 0.43. Web safe color of #31924d is #339966. Color #31924d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010010 01001101
Octal 61 222 115
Decimal 49 146 77
Hex 31 92 4D

RGB Percentages of Color #31924d

%18.01
%53.68
%28.31

CMYK Percentages of Color #31924d

%66
%0
%47
%43

Triadic Colors of #31924d

#31924d #4d3192 #924d31

Analogous Colors of #31924d

#31924d #31927e #469231

Monochromatic Colors of #31924d

#31924d

Complementary Color

#31924d #923176

#31924d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31924d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31924d Color CSS Codes

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

#31924d Text Font Color

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

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


#31924d Background Color

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

This div background color is #31924d


#31924d Border Color

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

This div border color is #31924d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31924d


Comments

No comments written yet.

Please login to write comment.