Color Hex Logo

#396442 Color Hex

#396442
(57,100,66)
0 Favorites   0 Comments

Color spaces of #396442

RGB 5710066
HSL0.370.270.31
HSV133°43°39°
CMYK 0.430.000.34   0.61
XYZ7.227910.37756.7764
Yxy10.37750.29640.4256
Hunter Lab32.2141-16.324610.0779
CIE-Lab38.5116-23.130314.7275

#396442 color RGB value is (57,100,66).

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

The process color (four color CMYK) of #396442 color hex is 0.43, 0.00, 0.34, 0.61. Web safe color of #396442 is #336633. Color #396442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100100 01000010
Octal 71 144 102
Decimal 57 100 66
Hex 39 64 42

RGB Percentages of Color #396442

%25.56
%44.84
%29.60

CMYK Percentages of Color #396442

%43
%0
%34
%61

Triadic Colors of #396442

#396442 #423964 #644239

Analogous Colors of #396442

#396442 #396458 #466439

Monochromatic Colors of #396442

#396442

Complementary Color

#396442 #64395b

#396442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396442 Color CSS Codes

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

#396442 Text Font Color

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

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


#396442 Background Color

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

This div background color is #396442


#396442 Border Color

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

This div border color is #396442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396442


Comments

No comments written yet.

Please login to write comment.