Color Hex Logo

#398b81 Color Hex

#398B81
(57,139,129)
0 Favorites   0 Comments

Color spaces of #398b81

RGB 57139129
HSL0.480.420.38
HSV173°59°55°
CMYK 0.590.000.07   0.45
XYZ14.882420.920124.0225
Yxy20.92010.24880.3497
Hunter Lab45.7385-21.96200.8770
CIE-Lab52.8619-27.3253-2.1233

#398b81 color RGB value is (57,139,129).

#398b81 hex color red value is 57, green value is 139 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #398b81 hue: 0.48 , saturation: 0.42 and the lightness value of 398b81 is 0.38.

The process color (four color CMYK) of #398b81 color hex is 0.59, 0.00, 0.07, 0.45. Web safe color of #398b81 is #339999. Color #398b81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001011 10000001
Octal 71 213 201
Decimal 57 139 129
Hex 39 8B 81

RGB Percentages of Color #398b81

%17.54
%42.77
%39.69

CMYK Percentages of Color #398b81

%59
%0
%7
%45

Triadic Colors of #398b81

#398b81 #81398b #8b8139

Analogous Colors of #398b81

#398b81 #396c8b #398b58

Monochromatic Colors of #398b81

#398b81

Complementary Color

#398b81 #8b3943

#398b81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398b81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398b81 Color CSS Codes

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

#398b81 Text Font Color

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

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


#398b81 Background Color

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

This div background color is #398b81


#398b81 Border Color

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

This div border color is #398b81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,139,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398b81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398b81;
  -webkit-box-shadow: 1px 1px 3px 2px #398b81;
  box-shadow:         1px 1px 3px 2px #398b81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398b81


Comments

No comments written yet.

Please login to write comment.