Color Hex Logo

#396349 Color Hex

#396349
(57,99,73)
0 Favorites   0 Comments

Color spaces of #396349

RGB 579973
HSL0.400.270.31
HSV143°42°39°
CMYK 0.420.000.26   0.61
XYZ7.351810.27467.8990
Yxy10.27460.28800.4025
Hunter Lab32.0540-15.15447.8271
CIE-Lab38.3308-21.147610.2608

#396349 color RGB value is (57,99,73).

#396349 hex color red value is 57, green value is 99 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #396349 hue: 0.40 , saturation: 0.27 and the lightness value of 396349 is 0.31.

The process color (four color CMYK) of #396349 color hex is 0.42, 0.00, 0.26, 0.61. Web safe color of #396349 is #336633. Color #396349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100011 01001001
Octal 71 143 111
Decimal 57 99 73
Hex 39 63 49

RGB Percentages of Color #396349

%24.89
%43.23
%31.88

CMYK Percentages of Color #396349

%42
%0
%26
%61

Triadic Colors of #396349

#396349 #493963 #634939

Analogous Colors of #396349

#396349 #39635e #3e6339

Monochromatic Colors of #396349

#396349

Complementary Color

#396349 #633953

#396349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396349 Color CSS Codes

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

#396349 Text Font Color

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

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


#396349 Background Color

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

This div background color is #396349


#396349 Border Color

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

This div border color is #396349


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,99,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396349; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396349;
  -webkit-box-shadow: 1px 1px 3px 2px #396349;
  box-shadow:         1px 1px 3px 2px #396349; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,99,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396349


Comments

No comments written yet.

Please login to write comment.