Color Hex Logo

#31824c Color Hex

#31824C
(49,130,76)
0 Favorites   0 Comments

Color spaces of #31824c

RGB 4913076
HSL0.390.450.35
HSV140°62°51°
CMYK 0.620.000.42   0.49
XYZ10.553817.14009.5896
Yxy17.14000.28310.4597
Hunter Lab41.4005-26.947715.2470
CIE-Lab48.4360-37.419222.1128

#31824c color RGB value is (49,130,76).

#31824c hex color red value is 49, green value is 130 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #31824c hue: 0.39 , saturation: 0.45 and the lightness value of 31824c is 0.35.

The process color (four color CMYK) of #31824c color hex is 0.62, 0.00, 0.42, 0.49. Web safe color of #31824c is #339933. Color #31824c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000010 01001100
Octal 61 202 114
Decimal 49 130 76
Hex 31 82 4C

RGB Percentages of Color #31824c

%19.22
%50.98
%29.80

CMYK Percentages of Color #31824c

%62
%0
%42
%49

Triadic Colors of #31824c

#31824c #4c3182 #824c31

Analogous Colors of #31824c

#31824c #318275 #3f8231

Monochromatic Colors of #31824c

#31824c

Complementary Color

#31824c #823167

#31824c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31824c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31824c Color CSS Codes

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

#31824c Text Font Color

<p style="color:#31824c">Text here</p>

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


#31824c Background Color

<div style="background-color:#31824c">
Div content here</div>

This div background color is #31824c


#31824c Border Color

<div style="border:3px solid #31824c">
Div here</div>

This div border color is #31824c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,130,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31824c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31824c;
  -webkit-box-shadow: 1px 1px 3px 2px #31824c;
  box-shadow:         1px 1px 3px 2px #31824c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31824c


Comments

No comments written yet.

Please login to write comment.