Color Hex Logo

#38596f Color Hex

#38596F
(56,89,111)
0 Favorites   0 Comments

Color spaces of #38596f

RGB 5689111
HSL0.570.330.33
HSV204°50°44°
CMYK 0.500.200.00   0.56
XYZ8.07259.133216.3763
Yxy9.13320.24040.2720
Hunter Lab30.2212-5.2072-10.9733
CIE-Lab36.2395-5.3877-16.2928

#38596f color RGB value is (56,89,111).

#38596f hex color red value is 56, green value is 89 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #38596f hue: 0.57 , saturation: 0.33 and the lightness value of 38596f is 0.33.

The process color (four color CMYK) of #38596f color hex is 0.50, 0.20, 0.00, 0.56. Web safe color of #38596f is #336666. Color #38596f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011001 01101111
Octal 70 131 157
Decimal 56 89 111
Hex 38 59 6F

RGB Percentages of Color #38596f

%21.88
%34.77
%43.36

CMYK Percentages of Color #38596f

%50
%20
%0
%56

Triadic Colors of #38596f

#38596f #6f3859 #596f38

Analogous Colors of #38596f

#38596f #383e6f #386f6a

Monochromatic Colors of #38596f

#38596f

Complementary Color

#38596f #6f4e38

#38596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38596f Color CSS Codes

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

#38596f Text Font Color

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

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


#38596f Background Color

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

This div background color is #38596f


#38596f Border Color

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

This div border color is #38596f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,89,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38596f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38596f;
  -webkit-box-shadow: 1px 1px 3px 2px #38596f;
  box-shadow:         1px 1px 3px 2px #38596f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,89,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38596f


Comments

No comments written yet.

Please login to write comment.