Color Hex Logo

#314830 Color Hex

#314830
(49,72,48)
0 Favorites   0 Comments

Color spaces of #314830

RGB 497248
HSL0.330.200.24
HSV118°33°28°
CMYK 0.320.000.33   0.72
XYZ4.11755.50113.6411
Yxy5.50110.31050.4149
Hunter Lab23.4544-9.70907.2138
CIE-Lab28.1172-14.556011.6293

#314830 color RGB value is (49,72,48).

#314830 hex color red value is 49, green value is 72 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #314830 hue: 0.33 , saturation: 0.20 and the lightness value of 314830 is 0.24.

The process color (four color CMYK) of #314830 color hex is 0.32, 0.00, 0.33, 0.72. Web safe color of #314830 is #333333. Color #314830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001000 00110000
Octal 61 110 60
Decimal 49 72 48
Hex 31 48 30

RGB Percentages of Color #314830

%28.99
%42.60
%28.40

CMYK Percentages of Color #314830

%32
%0
%33
%72

Triadic Colors of #314830

#314830 #303148 #483031

Analogous Colors of #314830

#314830 #30483b #3d4830

Monochromatic Colors of #314830

#314830

Complementary Color

#314830 #473048

#314830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314830 Color CSS Codes

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

#314830 Text Font Color

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

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


#314830 Background Color

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

This div background color is #314830


#314830 Border Color

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

This div border color is #314830


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,72,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314830; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314830;
  -webkit-box-shadow: 1px 1px 3px 2px #314830;
  box-shadow:         1px 1px 3px 2px #314830; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314830


Comments

No comments written yet.

Please login to write comment.