Color Hex Logo

#396b65 Color Hex

#396B65
(57,107,101)
0 Favorites   0 Comments

Color spaces of #396b65

RGB 57107101
HSL0.480.300.32
HSV173°47°42°
CMYK 0.470.000.06   0.58
XYZ9.294012.324814.2010
Yxy12.32480.25950.3441
Hunter Lab35.1067-14.18140.5913
CIE-Lab41.7277-18.4748-1.8955

#396b65 color RGB value is (57,107,101).

#396b65 hex color red value is 57, green value is 107 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #396b65 hue: 0.48 , saturation: 0.30 and the lightness value of 396b65 is 0.32.

The process color (four color CMYK) of #396b65 color hex is 0.47, 0.00, 0.06, 0.58. Web safe color of #396b65 is #336666. Color #396b65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101011 01100101
Octal 71 153 145
Decimal 57 107 101
Hex 39 6B 65

RGB Percentages of Color #396b65

%21.51
%40.38
%38.11

CMYK Percentages of Color #396b65

%47
%0
%6
%58

Triadic Colors of #396b65

#396b65 #65396b #6b6539

Analogous Colors of #396b65

#396b65 #39586b #396b4c

Monochromatic Colors of #396b65

#396b65

Complementary Color

#396b65 #6b393f

#396b65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396b65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396b65 Color CSS Codes

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

#396b65 Text Font Color

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

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


#396b65 Background Color

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

This div background color is #396b65


#396b65 Border Color

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

This div border color is #396b65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,107,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396b65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396b65;
  -webkit-box-shadow: 1px 1px 3px 2px #396b65;
  box-shadow:         1px 1px 3px 2px #396b65; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396b65


Comments

No comments written yet.

Please login to write comment.