Color Hex Logo

#315429 Color Hex

#315429
(49,84,41)
0 Favorites   0 Comments

Color spaces of #315429

RGB 498441
HSL0.300.340.25
HSV109°51°33°
CMYK 0.420.000.51   0.67
XYZ4.83727.15373.2237
Yxy7.15370.31790.4702
Hunter Lab26.7464-14.523711.5764
CIE-Lab32.1543-22.270221.1525

#315429 color RGB value is (49,84,41).

#315429 hex color red value is 49, green value is 84 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #315429 hue: 0.30 , saturation: 0.34 and the lightness value of 315429 is 0.25.

The process color (four color CMYK) of #315429 color hex is 0.42, 0.00, 0.51, 0.67. Web safe color of #315429 is #336633. Color #315429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010100 00101001
Octal 61 124 51
Decimal 49 84 41
Hex 31 54 29

RGB Percentages of Color #315429

%28.16
%48.28
%23.56

CMYK Percentages of Color #315429

%42
%0
%51
%67

Triadic Colors of #315429

#315429 #293154 #542931

Analogous Colors of #315429

#315429 #295437 #475429

Monochromatic Colors of #315429

#315429

Complementary Color

#315429 #4c2954

#315429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315429 Color CSS Codes

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

#315429 Text Font Color

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

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


#315429 Background Color

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

This div background color is #315429


#315429 Border Color

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

This div border color is #315429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315429


Comments

No comments written yet.

Please login to write comment.