Color Hex Logo

#396873 Color Hex

#396873
(57,104,115)
0 Favorites   0 Comments

Color spaces of #396873

RGB 57104115
HSL0.530.340.34
HSV191°50°45°
CMYK 0.500.100.00   0.55
XYZ9.732212.008318.0245
Yxy12.00830.24470.3020
Hunter Lab34.6530-10.5115-6.5822
CIE-Lab41.2293-12.7615-11.1445

#396873 color RGB value is (57,104,115).

#396873 hex color red value is 57, green value is 104 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #396873 hue: 0.53 , saturation: 0.34 and the lightness value of 396873 is 0.34.

The process color (four color CMYK) of #396873 color hex is 0.50, 0.10, 0.00, 0.55. Web safe color of #396873 is #336666. Color #396873 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101000 01110011
Octal 71 150 163
Decimal 57 104 115
Hex 39 68 73

RGB Percentages of Color #396873

%20.65
%37.68
%41.67

CMYK Percentages of Color #396873

%50
%10
%0
%55

Triadic Colors of #396873

#396873 #733968 #687339

Analogous Colors of #396873

#396873 #394b73 #397361

Monochromatic Colors of #396873

#396873

Complementary Color

#396873 #734439

#396873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396873 Color CSS Codes

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

#396873 Text Font Color

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

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


#396873 Background Color

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

This div background color is #396873


#396873 Border Color

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

This div border color is #396873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396873


Comments

No comments written yet.

Please login to write comment.