Color Hex Logo

#396761 Color Hex

#396761
(57,103,97)
0 Favorites   0 Comments

Color spaces of #396761

RGB 5710397
HSL0.480.290.31
HSV172°45°40°
CMYK 0.450.000.06   0.60
XYZ8.695311.433413.0578
Yxy11.43340.26200.3445
Hunter Lab33.8133-13.27090.7731
CIE-Lab40.3010-17.3817-1.5572

#396761 color RGB value is (57,103,97).

#396761 hex color red value is 57, green value is 103 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #396761 hue: 0.48 , saturation: 0.29 and the lightness value of 396761 is 0.31.

The process color (four color CMYK) of #396761 color hex is 0.45, 0.00, 0.06, 0.60. Web safe color of #396761 is #336666. Color #396761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100111 01100001
Octal 71 147 141
Decimal 57 103 97
Hex 39 67 61

RGB Percentages of Color #396761

%22.18
%40.08
%37.74

CMYK Percentages of Color #396761

%45
%0
%6
%60

Triadic Colors of #396761

#396761 #613967 #676139

Analogous Colors of #396761

#396761 #395667 #39674a

Monochromatic Colors of #396761

#396761

Complementary Color

#396761 #67393f

#396761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396761 Color CSS Codes

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

#396761 Text Font Color

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

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


#396761 Background Color

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

This div background color is #396761


#396761 Border Color

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

This div border color is #396761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396761


Comments

No comments written yet.

Please login to write comment.